Class DefaultProbabilityCurve

java.lang.Object

public class DefaultProbabilityCurve extends PricingStructureValuation
A set of default probabilities.

Java class for DefaultProbabilityCurve complex type.

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

 <complexType name="DefaultProbabilityCurve">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PricingStructureValuation">
       <sequence>
         <element name="baseYieldCurve" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructureReference"/>
         <element name="defaultProbabilities" type="{http://www.fpml.org/FpML-5/confirmation}TermCurve" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>