Uses of Class
net.finmath.smartcontract.product.xml.FxOptionPremium
Packages that use FxOptionPremium
-
Uses of FxOptionPremium in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxOptionPremiumFields in net.finmath.smartcontract.product.xml with type parameters of type FxOptionPremiumModifier and TypeFieldDescriptionprotected List
<FxOptionPremium> FxAccrualDigitalOption.premium
protected List
<FxOptionPremium> FxAccrualOption.premium
protected List
<FxOptionPremium> FxDigitalOption.premium
protected List
<FxOptionPremium> FxRangeAccrual.premium
Methods in net.finmath.smartcontract.product.xml that return FxOptionPremiumModifier and TypeMethodDescriptionObjectFactory.createFxOptionPremium()
Create an instance ofFxOptionPremium
FxOption.getPremium()
Gets the value of the premium property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type FxOptionPremiumModifier and TypeMethodDescriptionFxAccrualDigitalOption.getPremium()
Gets the value of the premium property.FxAccrualOption.getPremium()
Gets the value of the premium property.FxDigitalOption.getPremium()
Gets the value of the premium property.FxRangeAccrual.getPremium()
Gets the value of the premium property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxOptionPremiumModifier and TypeMethodDescriptionvoid
FxOption.setPremium
(FxOptionPremium value) Sets the value of the premium property.