Skip to main content

Portfolio File Overview

Updated today

Overview

This article examines the Portfolio file and the company structure set up, which are essential parts of the FundApps implementation process.

The company structure determines how the rules engine aggregates positions and at which level the rules will trigger potential disclosures.

Like almost everything else in FundApps, the company structure can be set up directly in the UI. This is the preferred method when monitoring a handful of funds/accounts that all aggregate up to one legal entity (manager).

However, for complex structures, we recommend importing this structure in our specified file format. This article describes the format and the properties that should be included when setting up the file.

Please avoid using special characters in the PortfolioId. Leading or trailing special characters can cause validation errors.

Aggregation Level

The Entities and portfolios you will set up in the system will determine the aggregation level. This will dictate at which legal entity you need to make a filing or complete calculations.

An entity is defined as the legal structure with legal title, voting discretion, and/or management discretion over the portfolios.

A portfolio is a vehicle that holds assets directly. It usually falls within the following four categories:

  1. Grouping of assets that represent a single portfolio (separately managed account) or fund (usually with a specific investment objective).

  2. For sub-funds of the UCITS umbrella or another commingled fund group with an overarching legal personality, each sub-fund should be delivered as a separate portfolio.

  3. A portfolio might have a legal personality (e.g. single UCITS fund, Partnership, LLC) or not (e.g. separately managed account)

  4. A portfolio might represent one individual/institution or might represent a fund (collective investment scheme).

Aggregation Structure

The most important aspect of the Portfolio File is aggregation. Aggregation is modelled in the file in the columns LegalParentID, VotingParentID, and ManagementParentID (for details on what the Management, Voting, and Legal structures represent, please see the article FundApps Aggregation Framework). This column dictates which assets/portfolios should aggregate up to which entities/managers. It is further used to model corporate structures.

The setup uses PortfolioId to specify which entity a portfolio should aggregate up to, i.e. the parent of the portfolio. An example of the setup is displayed below:

Portfolio_example.png

When uploading this file to FundApps, the aggregation structure will look like the following.

Portfolio_UI.png

It is important that the aggregation structure is set up correctly, as this determines at which level the disclosures will trigger. For further details, see the article FundApps Aggregation Framework.

For a deeper description of the values accepted for these properties, please see our Service Documentation page.

When setting up a portfolio please note a live portfolio should have at least one Entity ParentId or DelegatorParentId.

Required vs. Optional

The columns in the first figure are sufficient for modelling the company structure. These columns (except RuleFolders) are required for the file to pass the FundApps validation procedure and successfully upload.

However, there are also "Rule Properties" and "Form Properties" that should be set to enable the full functionality of the FundApps engine and document generator. These can be set up in the UI by viewing the portfolio details under the tabs displayed below.

mceclip0.png

The Rule Properties and Form Properties can also be uploaded in the portfolio file. Uploading them in the file is simple - you should create a column in the .csv file with the name displayed in FundApps and fill in the information in this column.

Here is an example of a portfolio file. As the portfolio file is in CSV format, the ordering of the columns does not matter (e.g. if PortfolioName was sorted before PortfolioId).

Portfolios can only be uploaded via the Portfolios screen by selecting Import and cannot be uploaded via Admin > Upload > Upload Positions.

When a portfolio, umbrella or entity property is updated in the UI, what will get overwritten when a portfolio CSV file is subsequently uploaded?

  1. If the portfolio CSV file has a value populated for the same property (non-blank value), that value will overwrite whatever was previously set for the property, whether it was set in the UI or via an earlier file upload.

  2. If the property value that was previously set (UI or file) is left as an empty cell in the CSV, the existing value will persist and not be overwritten.

  3. If the property is not referenced at all in the portfolio file, the existing value will also persist and not be overwritten.

Generic rule: A property populated with an empty cell or not referenced at all in the portfolio file will not overwrite the existing property value, regardless of whether it was initially set in the UI or through a prior file upload.

Did this answer your question?