MarginHaircut

/FundsXML4/AssetMasterData/Asset/AssetDetails/Repo/MarginHaircut

Diagram

MarginHaircut MinimumPercent xs:decimal [0..1] MinimumAbsolut xs:decimal [0..1] MaximumPercent xs:decimal [0..1] MaximumAbsolut xs:decimal [0..1]

Documentation

Free for Risk

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:decimal

Percentage of the minimum risk

330.64
xs:decimal

Value of the minimum risk

615.25
xs:decimal

Percentage of the maximum risk

496.14
xs:decimal

Value of the maximum risk

914.42

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="MarginHaircut">
   <xs:annotation>
      <xs:documentation>Free for Risk</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 risk</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MinimumAbsolut" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>Value of the minimum risk</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MaximumPercent" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>Percentage of the maximum risk</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MaximumAbsolut" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>Value of the maximum risk</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>