Class SettlementProvision
java.lang.Object
net.finmath.smartcontract.product.xml.SettlementProvision
A type defining the specification of settlement terms, occuring when the
settlement currency is different to the notional currency of the trade.
Java class for SettlementProvision complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementProvision"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="settlementCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/> <element name="nonDeliverableSettlement" type="{http://www.fpml.org/FpML-5/confirmation}NonDeliverableSettlement" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nonDeliverableSettlement property.Gets the value of the settlementCurrency property.void
Sets the value of the nonDeliverableSettlement property.void
setSettlementCurrency
(Currency value) Sets the value of the settlementCurrency property.
-
Field Details
-
settlementCurrency
-
nonDeliverableSettlement
-
-
Constructor Details
-
SettlementProvision
public SettlementProvision()
-
-
Method Details
-
getSettlementCurrency
-
setSettlementCurrency
-
getNonDeliverableSettlement
Gets the value of the nonDeliverableSettlement property.- Returns:
- possible object is
NonDeliverableSettlement
-
setNonDeliverableSettlement
Sets the value of the nonDeliverableSettlement property.- Parameters:
value
- allowed object isNonDeliverableSettlement
-