{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "costsFees", "type": "object", "properties": { "fsymId": { "type": "string", "description": "FactSet Security Identifier. Six alpha-numeric characters, excluding vowels, with a -S suffix (XXXXXX-S), resolved from the requestId of the Fund requested." }, "managementExpenses": { "type": "number", "description": "The management fee, or maintenance fee, is charged by the fund manager. This cost is usually between 0.5% and 2% of assets on average and is a periodic fee." }, "date": { "type": "string", "description": "The Expense Date expressed in YYYY-MM-DD." }, "currency": { "type": "string", "description": "ISO3 Currency" }, "entryExpenses": { "type": "number", "description": "The transaction entry fee or purchase fee collected from investors when they join or leave a scheme. The fee is paid to the fund" }, "exitExpenses": { "type": "number", "description": "The transaction exit fee is charged to investors when they redeem shares from a fund." }, "frontExpensesMax": { "type": "number", "description": "The Maximum sales load or initial Sales Fee is a reduction made from each investment in the fund, the maximum paid is dependent on the size of the purchase, it decreases as the investment increases. Often associated with class 'A' shares of a mutual fund it is also known as Sales Charge, this is a fee paid when shares are purchased. Also known as a \"front-end load\", this fee typically goes to the brokers that sell the fund's shares. (Under the Investment Company Act of 1940 is 9%. The maximum sales load under NASD Rules is 8 1/2%).\"\n" }, "backExpensesMax": { "type": "number", "description": "The Back Expense Maximum" }, "expenseRatio": { "type": "number", "description": "The Expense Ratio" }, "expenseRatioProspectus": { "type": "number", "description": "The Expense Ratio Prospectus" }, "initInvestmentMin": { "type": "number", "description": "The Initial Investment Minimum" }, "initInvestmentIra": { "type": "number", "description": "The Initial Investment Individual Retirement Accounts" }, "swingPrice": { "type": "number", "description": "Swing Price. Swing pricing occurs when a fund provider adjusts the net asset value (NAV) of a fund in order to pass on trading costs to purchasing or redeeming shareholders. This anti-dilution technique is used to protect long-term shareholder's interests." }, "swingPriceDate": { "type": "string", "description": "Swing Price Date. Swing pricing occurs when a fund provider adjusts the net asset value (NAV) of a fund in order to pass on trading costs to purchasing or redeeming shareholders. This anti-dilution technique is used to protect long-term shareholder's interests." }, "sriPriips": { "type": "integer", "description": "The SRI (Summary Risk Indicator) illustrates PRIIPs' risk and reward profile by measuring the market and credit risk level. Returns 1 for low risk up to 7 for higher risk." }, "srriUcits": { "type": "integer", "description": "Synthetic Risk and Reward Indicator illustrates a UCITS or NURS (Non-UCITS Retail Scheme) fund's risk and reward profile by measuring the market risk level. Returns 1 for low risk up to 7 for high risk." }, "performanceFee": { "type": "number", "description": "Represents fees made to an investment manager as a percentage of investment profits for generating positive returns." }, "tradingExpenseRatio": { "type": "number", "description": "Represents the amount of trading commissions incurred to manage the portfolio as a percentage of the total assets of the fund." }, "requestId": { "type": "string", "description": "The requested Id sent as input." } } }