Class YieldCurveValuation


public class YieldCurveValuation extends PricingStructureValuation
The values of a yield curve, including possibly inputs and outputs (dfs, forwards, zero rates).

Java class for YieldCurveValuation complex type.

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

 <complexType name="YieldCurveValuation">
   <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="zeroCurve" type="{http://www.fpml.org/FpML-5/confirmation}ZeroRateCurve" minOccurs="0"/>
         <element name="forwardCurve" type="{http://www.fpml.org/FpML-5/confirmation}ForwardRateCurve" maxOccurs="unbounded" minOccurs="0"/>
         <element name="discountFactorCurve" type="{http://www.fpml.org/FpML-5/confirmation}TermCurve" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • YieldCurveValuation

      public YieldCurveValuation()
  • Method Details

    • getInputs

      public QuotedAssetSet getInputs()
      Gets the value of the inputs property.
      Returns:
      possible object is QuotedAssetSet
    • setInputs

      public void setInputs(QuotedAssetSet value)
      Sets the value of the inputs property.
      Parameters:
      value - allowed object is QuotedAssetSet
    • getZeroCurve

      public ZeroRateCurve getZeroCurve()
      Gets the value of the zeroCurve property.
      Returns:
      possible object is ZeroRateCurve
    • setZeroCurve

      public void setZeroCurve(ZeroRateCurve value)
      Sets the value of the zeroCurve property.
      Parameters:
      value - allowed object is ZeroRateCurve
    • getForwardCurve

      public List<ForwardRateCurve> getForwardCurve()
      Gets the value of the forwardCurve property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the forwardCurve property.

      For example, to add a new item, do as follows:

          getForwardCurve().add(newItem);
       

      Objects of the following type(s) are allowed in the list ForwardRateCurve

    • getDiscountFactorCurve

      public TermCurve getDiscountFactorCurve()
      Gets the value of the discountFactorCurve property.
      Returns:
      possible object is TermCurve
    • setDiscountFactorCurve

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