Class CashSettlement

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

public class CashSettlement extends Object
A type to define the cash settlement terms for a product where cash settlement is applicable.

Java class for CashSettlement complex type.

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

 <complexType name="CashSettlement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cashSettlementValuationTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
         <element name="cashSettlementValuationDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset" minOccurs="0"/>
         <element name="cashSettlementPaymentDate" type="{http://www.fpml.org/FpML-5/confirmation}CashSettlementPaymentDate" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="cashPriceMethod" type="{http://www.fpml.org/FpML-5/confirmation}CashPriceMethod"/>
           <element name="cashPriceAlternateMethod" type="{http://www.fpml.org/FpML-5/confirmation}CashPriceMethod"/>
           <element name="parYieldCurveAdjustedMethod" type="{http://www.fpml.org/FpML-5/confirmation}YieldCurveMethod"/>
           <element name="zeroCouponYieldAdjustedMethod" type="{http://www.fpml.org/FpML-5/confirmation}YieldCurveMethod"/>
           <element name="parYieldCurveUnadjustedMethod" type="{http://www.fpml.org/FpML-5/confirmation}YieldCurveMethod"/>
           <element name="crossCurrencyMethod" type="{http://www.fpml.org/FpML-5/confirmation}CrossCurrencyMethod"/>
           <element name="collateralizedCashPriceMethod" type="{http://www.fpml.org/FpML-5/confirmation}YieldCurveMethod"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CashSettlement

      public CashSettlement()
  • Method Details

    • getCashSettlementValuationTime

      public BusinessCenterTime getCashSettlementValuationTime()
      Gets the value of the cashSettlementValuationTime property.
      Returns:
      possible object is BusinessCenterTime
    • setCashSettlementValuationTime

      public void setCashSettlementValuationTime(BusinessCenterTime value)
      Sets the value of the cashSettlementValuationTime property.
      Parameters:
      value - allowed object is BusinessCenterTime
    • getCashSettlementValuationDate

      public RelativeDateOffset getCashSettlementValuationDate()
      Gets the value of the cashSettlementValuationDate property.
      Returns:
      possible object is RelativeDateOffset
    • setCashSettlementValuationDate

      public void setCashSettlementValuationDate(RelativeDateOffset value)
      Sets the value of the cashSettlementValuationDate property.
      Parameters:
      value - allowed object is RelativeDateOffset
    • getCashSettlementPaymentDate

      public CashSettlementPaymentDate getCashSettlementPaymentDate()
      Gets the value of the cashSettlementPaymentDate property.
      Returns:
      possible object is CashSettlementPaymentDate
    • setCashSettlementPaymentDate

      public void setCashSettlementPaymentDate(CashSettlementPaymentDate value)
      Sets the value of the cashSettlementPaymentDate property.
      Parameters:
      value - allowed object is CashSettlementPaymentDate
    • getCashPriceMethod

      public CashPriceMethod getCashPriceMethod()
      Gets the value of the cashPriceMethod property.
      Returns:
      possible object is CashPriceMethod
    • setCashPriceMethod

      public void setCashPriceMethod(CashPriceMethod value)
      Sets the value of the cashPriceMethod property.
      Parameters:
      value - allowed object is CashPriceMethod
    • getCashPriceAlternateMethod

      public CashPriceMethod getCashPriceAlternateMethod()
      Gets the value of the cashPriceAlternateMethod property.
      Returns:
      possible object is CashPriceMethod
    • setCashPriceAlternateMethod

      public void setCashPriceAlternateMethod(CashPriceMethod value)
      Sets the value of the cashPriceAlternateMethod property.
      Parameters:
      value - allowed object is CashPriceMethod
    • getParYieldCurveAdjustedMethod

      public YieldCurveMethod getParYieldCurveAdjustedMethod()
      Gets the value of the parYieldCurveAdjustedMethod property.
      Returns:
      possible object is YieldCurveMethod
    • setParYieldCurveAdjustedMethod

      public void setParYieldCurveAdjustedMethod(YieldCurveMethod value)
      Sets the value of the parYieldCurveAdjustedMethod property.
      Parameters:
      value - allowed object is YieldCurveMethod
    • getZeroCouponYieldAdjustedMethod

      public YieldCurveMethod getZeroCouponYieldAdjustedMethod()
      Gets the value of the zeroCouponYieldAdjustedMethod property.
      Returns:
      possible object is YieldCurveMethod
    • setZeroCouponYieldAdjustedMethod

      public void setZeroCouponYieldAdjustedMethod(YieldCurveMethod value)
      Sets the value of the zeroCouponYieldAdjustedMethod property.
      Parameters:
      value - allowed object is YieldCurveMethod
    • getParYieldCurveUnadjustedMethod

      public YieldCurveMethod getParYieldCurveUnadjustedMethod()
      Gets the value of the parYieldCurveUnadjustedMethod property.
      Returns:
      possible object is YieldCurveMethod
    • setParYieldCurveUnadjustedMethod

      public void setParYieldCurveUnadjustedMethod(YieldCurveMethod value)
      Sets the value of the parYieldCurveUnadjustedMethod property.
      Parameters:
      value - allowed object is YieldCurveMethod
    • getCrossCurrencyMethod

      public CrossCurrencyMethod getCrossCurrencyMethod()
      Gets the value of the crossCurrencyMethod property.
      Returns:
      possible object is CrossCurrencyMethod
    • setCrossCurrencyMethod

      public void setCrossCurrencyMethod(CrossCurrencyMethod value)
      Sets the value of the crossCurrencyMethod property.
      Parameters:
      value - allowed object is CrossCurrencyMethod
    • getCollateralizedCashPriceMethod

      public YieldCurveMethod getCollateralizedCashPriceMethod()
      Gets the value of the collateralizedCashPriceMethod property.
      Returns:
      possible object is YieldCurveMethod
    • setCollateralizedCashPriceMethod

      public void setCollateralizedCashPriceMethod(YieldCurveMethod value)
      Sets the value of the collateralizedCashPriceMethod property.
      Parameters:
      value - allowed object is YieldCurveMethod
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String