CalculationPeriod
/FundsXML4/Funds/Fund/Subfunds/Subfund/ShareClasses/ShareClass/PerformanceFigures/Performances/Performance/CalculationPeriod
Diagram
Documentation
EN
Period over which performance is calculated
DE
[AUTO] Zeitraum, über den die Performance berechnet wird
FR
Period over qui performance est calculé
NL
Period over welke prestatie is berekend
Properties
- Type
- CalculationPeriodType
- Cardinality
- 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
- 11
- Sample Data
- 1 Year
- Restrictions
- Base: xs:string
Enumeration:1 Day1 Week1 Month3 Months6 MonthsYTD1 Year3 Years5 Years10 YearsSince launchSpecific
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="CalculationPeriod"
type="CalculationPeriodType">
<xs:annotation>
<xs:documentation xml:lang="en">Period over which performance is calculated</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Zeitraum, über den die Performance berechnet wird</xs:documentation>
<xs:documentation xml:lang="fr">Period over qui performance est calculé</xs:documentation>
<xs:documentation xml:lang="nl">Period over welke prestatie is berekend</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(CalculationPeriodType)
Referenced Type Definition (CalculationPeriodType)
<xs:simpleType xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="CalculationPeriodType">
<xs:annotation>
<xs:documentation xml:lang="en">Calculation period type for performance figures (1 Day, 1 Week, 1 Month, 3 Months, 6 Months, YTD, 1-10 Years, Since launch, Specific)</xs:documentation>
<xs:documentation xml:lang="de">Berechnungsperioden-Typ für Performance-Kennzahlen (1 Tag, 1 Woche, 1 Monat, 3 Monate, 6 Monate, YTD, 1-10 Jahre, Seit Auflage, Spezifisch)</xs:documentation>
<xs:documentation xml:lang="fr">Type de période de calcul pour les chiffres de performance (1 jour, 1 semaine, 1 mois, 3 mois, 6 mois, YTD, 1-10 ans, depuis le lancement, spécifique)</xs:documentation>
<xs:documentation xml:lang="nl">Berekeningsperiode type voor prestatie cijfers (1 dag, 1 week, 1 maand, 3 maanden, 6 maanden, YTD, 1-10 jaar, sinds lancering, specifiek)</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1 Day"/>
<xs:enumeration value="1 Week"/>
<xs:enumeration value="1 Month"/>
<xs:enumeration value="3 Months"/>
<xs:enumeration value="6 Months"/>
<xs:enumeration value="YTD"/>
<xs:enumeration value="1 Year"/>
<xs:enumeration value="3 Years"/>
<xs:enumeration value="5 Years"/>
<xs:enumeration value="10 Years"/>
<xs:enumeration value="Since launch"/>
<xs:enumeration value="Specific"/>
</xs:restriction>
</xs:simpleType>