Class FxCurveValuation


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

  • Constructor Details

    • FxCurveValuation

      public FxCurveValuation()
  • Method Details

    • getSettlementCurrencyYieldCurve

      public PricingStructureReference getSettlementCurrencyYieldCurve()
      Gets the value of the settlementCurrencyYieldCurve property.
      Returns:
      possible object is PricingStructureReference
    • setSettlementCurrencyYieldCurve

      public void setSettlementCurrencyYieldCurve(PricingStructureReference value)
      Sets the value of the settlementCurrencyYieldCurve property.
      Parameters:
      value - allowed object is PricingStructureReference
    • getForecastCurrencyYieldCurve

      public PricingStructureReference getForecastCurrencyYieldCurve()
      Gets the value of the forecastCurrencyYieldCurve property.
      Returns:
      possible object is PricingStructureReference
    • setForecastCurrencyYieldCurve

      public void setForecastCurrencyYieldCurve(PricingStructureReference value)
      Sets the value of the forecastCurrencyYieldCurve property.
      Parameters:
      value - allowed object is PricingStructureReference
    • getSpotRate

      public FxRateSet getSpotRate()
      Gets the value of the spotRate property.
      Returns:
      possible object is FxRateSet
    • setSpotRate

      public void setSpotRate(FxRateSet value)
      Sets the value of the spotRate property.
      Parameters:
      value - allowed object is FxRateSet
    • getFxForwardCurve

      public TermCurve getFxForwardCurve()
      Gets the value of the fxForwardCurve property.
      Returns:
      possible object is TermCurve
    • setFxForwardCurve

      public void setFxForwardCurve(TermCurve value)
      Sets the value of the fxForwardCurve property.
      Parameters:
      value - allowed object is TermCurve
    • getFxForwardPointsCurve

      public TermCurve getFxForwardPointsCurve()
      Gets the value of the fxForwardPointsCurve property.
      Returns:
      possible object is TermCurve
    • setFxForwardPointsCurve

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