complexType "LoanTradingEconomicBenefit"
Namespace:
Content:
complex, 5 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
amount (in economicBenefit),
commitmentAdjustment (in economicBenefit),
eventIdentifier (in economicBenefit),
payerPartyReference (defined in SimplePayerReceiver.model group),
receiverPartyReference (defined in SimplePayerReceiver.model group)
All Direct / Indirect Based Elements (1):
economicBenefit
Known Usage Locations
Annotation
A structure that combines a simple (money) amount with an optional event, for the purpose of defining economic benefit at settlement.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="LoanTradingEconomicBenefit">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney"/>
<xsd:group minOccurs="0" ref="SimplePayerReceiver.model"/>
</xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="eventIdentifier" type="BusinessEventIdentifier"/>
<xsd:element name="commitmentAdjustment" type="CommitmentAdjustment"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/5)
amount
Type:
NonNegativeMoney, complex content
Economic benefit amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="NonNegativeMoney"/>

commitmentAdjustment
Type:
CommitmentAdjustment, complex content
Any commitment adjustments which have occurred during settlement of the trade. Represented by the business event structure.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="commitmentAdjustment" type="CommitmentAdjustment"/>

eventIdentifier
Type:
BusinessEventIdentifier, complex content
XML Source (see within schema source)
<xsd:element name="eventIdentifier" type="BusinessEventIdentifier"/>

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