A structured framework for classifying, describing and analysing investment funds. Investment funds come in many shapesmutual funds, ETFs, hedge funds, privateequity vehicles, and more. Market participants, regulators, data providers and technology platforms need a common language to: The Investment Funds Taxonomy Template (IFTT) provides a reusable, versioncontrolled schema that satisfies those needs while remaining flexible enough to evolve with the market. Four primary domains organise all fund types: Each fund record carries a defined set of attributes grouped into logical sets: The taxonomy captures parentchild relationships, for example: All enumerated fields pull from controlled vocabularies stored in separate lookup tables. Version identifiers (e.g., Adopt a graphoriented model (RDF or propertygraph) for maximum flexibility. Each fund is a node with edges to classification nodes, attribute nodes and relationship nodes. Typical exchange formats include: Every payload must pass the following checks before acceptance: When a new version of the taxonomy is released, providers should: Clear, consistent product descriptions reduce marketing friction, simplify prospectus creation, and enable faster onboarding of institutional clients. Standardised data makes duediligence faster, supports automated suitability checks, and improves comparability across platforms. Uniform classification eases monitoring of systemic risk, facilitates crossborder supervision, and underpins consistent reporting under MiFIDII, AIFMD and other regimes. One taxonomy eliminates the need to maintain multiple mapping tables, reducing operational cost and improving data quality. The taxonomy is designed as a living document. Planned enhancements for the next two years include: Stakeholder feedback will be gathered through quarterly workshops and an online public comment portal. To adopt the Investment Funds Taxonomy Template v1.0, follow these steps: Support channels include a dedicated Slack community, a public issue tracker on GitHub, and quarterly webinars hosted by the governing board. For more information, consult the following resources:Investment Funds Taxonomy Template v1.0
Why a Taxonomy for Investment Funds?
Core Principles of the Template
Structure of v1.0
1. TopLevel Domains
2. Attribute Sets
3. Hierarchical Relationships
hasSeries property.4. Controlled Vocabularies
CVAssetClassv1.0) ensure that downstream systems can map historic data correctly.Implementation Guidance
Data Modelling
File Formats
Validation Rules
Version Management
taxonomyVersion field on each record.Benefits for Stakeholders
Asset Managers
Investors & Advisors
Regulators
Data Vendors
Sample Data Record (JSONLD)
{ "@context": "https://example.org/iftt/v1.0/context", "id": "urn:isin:US1234567890", "type": "InvestmentFund", "taxonomyVersion": "v1.0", "identification": { "isin": "US1234567890", "lei": "5493001KJTIIGC8Y1R12", "name": "Global Growth Equity Fund", "ticker": "GGX" }, "classification": { "assetClass": "Equity", "legalStructure": "OpenEnded", "managementStyle": "Active", "geographicScope": "Global" }, "attributes": { "benchmark": "MSCI World Index", "managementFee": 0.0125, "performanceFee": 0.2, "minimumInvestment": 5000, "inceptionDate": "2015-03-15", "currency": "USD", "esgFocus": true }, "regulatory": { "jurisdiction": "USA", "registrationNumber": "12345-ABC", "status": "Authorized" }, "quality": { "source": "FundProviderAPI", "lastUpdate": "2026-05-28T10:00:00Z", "validationStatus": "Validated" }} Roadmap Beyond v1.0
Getting Started
Contact & Resources
