Class CreditCurve

java.lang.Object
net.finmath.smartcontract.product.xml.PricingStructure
net.finmath.smartcontract.product.xml.CreditCurve

public class CreditCurve extends PricingStructure
A generic credit curve definition.

Java class for CreditCurve complex type.

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

 <complexType name="CreditCurve">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PricingStructure">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CreditCurveCharacteristics.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>