complexType "ExerciseFeeSchedule"
Namespace:
Content:
complex, 8 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (8):
feeAmountSchedule,
feePaymentDate (defined in ExerciseFeeSchedule complexType),
feeRateSchedule,
notionalReference (defined in ExerciseFeeSchedule complexType),
payerAccountReference,
payerPartyReference (defined in Payer.model group),
receiverAccountReference,
receiverPartyReference (defined in Receiver.model group)
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A type to define a fee or schedule of fees to be payable on the exercise of an option. This fee may be defined as an amount or a percentage of the notional exercised.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ExerciseFeeSchedule">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model"/>
<xsd:element name="notionalReference" type="ScheduleReference"/>
<xsd:choice>
<xsd:element name="feeAmountSchedule" type="AmountSchedule"/>
<xsd:element name="feeRateSchedule" type="Schedule"/>
</xsd:choice>
<xsd:element name="feePaymentDate" type="RelativeDateOffset"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/8)
feeAmountSchedule
Type:
AmountSchedule, complex content
The exercise fee amount schedule. The fees are expressed as currency amounts. The currency of the fee is assumed to be that of the notional schedule referenced.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="feeAmountSchedule" type="AmountSchedule"/>

feePaymentDate
Type:
RelativeDateOffset, complex content
The date on which exercise fee(s) will be paid. It is specified as a relative date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="feePaymentDate" type="RelativeDateOffset"/>

feeRateSchedule
Type:
Schedule, complex content
The exercise free rate schedule. The fees are expressed as percentage rates of the notional being exercised. The currency of the fee is assumed to be that of the notional schedule referenced.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="feeRateSchedule" type="Schedule"/>

notionalReference
Type:
ScheduleReference, empty content
A pointer style reference to the associated notional schedule defined elsewhere in the document.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="notionalReference" type="ScheduleReference"/>

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.