Definition Type: ComplexType
Name: Strategy
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Product
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
A type defining a group of products making up a single trade.
Collapse XSD Schema Diagram:
Drilldown into product in schema fpml-shared-4-4_xsd Drilldown into premiumProductReference in schema fpml-doc-4-4_xsd Drilldown into productId in schema fpml-shared-4-4_xsd Drilldown into productType in schema fpml-shared-4-4_xsd Drilldown into Product.model in schema fpml-shared-4-4_xsd Drilldown into id in schema fpml-shared-4-4_xsd Drilldown into Product in schema fpml-shared-4-4_xsdXSD Diagram of Strategy in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Strategy">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a group of products making up a single trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Product">
            <xsd:sequence>
                <xsd:element name="premiumProductReference" type="ProductReference" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Indicates which product within a strategy represents the premium payment.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element ref="product" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productType fpml:productType 0 unbounded
productId fpml:productId 0 unbounded
premiumProductReference fpml:premiumProductReference 0 (1)
product fpml:product (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:strategy