Definition Type: ComplexType
Name: TermPoint
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-mktenv-4-4.xsd
Abstract
Documentation:
A value point that can have a time dimension. Allows bid, mid, ask, and spread values to be represented.
Collapse XSD Schema Diagram:
Drilldown into definition in schema fpml-mktenv-4-4_xsd Drilldown into spreadValue in schema fpml-mktenv-4-4_xsd Drilldown into ask in schema fpml-mktenv-4-4_xsd Drilldown into mid in schema fpml-mktenv-4-4_xsd Drilldown into bid in schema fpml-mktenv-4-4_xsd Drilldown into BidMidAsk.model in schema fpml-mktenv-4-4_xsd Drilldown into term in schema fpml-mktenv-4-4_xsd Drilldown into id in schema fpml-mktenv-4-4_xsdXSD Diagram of TermPoint in schema fpml-mktenv-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TermPoint">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A value point that can have a time dimension. Allows bid, mid, ask, and spread values to be represented.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="term" type="TimeDimension">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The time dimension of the point (tenor and/or date)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="BidMidAsk.model" />
        <xsd:element name="spreadValue" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The spread value can be used in conjunction with the "mid" value to define the bid and the ask value.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="definition" type="AssetReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An optional reference to an underlying asset that defines the meaning of the value, i.e. the product that the value corresponds to. For example, this could be a discount instrument.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
term fpml:term (1) (1)
bid fpml:bid 0 (1)
mid fpml:mid 0 (1)
ask fpml:ask 0 (1)
spreadValue fpml:spreadValue 0 (1)
definition fpml:definition 0 (1)
<xs:group> fpml:BidMidAsk.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:point