<xsd:complexType name="StandardPackage">
<xsd:annotation>
<xsd:documentation xml:lang="en">A standard package is a type of strategy which consists of several single instruments, also known as underlying instruments. All underlying instruments must be also specified in the product definition, so that the can be referred to by their identifier.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="productId" type="ProductId" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="packageName" type="PackageName" minOccurs="0" />
<xsd:element name="hedgeType" type="HedgeType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hedged type defines how quantities on each component product are calculated. If hedge type is DeltaNeutral, component products must have HedgeRiskWeights defined.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="component" type="ComponentProduct" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|