Shorter title of IV: implied volatility
parent
70435e3b15
commit
721e3803b2
|
@ -676,8 +676,8 @@ _qt_option_keys = {
|
|||
"symbol": 'symbol',
|
||||
"contract_type": 'contract_type',
|
||||
"volatility": (
|
||||
'volatility',
|
||||
lambda v: '{}%'.format(round(v, ndigits=2))
|
||||
'IV %',
|
||||
lambda v: '{}'.format(round(v, ndigits=2))
|
||||
),
|
||||
"strike": 'strike',
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue