|
Description |
This formula calculates an options elasticity. Elasticity (sometimes referred to as omega or lamda) is the relative percent change in an option's value for a given percent change in the price of the underlying instrument.
To calculate elasticity, divide the price of the underlying by the price of the option. Then multiply the quotient by the option's delta. |
|
|
Formula |
Leverage(instrument)=begin retval = Divide(instrument.uprice, instrument.oprice) * instrument.delta end |
|
|
Parameters |
instrument The instrument argument specifies which instrument to evaluate. |
|
|
Return Value |
An option elasticity value. |
|
|
Examples |
|
|
|
Comments |
NA |
©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.