|
Description |
This formula calculates a Synthetic Underlying price by calculating the difference between the price of the at-the-money call and put and adding it to the strike price of the at-the-money call. |
|
|
Formula |
SynUnder(instrument)=begin retval = Diff(instrument.c.recent, instrument.p.recent) + instrument.c.strike end |
|
|
Parameters |
instrument The instrument argument specifies which instrument to evaluate. |
|
|
Return Value |
A synthetic underlying price. |
|
|
Examples |
Conv(instrument)=begin retval = Diff(SynUnder(instrument), instrument.u.recent) end |
|
|
Comments |
NA |
©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.