Class FallbackReferencePrice

java.lang.Object
net.finmath.smartcontract.product.xml.FallbackReferencePrice

public class FallbackReferencePrice extends Object
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 Details

    • valuationPostponement

      protected ValuationPostponement valuationPostponement
    • fallbackSettlementRateOption

      protected List<SettlementRateOption> fallbackSettlementRateOption
    • fallbackSurveyValuationPostponenment

      protected Empty fallbackSurveyValuationPostponenment
    • calculationAgentDetermination

      protected CalculationAgent calculationAgentDetermination
  • Constructor Details

    • FallbackReferencePrice

      public FallbackReferencePrice()
  • Method Details

    • getValuationPostponement

      public ValuationPostponement getValuationPostponement()
      Gets the value of the valuationPostponement property.
      Returns:
      possible object is ValuationPostponement
    • setValuationPostponement

      public void setValuationPostponement(ValuationPostponement value)
      Sets the value of the valuationPostponement property.
      Parameters:
      value - allowed object is ValuationPostponement
    • getFallbackSettlementRateOption

      public List<SettlementRateOption> 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

      public Empty getFallbackSurveyValuationPostponenment()
      Gets the value of the fallbackSurveyValuationPostponenment property.
      Returns:
      possible object is Empty
    • setFallbackSurveyValuationPostponenment

      public void setFallbackSurveyValuationPostponenment(Empty value)
      Sets the value of the fallbackSurveyValuationPostponenment property.
      Parameters:
      value - allowed object is Empty
    • getCalculationAgentDetermination

      public CalculationAgent getCalculationAgentDetermination()
      Gets the value of the calculationAgentDetermination property.
      Returns:
      possible object is CalculationAgent
    • setCalculationAgentDetermination

      public void setCalculationAgentDetermination(CalculationAgent value)
      Sets the value of the calculationAgentDetermination property.
      Parameters:
      value - allowed object is CalculationAgent