Class PhysicalSettlementTerms
java.lang.Object
net.finmath.smartcontract.product.xml.SettlementTerms
net.finmath.smartcontract.product.xml.PhysicalSettlementTerms
Java class for PhysicalSettlementTerms complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalSettlementTerms"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}SettlementTerms"> <sequence> <element name="physicalSettlementPeriod" type="{http://www.fpml.org/FpML-5/confirmation}PhysicalSettlementPeriod" minOccurs="0"/> <element name="deliverableObligations" type="{http://www.fpml.org/FpML-5/confirmation}DeliverableObligations" minOccurs="0"/> <element name="escrow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="sixtyBusinessDaySettlementCap" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected DeliverableObligations
protected Boolean
protected PhysicalSettlementPeriod
protected Boolean
Fields inherited from class net.finmath.smartcontract.product.xml.SettlementTerms
id, settlementCurrency
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deliverableObligations property.Gets the value of the physicalSettlementPeriod property.isEscrow()
Gets the value of the escrow property.Gets the value of the sixtyBusinessDaySettlementCap property.void
Sets the value of the deliverableObligations property.void
Sets the value of the escrow property.void
Sets the value of the physicalSettlementPeriod property.void
Sets the value of the sixtyBusinessDaySettlementCap property.Methods inherited from class net.finmath.smartcontract.product.xml.SettlementTerms
getId, getSettlementCurrency, setId, setSettlementCurrency
-
Field Details
-
physicalSettlementPeriod
-
deliverableObligations
-
escrow
-
sixtyBusinessDaySettlementCap
-
-
Constructor Details
-
PhysicalSettlementTerms
public PhysicalSettlementTerms()
-
-
Method Details
-
getPhysicalSettlementPeriod
Gets the value of the physicalSettlementPeriod property.- Returns:
- possible object is
PhysicalSettlementPeriod
-
setPhysicalSettlementPeriod
Sets the value of the physicalSettlementPeriod property.- Parameters:
value
- allowed object isPhysicalSettlementPeriod
-
getDeliverableObligations
Gets the value of the deliverableObligations property.- Returns:
- possible object is
DeliverableObligations
-
setDeliverableObligations
Sets the value of the deliverableObligations property.- Parameters:
value
- allowed object isDeliverableObligations
-
isEscrow
-
setEscrow
-
isSixtyBusinessDaySettlementCap
-
setSixtyBusinessDaySettlementCap
-