Class CreditCurveValuation

java.lang.Object

public class CreditCurveValuation extends PricingStructureValuation
A set of credit curve values, which can include pricing inputs (which are typically credit spreads), default probabilities, and recovery rates.

Java class for CreditCurveValuation complex type.

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

 <complexType name="CreditCurveValuation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PricingStructureValuation">
       <sequence>
         <element name="inputs" type="{http://www.fpml.org/FpML-5/confirmation}QuotedAssetSet" minOccurs="0"/>
         <element name="defaultProbabilityCurve" type="{http://www.fpml.org/FpML-5/confirmation}DefaultProbabilityCurve" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}RecoveryRate.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>