Package: AsianOption 0.2.0
AsianOption: Asian Option Pricing under Price Impact
Implements the framework of Tiwari and Majumdar (2025) <doi:10.48550/arXiv.2512.07154> for valuing arithmetic and geometric Asian options under transient and permanent market impact. Provides three pricing approaches: Kemna-Vorst frictionless benchmarks, exogenous diffusion pricing (closed-form for geometric, Monte Carlo for arithmetic), and endogenous Hamilton-Jacobi-Bellman valuation via a tree-based Bellman scheme producing indifference bid-ask prices.
Authors:
AsianOption_0.2.0.tar.gz
AsianOption_0.2.0.zip(r-4.7)AsianOption_0.2.0.zip(r-4.6)AsianOption_0.2.0.zip(r-4.5)
AsianOption_0.2.0.tgz(r-4.6-x86_64)AsianOption_0.2.0.tgz(r-4.6-arm64)AsianOption_0.2.0.tgz(r-4.5-x86_64)AsianOption_0.2.0.tgz(r-4.5-arm64)
AsianOption_0.2.0.tar.gz(r-4.7-arm64)AsianOption_0.2.0.tar.gz(r-4.7-x86_64)AsianOption_0.2.0.tar.gz(r-4.6-arm64)AsianOption_0.2.0.tar.gz(r-4.6-x86_64)
AsianOption_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
AsianOption/json (API)
| # Install 'AsianOption' in R: |
| install.packages('AsianOption', repos = c('https://plato-12.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/plato-12/asianoption/issues
Last updated from:cd02830358. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 122 | ||
| linux-devel-x86_64 | OK | 123 | ||
| source / vignettes | OK | 155 | ||
| linux-release-arm64 | OK | 117 | ||
| linux-release-x86_64 | OK | 125 | ||
| macos-release-arm64 | OK | 166 | ||
| macos-release-x86_64 | OK | 431 | ||
| macos-oldrel-arm64 | OK | 186 | ||
| macos-oldrel-x86_64 | OK | 429 | ||
| windows-devel | OK | 125 | ||
| windows-release | OK | 140 | ||
| windows-oldrel | OK | 112 | ||
| wasm-release | OK | 106 |
Exports:price_arithmetic_asian_diffusionprice_arithmetic_asian_hjbprice_geometric_asian_diffusionprice_geometric_asian_hjbprice_kemna_vorst_arithmeticprice_kemna_vorst_geometric
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Arithmetic Asian Option Price via Euler-Maruyama Monte Carlo (Exogenous Diffusion) | price_arithmetic_asian_diffusion |
| Price Arithmetic Asian Option via HJB Bellman Scheme (Endogenous Impact) | price_arithmetic_asian_hjb |
| Geometric Asian Option Price in Exogenous Diffusion Limit | price_geometric_asian_diffusion |
| Price Geometric Asian Option via HJB Bellman Scheme (Endogenous Impact) | price_geometric_asian_hjb |
| Kemna-Vorst Arithmetic Average Asian Option | price_kemna_vorst_arithmetic |
| Kemna-Vorst Geometric Average Asian Option | price_kemna_vorst_geometric |
| Print method for HJB Asian option results | print.hjb_asian |
| Print Method for Kemna-Vorst Arithmetic Results | print.kemna_vorst_arithmetic |
| Summary Method for Kemna-Vorst Arithmetic Results | summary.kemna_vorst_arithmetic |
