InitialMargin
/FundsXML4/AssetMasterData/Asset/AssetDetails/Repo/InitialMargin
Diagram
Documentation
Initially deposited margin
Properties
- Type
- (anonymous)
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 5
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:decimal | Percentage of the minimum initial margin |
479.22 | |
| xs:decimal | Value of the minimum initial margin |
635.38 | |
| xs:decimal | Percentage of the maximum initial margin |
164.02 | |
| xs:decimal | Value of the maximum initial margin |
644.71 |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="InitialMargin">
<xs:annotation>
<xs:documentation>Initially deposited margin</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="MinimumPercent" type="xs:decimal">
<xs:annotation>
<xs:documentation>Percentage of the minimum initial margin</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="MinimumAbsolut" type="xs:decimal">
<xs:annotation>
<xs:documentation>Value of the minimum initial margin</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="MaximumPercent" type="xs:decimal">
<xs:annotation>
<xs:documentation>Percentage of the maximum initial margin</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="MaximumAbsolut" type="xs:decimal">
<xs:annotation>
<xs:documentation>Value of the maximum initial margin</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>