Definition Type: Group
Name: Quotation.model
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-asset-5-10.xsd
Documentation:
Some kind of numerical measure about an asset, eg. its price or NPV, together with characteristics of that measure.
Collapse XSD Schema Diagram:
Drilldown into cashflowType in schema fpml-asset-5-10_xsd1 Drilldown into expiryTime in schema fpml-asset-5-10_xsd1 Drilldown into valuationDate in schema fpml-asset-5-10_xsd1 Drilldown into time in schema fpml-asset-5-10_xsd1 Drilldown into pricingModel in schema fpml-asset-5-10_xsd1 Drilldown into informationSource in schema fpml-asset-5-10_xsd1 Drilldown into exchangeId in schema fpml-asset-5-10_xsd1 Drilldown into businessCenter in schema fpml-asset-5-10_xsd1 Drilldown into QuoteLocation.model in schema fpml-asset-5-10_xsd1 Drilldown into timing in schema fpml-asset-5-10_xsd1 Drilldown into currencyType in schema fpml-asset-5-10_xsd1 Drilldown into currency in schema fpml-asset-5-10_xsd1 Drilldown into side in schema fpml-asset-5-10_xsd1 Drilldown into quoteUnits in schema fpml-asset-5-10_xsd1 Drilldown into measureType in schema fpml-asset-5-10_xsd1 Drilldown into QuotationCharacteristics.model in schema fpml-asset-5-10_xsd1 Drilldown into value in schema fpml-asset-5-10_xsd1XSD Diagram of Quotation.model in schema fpml-asset-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="Quotation.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Some kind of numerical measure about an asset, eg. its price or NPV, together with characteristics of that measure.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="value" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The value of the the quotation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="QuotationCharacteristics.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The characteristics of the quotation.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
value nsB:value 0 (1)
measureType nsB:measureType 0 (1)
quoteUnits nsB:quoteUnits 0 (1)
side nsB:side 0 (1)
currency nsB:currency 0 (1)
currencyType nsB:currencyType 0 (1)
timing nsB:timing 0 (1)
businessCenter nsB:businessCenter (1) (1)
exchangeId nsB:exchangeId (1) (1)
informationSource nsB:informationSource 0 unbounded
pricingModel nsB:pricingModel 0 (1)
time nsB:time 0 (1)
valuationDate nsB:valuationDate 0 (1)
expiryTime nsB:expiryTime 0 (1)
cashflowType nsB:cashflowType 0 (1)
<xs:group> nsB:QuotationCharacteristics.model (1) (1)
<xs:group> nsB:QuoteLocation.model 0 (1)