XML Schema Documentation

Complex Type: ActualPrice

[Table of contents]

Super-types: None
Sub-types: None
Name ActualPrice
Used by (from the same schema document) Complex Type Price , Complex Type Price
Abstract no
XML Instance Representation
<...>
<currency> Currency </currency> [0..1]

'Specifies the currency associated with the net price. This element is not present if the price is expressed in percentage terms (as specified through the priceExpression element).'

<amount> xsd:decimal </amount> [1]

'Specifies the net price amount. In the case of a fixed income security or a convertible bond, this price includes the accrued interests.'

<priceExpression> PriceExpressionEnum </priceExpression> [1]

'Specifies whether the price is expressed in absolute or relative terms.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ActualPrice">
<xsd:sequence>
<xsd:element name="currency" type=" Currency " minOccurs="0"/>
<xsd:element name="amount" type=" xsd:decimal "/>
<xsd:element name="priceExpression" type=" PriceExpressionEnum "/>
</xsd:sequence>
</xsd:complexType>