google / tf-quant-finance

High-performance TensorFlow library for quantitative finance.
Apache License 2.0
4.48k stars 571 forks source link

First cut of geometric asian pricer #82

Closed jackgillett101 closed 1 year ago

jackgillett101 commented 1 year ago

Geometric asian option pricer under black scholes, this pricer transforms the asian problem into an equivalent vanilla problem and uses the vanilla pricer to price.

Affects this issue: https://github.com/google/tf-quant-finance/issues/56

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

cyrilchim commented 1 year ago

Thanks @jackgillett101 This is now submitted!