Class FxFallbackReferencePrice

java.lang.Object
net.finmath.smartcontract.product.xml.FxDisruptionFallback
net.finmath.smartcontract.product.xml.FxFallbackReferencePrice

public class FxFallbackReferencePrice extends FxDisruptionFallback
Describes an alternative set of price sources

Java class for FxFallbackReferencePrice complex type.

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

 <complexType name="FxFallbackReferencePrice">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionFallback">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PrioritizedRateSource.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxFallbackReferencePrice

      public FxFallbackReferencePrice()
  • Method Details

    • getPrimaryRateSource

      public SettlementRateOption getPrimaryRateSource()
      Gets the value of the primaryRateSource property.
      Returns:
      possible object is SettlementRateOption
    • setPrimaryRateSource

      public void setPrimaryRateSource(SettlementRateOption value)
      Sets the value of the primaryRateSource property.
      Parameters:
      value - allowed object is SettlementRateOption
    • getSecondaryRateSource

      public List<SettlementRateOption> getSecondaryRateSource()
      Gets the value of the secondaryRateSource 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 secondaryRateSource property.

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

          getSecondaryRateSource().add(newItem);
       

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