powered by
Closing prices of DAX index options as of 2012-02-10.
optionData
optionData is a list with six components:
pricesCall
a matrix of size 124 times 10. The rows are the strikes; each column belongs to one expiry date.
pricesPut
a matrix of size 124 times 10
index
The DAX index (spot).
future
The available future settlement prices.
Euribor
Euribor rates.
NSSpar
Paramaters for German government bond yields, as estimated by the Bundesbank.
Settlement prices for EUREX options are computed at 17:30, Frankfurt Time, even though trading continues until 22:00.
Gilli, M., Maringer, D. and Schumann, E. (2019) Numerical Methods and Optimization in Finance. 2nd edition. Elsevier. https://www.elsevier.com/books/numerical-methods-and-optimization-in-finance/gilli/978-0-12-815065-8
Schumann, E. (2019) Financial Optimisation with R (NMOF Manual). http://enricoschumann.net/NMOF.htm#NMOFmanual
# NOT RUN { str(optionData) NSS(optionData$NSSpar, 1:10) # }
Run the code above in your browser using DataLab