Class CashPriceMethod

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

public class CashPriceMethod extends Object
A type defining the parameters necessary for each of the ISDA cash price methods for cash settlement.

Java class for CashPriceMethod complex type.

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

 <complexType name="CashPriceMethod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cashSettlementReferenceBanks" type="{http://www.fpml.org/FpML-5/confirmation}CashSettlementReferenceBanks" minOccurs="0"/>
         <element name="cashSettlementCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="quotationRateType" type="{http://www.fpml.org/FpML-5/confirmation}QuotationRateTypeEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>