complexType "Money"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definition of 1 element
Used:
at 56 locations
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
currency?, amount?
</...>
Content Model Elements (2):
amount (defined in Money complexType), currency (defined in MoneyBase complexType)
Known Direct Subtypes (1):
CalculationAmount
All Direct / Indirect Based Elements (56):
accruedInterest (defined in PendingPayment complexType),
allocatedNotional,
amount (defined in PendingPayment complexType),
basketAmount,
brokerageFee,
calculationAmount (defined in ProtectionTerms complexType),
calculationAmount (in fixedAmountCalculation),
cashflowAmount,
cashSettlementAmount,
changeInNotionalAmount,
creditChargeAmount,
defaultRequirement,
disputedAmount,
exerciseInNotionalAmount,
exposureAmount,
factoredCalculationAmount,
fixedAmount (in periodicPayment),
fixedAmount (in singlePayment),
forecastAmount,
forecastPaymentAmount,
interest (defined in InterestAccrued complexType),
interest (in termDeposit),
marginCallAmount,
minimumQuotationAmount,
nominal,
notional (in fra),
notionalAmount (defined in OptionBaseExtended complexType),
novatedAmount,
outstandingNotionalAmount (defined in TradeNotionalChange complexType),
outstandingNotionalAmount (in optionExercise),
partialExerciseAmount,
paymentAmount (defined in HeldCollateral complexType),
paymentAmount (defined in IndependentAmountType complexType),
paymentAmount (defined in PaymentDetails.model group),
paymentAmount (in adjustedPaymentDates),
paymentAmount (in initialPayment),
paymentAmount (in paymentDetail),
paymentAmount (in pendingCollateral),
paymentRequirement,
presentValueAmount (defined in Payment complexType),
presentValueAmount (in paymentCalculationPeriod),
presentValueAmount (in premium defined in OptionBaseExtended complexType),
presentValuePrincipalExchangeAmount,
pricePerOption (in premium defined in OptionBaseExtended complexType),
quotationAmount,
remainingAmount,
segregatedIndependentAmount (defined in AgreedAmount complexType),
segregatedIndependentAmount (defined in AgreedAmount complexType),
settlementAmount (defined in SettlementAmountOrCurrency.model group),
splitSettlementAmount,
spread (in calculation in floatingLeg),
spreadStep,
stubAmount,
underlyerNotional,
variationMargin (defined in AgreedAmount complexType),
withholdingTax
Known Usage Locations
Annotation
A type defining a currency amount.
Type Definition Detail
Type Derivation Tree
MoneyBase (extension)
  Money
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="Money">
<xsd:complexContent>
<xsd:extension base="MoneyBase">
<xsd:sequence>
<xsd:element minOccurs="0" name="amount" type="xsd:decimal"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/2)
amount
Type:
xsd:decimal, predefined, simple content
The monetary quantity in currency units.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="amount" type="xsd:decimal"/>

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