RiskCode
/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/Segments/Segment/ShareClasses/ShareClass/Portfolios/Portfolio/Positions/Position/RiskCodes/RiskCode
Diagram
Documentation
Risikokennzahl
Risk figure
Properties
- Type
- RiskCodeType
- 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
- 16
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
|
/Funds/.../ListedCode
choice
|
xs:string | Specific Code as defined in enumeration: |
VAR ABSOLUTE UCITS |
|
/Funds/.../UnlistedCode
choice
|
xs:string | Free code for unlisted codes |
ExampleText |
| xs:decimal | Value of risk code Wert der Risikokennzahl |
781.39 | |
| FrequencyType | Frequency of data used for calculation Bezieht sich auf die zur Berechnung verwendete Datenbasis Frequency: |
YEAR | |
| xs:date | Start of period for risk value Beginn des Kennzahl - Intervalles |
2022-06-28 | |
| xs:date | End of period for risk value Ende des Kennzahl - Intervalles |
2022-04-15 | |
| xs:boolean | Indicates whether risk value has been annualized (false of not applicable) true - annualisiert |
false | |
| Text1000Type | Description of calculation method Beschreibung der Berechnungsmethode Text (max. 1000 characters) |
ExampleText |
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"
maxOccurs="unbounded"
name="RiskCode"
type="RiskCodeType">
<xs:annotation>
<xs:documentation xml:lang="en">Risk figure</xs:documentation>
<xs:documentation xml:lang="de">Risikokennzahl</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(RiskCodeType)
Referenced Type Definition (RiskCodeType)
<xs:complexType 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="RiskCodeType">
<xs:sequence>
<xs:choice>
<xs:element name="ListedCode">
<xs:annotation>
<xs:documentation>Specific Code as defined in enumeration:
Active Share
Beta factor
Correlation
Covariance
CRR 2 Value (absolute value)
CRR 2 relative (percentage value)
Delta
Duration
Duration to next Call
Duration to Maturity
Expected Shortfall
Gamma
Information Ratio
Jensen alpha
Leverage (Gross)
Leverage (Limit)
Leverage (Usage)
Liquidated within 1 day
Modified Duration
Modified Duration to next Call
Modified Duration to Maturity
Net Commodity Delta
Net CS01 (for credit default swaps)
Net DV01 (BVBP)
Net equity delta
Net FX Delta
Sharpe ratio
Tracking error
Treynor ratio
VaR (commitment approach)
VaR (gross method)
VaR Absolute (Limit)
VaR Absolute (UCITS Method)
VaR equivalent Volatility (PRIIPS)
Vega
Vega Exposure
Volatility of prices
Volatility of returns
Yield
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ACTIVE SHARE"/>
<xs:enumeration value="BETA FACTOR"/>
<xs:enumeration value="CORRELATION"/>
<xs:enumeration value="COVARIANCE"/>
<xs:enumeration value="CRR II ABSOLUTE"/>
<xs:enumeration value="CRR II PERCENTAGE"/>
<xs:enumeration value="DELTA"/>
<xs:enumeration value="DURATION"/>
<xs:enumeration value="DURATION TO CALL"/>
<xs:enumeration value="DURATION TO MATURITY"/>
<xs:enumeration value="EXPECTED SHORTFALL"/>
<xs:enumeration value="GAMMA"/>
<xs:enumeration value="INFORMATION RATIO"/>
<xs:enumeration value="JENSEN ALPHA"/>
<xs:enumeration value="LEVERAGE GROSS"/>
<xs:enumeration value="LEVERAGE LIMIT"/>
<xs:enumeration value="LEVERAGE USAGE"/>
<xs:enumeration value="LIQUIDATED WITHIN ONE DAY"/>
<xs:enumeration value="MODIFIED DURATION"/>
<xs:enumeration value="MODIFIED DURATION TO CALL"/>
<xs:enumeration value="MODIFIED DURATION TO MATURITY"/>
<xs:enumeration value="NET COMMODITY DELTA"/>
<xs:enumeration value="NET CS01"/>
<xs:enumeration value="NET DV01"/>
<xs:enumeration value="NET EQUITY DELTA"/>
<xs:enumeration value="NET FX DELTA"/>
<xs:enumeration value="SHARPE RATIO"/>
<xs:enumeration value="TRACKING ERROR"/>
<xs:enumeration value="TREYNOR RATIO"/>
<xs:enumeration value="VAR COMMITMENT APPROACH"/>
<xs:enumeration value="VAR GROSS METHOD"/>
<xs:enumeration value="VAR ABSOLUTE LIMIT"/>
<xs:enumeration value="VAR ABSOLUTE UCITS"/>
<xs:enumeration value="VAR EQUIVALENT VOLATILITY"/>
<xs:enumeration value="VEGA"/>
<xs:enumeration value="VEGA EXPOSURE"/>
<xs:enumeration value="VOLATILITY OF PRICES"/>
<xs:enumeration value="VOLATILITY OF RETURNS"/>
<xs:enumeration value="YIELD"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UnlistedCode">
<xs:annotation>
<xs:documentation>Free code for unlisted codes</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:choice>
<xs:element name="Value" type="xs:decimal">
<xs:annotation>
<xs:documentation xml:lang="en">Value of risk code</xs:documentation>
<xs:documentation xml:lang="de">Wert der Risikokennzahl</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Frequency" type="FrequencyType">
<xs:annotation>
<xs:documentation xml:lang="en">Frequency of data used for calculation</xs:documentation>
<xs:documentation xml:lang="de">Bezieht sich auf die zur Berechnung verwendete Datenbasis</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="DateFrom" type="xs:date">
<xs:annotation>
<xs:documentation xml:lang="en">Start of period for risk value</xs:documentation>
<xs:documentation xml:lang="de">Beginn des Kennzahl - Intervalles</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="DateTo" type="xs:date">
<xs:annotation>
<xs:documentation xml:lang="en">End of period for risk value</xs:documentation>
<xs:documentation xml:lang="de">Ende des Kennzahl - Intervalles</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element default="false" name="Annualization" type="xs:boolean">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates whether risk value has been annualized (false of not applicable)</xs:documentation>
<xs:documentation xml:lang="de">true - annualisiert
false - nicht annualisiert bzw. nicht anwendbar</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Description" type="Text1000Type">
<xs:annotation>
<xs:documentation xml:lang="en">Description of calculation method</xs:documentation>
<xs:documentation xml:lang="de">Beschreibung der Berechnungsmethode</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>