The risk pipeline that we will implemented has two jobs: to calculate the PV of every entry in the portfolio, and to combine the results into a single output.
We will be pricing a portfolio of autocallables, using QuantLib.
We will use an example portfolio file, formatted in JSON, that is stored in Github.
Run the following command to download the file and upload it to S3:
wget "https://raw.githubusercontent.com/awslabs/ec2-spot-workshops/master/content/monte-carlo-with-batch/monte-carlo-with-batch.files/portfolio.json"
aws s3api put-object --bucket "${BucketName}" --key "${MonteCarloFileName}" --body "${MonteCarloFileName}"