Vision Upload Format: CountryMaster
Vision Portfolio Management Application Layer: Data Feeds
Data Feed: CountryMaster
Category: MasterFeed
Summary:
-
The CountryMaster feed is used to create and refresh
basic information for Country instances.
Available Fields:
Field | Vision Property | Type | Description |
---|---|---|---|
--- Required Fields --- | |||
entityId | code | String | id of new or existing Country instance |
--- Suggested Fields --- | |||
currencyId | baseCurrency | String | id of existing Corrency instance |
name | name | String | descriptive name |
--- Other Fields --- | |||
numericCode | numericCode | Number | numeric code |
shortName | shortName | String | short name |
sortCode | sortCode | String | sort code |
The following tab-delimited feed could be used to create Country
instances and refresh basic information:
Related Feeds:
Sample Upload:
Interface ExternalFeedManager upload: "CountryMaster" using:
"EntityId Name Currency
AT Austria ATS
AU Australia AUD
CA Canada CAD
CH Switzerland CHF
US United States USD
" ;