complexType "Commission"
Namespace:
Content:
complex, 5 elements
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
commission
Known Usage Locations
Annotation
A type describing the commission that will be charged for each of the hedge transactions.
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="Commission">
<xsd:sequence>
<xsd:element name="commissionDenomination" type="CommissionDenominationEnum"/>
<xsd:element name="commissionAmount" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="currency" type="Currency"/>
<xsd:element minOccurs="0" name="commissionPerTrade" type="xsd:decimal"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="fxRate" type="FxRate"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
commissionAmount
Type:
xsd:decimal, predefined, simple content
The commission amount, expressed in the way indicated by the commissionType element.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="commissionAmount" type="xsd:decimal"/>

commissionDenomination
Type:
The type of units used to express a commission.
Simple Content
enumeration of xsd:token
Enumeration:
"BPS"
 - 
The commission is expressed in basis points, in reference to the price referenced in the document.
"Percentage"
 - 
The commission is expressed as a percentage of the gross price referenced in the document.
"CentsPerShare"
 - 
The commission is expressed in cents per share.
"FixedAmount"
 - 
The commission is expressed as a absolute amount.
minLength:
0
XML Source (w/o annotations (1); see within schema source)

commissionPerTrade
Type:
xsd:decimal, predefined, simple content
The total commission per trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="commissionPerTrade" type="xsd:decimal"/>

currency
Type:
Currency, simple content
The currency in which an amount is denominated.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="currency" type="Currency"/>

fxRate
Type:
FxRate, complex content
FX Rates that have been used to convert commissions to a single currency.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="fxRate" type="FxRate"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.