| optionData {NMOF} | R Documentation |
Option Data
Description
Closing prices of DAX index options as of 2012-02-10.
Usage
optionData
Format
optionData is a list with six components:
pricesCalla matrix of size 124 times 10. The rows are the strikes; each column belongs to one expiry date.
pricesPuta matrix of size 124 times 10
indexThe DAX index (spot).
futureThe available future settlement prices.
EuriborEuribor rates.
NSSparParamaters for German government bond yields, as estimated by the Bundesbank.
Details
Settlement prices for EUREX options are computed at 17:30, Frankfurt Time, even though trading continues until 22:00.
Source
The data was obtained from several websites: close prices of EUREX products were collected from https://www.eurex.com/ex-en/ ; Euribor rates and the parameters of the Nelson-Siegel-Svensson can be found at https://www.bundesbank.de/en/ .
References
Gilli, M., Maringer, D. and Schumann, E. (2019) Numerical Methods and Optimization in Finance. 2nd edition. Elsevier. doi:10.1016/C2017-0-01621-X
Schumann, E. (2023) Financial Optimisation with R (NMOF Manual). http://enricoschumann.net/NMOF.htm#NMOFmanual
Examples
str(optionData)
NSS(optionData$NSSpar, 1:10)