Class PriceMateriality

java.lang.Object
net.finmath.smartcontract.product.xml.FxDisruptionEvent
net.finmath.smartcontract.product.xml.PriceMateriality

public class PriceMateriality extends FxDisruptionEvent
A structure describing the criteria for price materiality.

Java class for PriceMateriality complex type.

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

 <complexType name="PriceMateriality">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionEvent">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PrioritizedRateSource.model"/>
         <element name="percentage" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>