Class PriceSourceDisruption

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

public class PriceSourceDisruption extends Object
A type defining the parameters used to get a price quote to replace the settlement rate option that is disrupted.

Java class for PriceSourceDisruption complex type.

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

 <complexType name="PriceSourceDisruption">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fallbackReferencePrice" type="{http://www.fpml.org/FpML-5/confirmation}FallbackReferencePrice"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>