Shorter title of IV: implied volatility

kivy_mainline_and_py3.8
Tyler Goodlet 2018-12-15 16:27:41 -05:00
parent 70435e3b15
commit 721e3803b2
1 changed files with 2 additions and 2 deletions

View File

@ -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',
}