Class YieldCurveMethod

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

public class YieldCurveMethod extends Object
A type defining the parameters required for each of the ISDA defined yield curve methods for cash settlement.

Java class for YieldCurveMethod complex type.

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

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