Configuring FIA
🔧

Configuring FIA

The mechanics of configuring FIA are covered in the following sections:

Definition
Link
Date formats for imported data
🔧Date formats
File names for imported data
🔧File names
Report configuration
🔧Report settings
Equity and hybrid attribution configuration
🔧Equity and hybrid attribution settings
Currency attribution settings
🔧Currency attribution settings
Fixed income attribution settings
🔧Fixed income attribution settings
Sector settings
🔧Sector settings
Miscellaneous settings
🔧Miscellaneous settings
File encryption
🔧File encryption

Data types

Data parameters used by the API are of the following standard types:

  • integer
  • double
  • long
  • boolean
  • string
  • vector<string>
  • vector < vector <string > >

Errors

If any of

  • Field does not exist
  • The assignment is badly formed
  • The field is assigned a value that is not appropriate, eg assigning a string to a boolean-valued variable
  • The field is assigned more than once

then FIA will flag a fatal error and processing will stop.

‣

Use cases