Definition Type: ComplexType
Name: AveragingObservationList
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-option-shared-5-10.xsd
Abstract
Documentation:
An un ordered list of weighted averaging observations.
Collapse XSD Schema Diagram:
Drilldown into averagingObservation in schema fpml-option-shared-5-10_xsd3XSD Diagram of AveragingObservationList in schema fpml-option-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AveragingObservationList">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An un ordered list of weighted averaging observations.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="averagingObservation" type="WeightedAveragingObservation" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A single weighted averaging observation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
averagingObservation nsE:averagingObservation 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsE:averagingObservations