Class FxFallbackReferencePrice
java.lang.Object
net.finmath.smartcontract.product.xml.FxDisruptionFallback
net.finmath.smartcontract.product.xml.FxFallbackReferencePrice
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 Summary
Modifier and TypeFieldDescriptionprotected SettlementRateOption
protected List
<SettlementRateOption> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the primaryRateSource property.Gets the value of the secondaryRateSource property.void
Sets the value of the primaryRateSource property.
-
Field Details
-
-
secondaryRateSource
-
-
Constructor Details
-
FxFallbackReferencePrice
public FxFallbackReferencePrice()
-
-
Method Details
-
getPrimaryRateSource
Gets the value of the primaryRateSource property.- Returns:
- possible object is
SettlementRateOption
-
setPrimaryRateSource
Sets the value of the primaryRateSource property.- Parameters:
value
- allowed object isSettlementRateOption
-
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
-