Class ProductSummary

java.lang.Object
net.finmath.smartcontract.product.xml.ProductSummary

public class ProductSummary extends Object
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 Details

  • Constructor Details

    • ProductSummary

      public ProductSummary()
  • Method Details

    • getFinalSettlementDate

      public XMLGregorianCalendar getFinalSettlementDate()
      Gets the value of the finalSettlementDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setFinalSettlementDate

      public void setFinalSettlementDate(XMLGregorianCalendar value)
      Sets the value of the finalSettlementDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getSettlementType

      public SettlementTypeEnum getSettlementType()
      Gets the value of the settlementType property.
      Returns:
      possible object is SettlementTypeEnum
    • setSettlementType

      public void setSettlementType(SettlementTypeEnum value)
      Sets the value of the settlementType property.
      Parameters:
      value - allowed object is SettlementTypeEnum
    • getSeniority

      public CreditSeniority getSeniority()
      Gets the value of the seniority property.
      Returns:
      possible object is CreditSeniority
    • setSeniority

      public void setSeniority(CreditSeniority value)
      Sets the value of the seniority property.
      Parameters:
      value - allowed object is CreditSeniority
    • getIndexFactor

      public BigDecimal getIndexFactor()
      Gets the value of the indexFactor property.
      Returns:
      possible object is BigDecimal
    • setIndexFactor

      public void setIndexFactor(BigDecimal value)
      Sets the value of the indexFactor property.
      Parameters:
      value - allowed object is BigDecimal