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>