Classes
GreekKey
ResultKey
Greeks.Common.GreekKey.
Container class to identify a greek computation result.
id : str
String used to identify the greek.
Examples
>>> from Greeks.Common.GreekKey import GreekKey >>> greek_key = GreekKey("Vanna") >>> print(greek_key) Vanna
Attributes
id