Class CashSettlementTerms

java.lang.Object
net.finmath.smartcontract.product.xml.SettlementTerms
net.finmath.smartcontract.product.xml.CashSettlementTerms

public class CashSettlementTerms extends SettlementTerms

Java class for CashSettlementTerms complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CashSettlementTerms">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}SettlementTerms">
       <sequence>
         <element name="valuationDate" type="{http://www.fpml.org/FpML-5/confirmation}ValuationDate" minOccurs="0"/>
         <element name="valuationTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
         <element name="quotationMethod" type="{http://www.fpml.org/FpML-5/confirmation}QuotationRateTypeEnum" minOccurs="0"/>
         <element name="quotationAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
         <element name="minimumQuotationAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
         <element name="dealer" type="{http://www.fpml.org/FpML-5/confirmation}String" maxOccurs="unbounded" minOccurs="0"/>
         <element name="cashSettlementBusinessDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FixedRecovery.model" minOccurs="0"/>
         <element name="fixedSettlement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="accruedInterest" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="valuationMethod" type="{http://www.fpml.org/FpML-5/confirmation}ValuationMethodEnum" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • valuationDate

      protected ValuationDate valuationDate
    • valuationTime

      protected BusinessCenterTime valuationTime
    • quotationMethod

      protected QuotationRateTypeEnum quotationMethod
    • quotationAmount

      protected Money quotationAmount
    • minimumQuotationAmount

      protected Money minimumQuotationAmount
    • dealer

      protected List<String> dealer
    • cashSettlementBusinessDays

      protected BigInteger cashSettlementBusinessDays
    • cashSettlementAmount

      protected Money cashSettlementAmount
    • recoveryFactor

      protected BigDecimal recoveryFactor
    • fixedSettlement

      protected Boolean fixedSettlement
    • accruedInterest

      protected Boolean accruedInterest
    • valuationMethod

      protected ValuationMethodEnum valuationMethod
  • Constructor Details

    • CashSettlementTerms

      public CashSettlementTerms()
  • Method Details

    • getValuationDate

      public ValuationDate getValuationDate()
      Gets the value of the valuationDate property.
      Returns:
      possible object is ValuationDate
    • setValuationDate

      public void setValuationDate(ValuationDate value)
      Sets the value of the valuationDate property.
      Parameters:
      value - allowed object is ValuationDate
    • getValuationTime

      public BusinessCenterTime getValuationTime()
      Gets the value of the valuationTime property.
      Returns:
      possible object is BusinessCenterTime
    • setValuationTime

      public void setValuationTime(BusinessCenterTime value)
      Sets the value of the valuationTime property.
      Parameters:
      value - allowed object is BusinessCenterTime
    • getQuotationMethod

      public QuotationRateTypeEnum getQuotationMethod()
      Gets the value of the quotationMethod property.
      Returns:
      possible object is QuotationRateTypeEnum
    • setQuotationMethod

      public void setQuotationMethod(QuotationRateTypeEnum value)
      Sets the value of the quotationMethod property.
      Parameters:
      value - allowed object is QuotationRateTypeEnum
    • getQuotationAmount

      public Money getQuotationAmount()
      Gets the value of the quotationAmount property.
      Returns:
      possible object is Money
    • setQuotationAmount

      public void setQuotationAmount(Money value)
      Sets the value of the quotationAmount property.
      Parameters:
      value - allowed object is Money
    • getMinimumQuotationAmount

      public Money getMinimumQuotationAmount()
      Gets the value of the minimumQuotationAmount property.
      Returns:
      possible object is Money
    • setMinimumQuotationAmount

      public void setMinimumQuotationAmount(Money value)
      Sets the value of the minimumQuotationAmount property.
      Parameters:
      value - allowed object is Money
    • getDealer

      public List<String> getDealer()
      Gets the value of the dealer property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the dealer property.

      For example, to add a new item, do as follows:

          getDealer().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getCashSettlementBusinessDays

      public BigInteger getCashSettlementBusinessDays()
      Gets the value of the cashSettlementBusinessDays property.
      Returns:
      possible object is BigInteger
    • setCashSettlementBusinessDays

      public void setCashSettlementBusinessDays(BigInteger value)
      Sets the value of the cashSettlementBusinessDays property.
      Parameters:
      value - allowed object is BigInteger
    • getCashSettlementAmount

      public Money getCashSettlementAmount()
      Gets the value of the cashSettlementAmount property.
      Returns:
      possible object is Money
    • setCashSettlementAmount

      public void setCashSettlementAmount(Money value)
      Sets the value of the cashSettlementAmount property.
      Parameters:
      value - allowed object is Money
    • getRecoveryFactor

      public BigDecimal getRecoveryFactor()
      Gets the value of the recoveryFactor property.
      Returns:
      possible object is BigDecimal
    • setRecoveryFactor

      public void setRecoveryFactor(BigDecimal value)
      Sets the value of the recoveryFactor property.
      Parameters:
      value - allowed object is BigDecimal
    • isFixedSettlement

      public Boolean isFixedSettlement()
      Gets the value of the fixedSettlement property.
      Returns:
      possible object is Boolean
    • setFixedSettlement

      public void setFixedSettlement(Boolean value)
      Sets the value of the fixedSettlement property.
      Parameters:
      value - allowed object is Boolean
    • isAccruedInterest

      public Boolean isAccruedInterest()
      Gets the value of the accruedInterest property.
      Returns:
      possible object is Boolean
    • setAccruedInterest

      public void setAccruedInterest(Boolean value)
      Sets the value of the accruedInterest property.
      Parameters:
      value - allowed object is Boolean
    • getValuationMethod

      public ValuationMethodEnum getValuationMethod()
      Gets the value of the valuationMethod property.
      Returns:
      possible object is ValuationMethodEnum
    • setValuationMethod

      public void setValuationMethod(ValuationMethodEnum value)
      Sets the value of the valuationMethod property.
      Parameters:
      value - allowed object is ValuationMethodEnum