Class FxCurveValuation

java.lang.Object

public class FxCurveValuation extends PricingStructureValuation
A valuation of an FX curve object., which includes pricing inputs and term structures for fx forwards.

Java class for FxCurveValuation complex type.

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

 <complexType name="FxCurveValuation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PricingStructureValuation">
       <sequence>
         <element name="settlementCurrencyYieldCurve" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructureReference" minOccurs="0"/>
         <element name="forecastCurrencyYieldCurve" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructureReference" minOccurs="0"/>
         <element name="spotRate" type="{http://www.fpml.org/FpML-5/confirmation}FxRateSet" minOccurs="0"/>
         <element name="fxForwardCurve" type="{http://www.fpml.org/FpML-5/confirmation}TermCurve" minOccurs="0"/>
         <element name="fxForwardPointsCurve" type="{http://www.fpml.org/FpML-5/confirmation}TermCurve" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>