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>
 
  • Field Details

  • Constructor Details

    • CashPriceMethod

      public CashPriceMethod()
  • Method Details

    • getCashSettlementReferenceBanks

      public CashSettlementReferenceBanks getCashSettlementReferenceBanks()
      Gets the value of the cashSettlementReferenceBanks property.
      Returns:
      possible object is CashSettlementReferenceBanks
    • setCashSettlementReferenceBanks

      public void setCashSettlementReferenceBanks(CashSettlementReferenceBanks value)
      Sets the value of the cashSettlementReferenceBanks property.
      Parameters:
      value - allowed object is CashSettlementReferenceBanks
    • getCashSettlementCurrency

      public Currency getCashSettlementCurrency()
      Gets the value of the cashSettlementCurrency property.
      Returns:
      possible object is Currency
    • setCashSettlementCurrency

      public void setCashSettlementCurrency(Currency value)
      Sets the value of the cashSettlementCurrency property.
      Parameters:
      value - allowed object is Currency
    • getQuotationRateType

      public QuotationRateTypeEnum getQuotationRateType()
      Gets the value of the quotationRateType property.
      Returns:
      possible object is QuotationRateTypeEnum
    • setQuotationRateType

      public void setQuotationRateType(QuotationRateTypeEnum value)
      Sets the value of the quotationRateType property.
      Parameters:
      value - allowed object is QuotationRateTypeEnum