The mechanics of configuring FIA are covered in the following sections:
Definition | Link |
Date formats for imported data | |
File names for imported data | |
Report configuration | |
Equity and hybrid attribution configuration | |
Currency attribution settings | |
Fixed income attribution settings | |
Sector settings | |
Miscellaneous settings | |
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.
‣