Class AverageDailyTradingVolumeLimit

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

public class AverageDailyTradingVolumeLimit extends Object
To indicate the limitation percentage and limitation period.

Java class for AverageDailyTradingVolumeLimit complex type.

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

 <complexType name="AverageDailyTradingVolumeLimit">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="limitationPercentage" type="{http://www.fpml.org/FpML-5/confirmation}RestrictedPercentage"/>
         <element name="limitationPeriod" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>