Uses of Class
net.finmath.smartcontract.product.xml.SettlementInformation
Packages that use SettlementInformation
-
Uses of SettlementInformation in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as SettlementInformationModifier and TypeFieldDescriptionprotected SettlementInformationFxOptionPayout.settlementInformationprotected SettlementInformationFxOptionPremium.settlementInformationprotected SettlementInformationFxStraddlePremium.settlementInformationprotected SettlementInformationPayment.settlementInformationprotected SettlementInformationPaymentDetails.settlementInformationMethods in net.finmath.smartcontract.product.xml that return SettlementInformationModifier and TypeMethodDescriptionObjectFactory.createSettlementInformation()Create an instance ofSettlementInformationFxOptionPayout.getSettlementInformation()Gets the value of the settlementInformation property.FxOptionPremium.getSettlementInformation()Gets the value of the settlementInformation property.FxStraddlePremium.getSettlementInformation()Gets the value of the settlementInformation property.Payment.getSettlementInformation()Gets the value of the settlementInformation property.PaymentDetails.getSettlementInformation()Gets the value of the settlementInformation property.Methods in net.finmath.smartcontract.product.xml with parameters of type SettlementInformationModifier and TypeMethodDescriptionvoidFxOptionPayout.setSettlementInformation(SettlementInformation value) Sets the value of the settlementInformation property.voidFxOptionPremium.setSettlementInformation(SettlementInformation value) Sets the value of the settlementInformation property.voidFxStraddlePremium.setSettlementInformation(SettlementInformation value) Sets the value of the settlementInformation property.voidPayment.setSettlementInformation(SettlementInformation value) Sets the value of the settlementInformation property.voidPaymentDetails.setSettlementInformation(SettlementInformation value) Sets the value of the settlementInformation property.