run_monte_carlo_simulation
Simulate exotic structured product payoffs and risk using Monte Carlo methods for autocallables, barrier, Asian, and lookback options.
Instructions
Run Monte Carlo simulations for exotic payoffs and risk analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volatility | Yes | Annual volatility (e.g., 0.25 for 25%) | |
| product_type | Yes | Type of exotic product | |
| strike_price | Yes | Strike price | |
| barrier_level | No | Barrier level for barrier options | |
| risk_free_rate | Yes | Risk-free interest rate (e.g., 0.05 for 5%) | |
| time_to_expiry | Yes | Time to expiry in years | |
| num_simulations | No | Number of Monte Carlo simulations | |
| underlying_price | Yes | Initial underlying price |