XML Schema Documentation

Complex Type: Strategy

[Table of contents]

Super-types: Product < Strategy (by extension)
Sub-types: None
Name Strategy
Used by (from the same schema document) Element strategy
Abstract no
Documentation A type defining a group of products making up a single trade.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<productType> ProductType </productType> [0..*]

'A classification of the type of product. FpML defines a simple product categorization using a coding scheme.'

<productId> ProductId </productId> [0..*]

'A product reference identifier allocated by a party. FpML does not define the domain values associated with this element. Note that the domain values for this element are not strictly an enumerated list.'

<premiumProductReference> ProductReference </premiumProductReference> [0..1]

'Indicates which product within a strategy represents the premium payment.'

<product> ... </product> [1..*]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="Strategy">
<xsd:complexContent>
<xsd:extension base=" Product ">
<xsd:sequence>
<xsd:element name="premiumProductReference" type=" ProductReference " minOccurs="0"/>
<xsd:element ref=" product " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>