Class FxDisruptionProvisions

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

public class FxDisruptionProvisions extends Object
Describes a set of disruption events and the fallbacks they will invoke

Java class for FxDisruptionProvisions complex type.

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

 <complexType name="FxDisruptionProvisions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="events" type="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionEvents"/>
         <element name="fallbacks" type="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionFallbacks"/>
         <element name="applicableTerms" type="{http://www.fpml.org/FpML-5/confirmation}FxTemplateTerms" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>