Class Commission

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

public class Commission extends Object
A type describing the commission that will be charged for each of the hedge transactions.

Java class for Commission complex type.

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

 <complexType name="Commission">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="commissionDenomination" type="{http://www.fpml.org/FpML-5/confirmation}CommissionDenominationEnum"/>
         <element name="commissionAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/>
         <element name="commissionPerTrade" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="fxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxRate" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>