Uses of Class
net.finmath.smartcontract.product.xml.NotionalAmountReference
Packages that use NotionalAmountReference
-
Uses of NotionalAmountReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as NotionalAmountReferenceModifier and TypeFieldDescriptionprotected NotionalAmountReference
PercentageRule.notionalAmountReference
protected NotionalAmountReference
OptionBaseExtended.notionalReference
Methods in net.finmath.smartcontract.product.xml that return NotionalAmountReferenceModifier and TypeMethodDescriptionObjectFactory.createNotionalAmountReference()
Create an instance ofNotionalAmountReference
PercentageRule.getNotionalAmountReference()
Gets the value of the notionalAmountReference property.OptionBaseExtended.getNotionalReference()
Gets the value of the notionalReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type NotionalAmountReferenceModifier and TypeMethodDescriptionvoid
PercentageRule.setNotionalAmountReference
(NotionalAmountReference value) Sets the value of the notionalAmountReference property.void
OptionBaseExtended.setNotionalReference
(NotionalAmountReference value) Sets the value of the notionalReference property.