Class DefaultProbabilityCurve


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

  • Constructor Details

    • DefaultProbabilityCurve

      public DefaultProbabilityCurve()
  • Method Details

    • getBaseYieldCurve

      public PricingStructureReference getBaseYieldCurve()
      Gets the value of the baseYieldCurve property.
      Returns:
      possible object is PricingStructureReference
    • setBaseYieldCurve

      public void setBaseYieldCurve(PricingStructureReference value)
      Sets the value of the baseYieldCurve property.
      Parameters:
      value - allowed object is PricingStructureReference
    • getDefaultProbabilities

      public TermCurve getDefaultProbabilities()
      Gets the value of the defaultProbabilities property.
      Returns:
      possible object is TermCurve
    • setDefaultProbabilities

      public void setDefaultProbabilities(TermCurve value)
      Sets the value of the defaultProbabilities property.
      Parameters:
      value - allowed object is TermCurve