This function takes as input a vector of strings corresponding to option panels and then calculates the implied GFT for a given frequency rule. Then the implied GFT is interpolated for fixed maturities.
1 2 | constMatiGFT(panels.list, u.seed, fixed.maturities = c(1/12, 6/12), trade.int,
output.name, doParallel = 2, ...)
|
panels.list |
A list version of the option panels, as outputted by |
u.seed |
A vector of frequencies that will be scaled according to a square-root time-to-maturity rule |
fixed.maturities |
A vector of maturities which represent the option trading strategies |
trade.int |
A scalar representing the assumed trading time length. This together with the fixed.maturities defines the interpolating maturities. |
output.name |
The file name where the interpolated igft-s will be saved |
doParallel |
If integer, specifies the number of cores to be used by starting a cluster with the |
... |
further arguments to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.