Vision Upload Format: CountryMaster

Vision Portfolio Management Application Layer: Data Feeds

| Application Feeds |


Data Feed: CountryMaster

Category: MasterFeed

Summary:

    The CountryMaster feed is used to create and refresh basic information for Country instances.

Available Fields:

FieldVision
Property
TypeDescription
--- 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

Related Feeds:

Sample Upload:

The following tab-delimited feed could be used to create Country instances and refresh basic information:

   Interface ExternalFeedManager upload: "CountryMaster" using:
   "EntityId 	Name           Currency
    AT		Austria		ATS
    AU		Australia	AUD
    CA		Canada		CAD
    CH		Switzerland	CHF
    US		United States	USD	
   "  ;