Class YieldCurveValuation

java.lang.Object

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>