XML Schema Documentation

Element: strategy

[Table of contents]

  • This element can be used wherever the following element is referenced:
Name strategy
Type Strategy
Nillable no
Abstract no
Documentation A strategy product.
Logical Diagram
XML Instance Representation
<strategy
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..*]
</strategy>
Diagram
Schema Component Representation
<xsd:element name="strategy" type=" Strategy " substitutionGroup="product"/>