Class ProductSummary
java.lang.Object
net.finmath.smartcontract.product.xml.ProductSummary
Summary information about the product that was traded. This is intended
primarily for trade reporting by TRs.
Java class for ProductSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductSummary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="finalSettlementDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="settlementType" type="{http://www.fpml.org/FpML-5/confirmation}SettlementTypeEnum" minOccurs="0"/> <element name="seniority" type="{http://www.fpml.org/FpML-5/confirmation}CreditSeniority" minOccurs="0"/> <element name="indexFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected BigDecimal
protected CreditSeniority
protected SettlementTypeEnum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the finalSettlementDate property.Gets the value of the indexFactor property.Gets the value of the seniority property.Gets the value of the settlementType property.void
Sets the value of the finalSettlementDate property.void
setIndexFactor
(BigDecimal value) Sets the value of the indexFactor property.void
setSeniority
(CreditSeniority value) Sets the value of the seniority property.void
Sets the value of the settlementType property.
-
Field Details
-
finalSettlementDate
-
settlementType
-
seniority
-
indexFactor
-
-
Constructor Details
-
ProductSummary
public ProductSummary()
-
-
Method Details
-
getFinalSettlementDate
Gets the value of the finalSettlementDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFinalSettlementDate
Sets the value of the finalSettlementDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSettlementType
Gets the value of the settlementType property.- Returns:
- possible object is
SettlementTypeEnum
-
setSettlementType
Sets the value of the settlementType property.- Parameters:
value
- allowed object isSettlementTypeEnum
-
getSeniority
Gets the value of the seniority property.- Returns:
- possible object is
CreditSeniority
-
setSeniority
Sets the value of the seniority property.- Parameters:
value
- allowed object isCreditSeniority
-
getIndexFactor
Gets the value of the indexFactor property.- Returns:
- possible object is
BigDecimal
-
setIndexFactor
Sets the value of the indexFactor property.- Parameters:
value
- allowed object isBigDecimal
-