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>