# CFRM 505: Monte Carlo Methods in FInance

> Reading Material:
>
> * *Monte Carlo Methods in Financial Engineering*, Glasserman.

Simulation of models of equity and fixed-income markets applied to financial applications, including derivative security pricing and risk management. The course will begin with a rapid review of probability distributions, statistics, and generating random numbers and samples from specified distributions.

1. Generating Random Variables
   1. Inverse Transform Method
   2. Composition Method
   3. Acceptance-Rejection Method
2. Simulating Stochastic Processes
3. Variance Reduction Techniques
   1. Control Variates
   2. Antithetics
   3. Conditional Monte Carlo
   4. Stratified Sampling, Importance Sampling
4. Pricing of Financial Derivatives
5. Price Sensitivity Estimation
6. Risk Estimation, Simulation Methods


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cfrm.franco.biz/program/second-quarter/cfrm-505-monte-carlo-methods-in-finance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
