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.premiumprotected List<FxOptionPremium> FxAccrualOption.premiumprotected List<FxOptionPremium> FxDigitalOption.premiumprotected List<FxOptionPremium> FxRangeAccrual.premiumMethods in net.finmath.smartcontract.product.xml that return FxOptionPremiumModifier and TypeMethodDescriptionObjectFactory.createFxOptionPremium()Create an instance ofFxOptionPremiumFxOption.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 TypeMethodDescriptionvoidFxOption.setPremium(FxOptionPremium value) Sets the value of the premium property.