Class SettlementInformation
java.lang.Object
net.finmath.smartcontract.product.xml.SettlementInformation
A type that represents the choice of methods for settling a potential
currency payment resulting from a trade: by means of a standard settlement instruction, by netting it
out with other payments, or with an explicit settlement instruction.
Java class for SettlementInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="standardSettlementStyle" type="{http://www.fpml.org/FpML-5/confirmation}StandardSettlementStyleEnum"/> <element name="settlementInstruction" type="{http://www.fpml.org/FpML-5/confirmation}SettlementInstruction"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected SettlementInstruction
protected StandardSettlementStyleEnum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the settlementInstruction property.Gets the value of the standardSettlementStyle property.void
Sets the value of the settlementInstruction property.void
Sets the value of the standardSettlementStyle property.
-
Field Details
-
standardSettlementStyle
-
settlementInstruction
-
-
Constructor Details
-
SettlementInformation
public SettlementInformation()
-
-
Method Details
-
getStandardSettlementStyle
Gets the value of the standardSettlementStyle property.- Returns:
- possible object is
StandardSettlementStyleEnum
-
setStandardSettlementStyle
Sets the value of the standardSettlementStyle property.- Parameters:
value
- allowed object isStandardSettlementStyleEnum
-
getSettlementInstruction
Gets the value of the settlementInstruction property.- Returns:
- possible object is
SettlementInstruction
-
setSettlementInstruction
Sets the value of the settlementInstruction property.- Parameters:
value
- allowed object isSettlementInstruction
-