complexType "EquityPremium"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
Includes:
definitions of 6 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
paymentAmount (defined in EquityPremium complexType),
paymentDate (defined in EquityPremium complexType),
percentageOfNotional (defined in EquityPremium complexType),
pricePerOption (defined in EquityPremium complexType),
All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
A type used to describe the amount paid for an equity option.
Type Definition Detail
Type Derivation Tree
PaymentBase (extension)
  EquityPremium
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="EquityPremium">
<xsd:complexContent>
<xsd:extension base="PaymentBase">
<xsd:sequence>
<xsd:element minOccurs="0" name="premiumType" type="PremiumTypeEnum"/>
<xsd:element minOccurs="0" name="paymentAmount" type="NonNegativeMoney"/>
<xsd:element minOccurs="0" name="paymentDate" type="AdjustableDate"/>
<xsd:element minOccurs="0" name="swapPremium" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="pricePerOption" type="NonNegativeMoney"/>
<xsd:element minOccurs="0" name="percentageOfNotional" type="DecimalFraction"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/6)
paymentAmount
Type:
NonNegativeMoney, complex content
The currency amount of the payment.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="paymentAmount" type="NonNegativeMoney"/>

paymentDate
Type:
AdjustableDate, complex content
The payment date. This date is subject to adjustment in accordance with any applicable business day convention.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="paymentDate" type="AdjustableDate"/>

percentageOfNotional
Type:
DecimalFraction, simple content
The amount of premium to be paid expressed as a percentage of the notional value of the transaction. A percentage of 5% would be expressed as 0.05.
Simple Content
xsd:decimal
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="percentageOfNotional" type="DecimalFraction"/>

premiumType
Type:
PremiumTypeEnum, simple content
Forward start Premium type
Simple Content
enumeration of xsd:token
Enumeration:
"PrePaid"
 - 
TODO
"PostPaid"
 - 
TODO
"Variable"
 - 
TODO
"Fixed"
 - 
TODO
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="premiumType" type="PremiumTypeEnum"/>

pricePerOption
Type:
NonNegativeMoney, complex content
The amount of premium to be paid expressed as a function of the number of options.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="pricePerOption" type="NonNegativeMoney"/>

swapPremium
Type:
xsd:boolean, predefined, simple content
Specifies whether or not the premium is to be paid in the style of payments under an interest rate swap contract.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="swapPremium" type="xsd:boolean"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.