Class FallbackReferencePrice
java.lang.Object
net.finmath.smartcontract.product.xml.FallbackReferencePrice
The method, prioritzed by the order it is listed in this element, to get a
replacement rate for the disrupted settlement rate option.
Java class for FallbackReferencePrice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FallbackReferencePrice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valuationPostponement" type="{http://www.fpml.org/FpML-5/confirmation}ValuationPostponement" minOccurs="0"/> <element name="fallbackSettlementRateOption" type="{http://www.fpml.org/FpML-5/confirmation}SettlementRateOption" maxOccurs="unbounded" minOccurs="0"/> <element name="fallbackSurveyValuationPostponenment" type="{http://www.fpml.org/FpML-5/confirmation}Empty" minOccurs="0"/> <element name="calculationAgentDetermination" type="{http://www.fpml.org/FpML-5/confirmation}CalculationAgent" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CalculationAgent
protected List
<SettlementRateOption> protected Empty
protected ValuationPostponement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationAgentDetermination property.Gets the value of the fallbackSettlementRateOption property.Gets the value of the fallbackSurveyValuationPostponenment property.Gets the value of the valuationPostponement property.void
Sets the value of the calculationAgentDetermination property.void
Sets the value of the fallbackSurveyValuationPostponenment property.void
Sets the value of the valuationPostponement property.
-
Field Details
-
valuationPostponement
-
fallbackSettlementRateOption
-
fallbackSurveyValuationPostponenment
-
calculationAgentDetermination
-
-
Constructor Details
-
FallbackReferencePrice
public FallbackReferencePrice()
-
-
Method Details
-
getValuationPostponement
Gets the value of the valuationPostponement property.- Returns:
- possible object is
ValuationPostponement
-
setValuationPostponement
Sets the value of the valuationPostponement property.- Parameters:
value
- allowed object isValuationPostponement
-
getFallbackSettlementRateOption
Gets the value of the fallbackSettlementRateOption 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 fallbackSettlementRateOption property.For example, to add a new item, do as follows:
getFallbackSettlementRateOption().add(newItem);
Objects of the following type(s) are allowed in the list
SettlementRateOption
-
getFallbackSurveyValuationPostponenment
-
setFallbackSurveyValuationPostponenment
-
getCalculationAgentDetermination
Gets the value of the calculationAgentDetermination property.- Returns:
- possible object is
CalculationAgent
-
setCalculationAgentDetermination
Sets the value of the calculationAgentDetermination property.- Parameters:
value
- allowed object isCalculationAgent
-