We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d062d2 commit ba27414Copy full SHA for ba27414
examples/monte-carlo-calculator/README.md
@@ -1,8 +1,8 @@
1
# A simple C++ Monte Carlo simulation calculator on AWS Lambda
2
3
-Estimate the value of a call option in C++ using Monte Carlo simulation.
+Calculate the value of a European vanilla call option in C++ using Monte Carlo simulation.
4
Deploy the calculator to AWS Lambda.
5
-Call the calculator with a REST client such as curl.
+Invoke the calculator with a REST call.
6
The number of simulations, `num_sims`, can be overriden with a query parameter.
7
All other parameters are hard coded.
8
0 commit comments