-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
This file contains information about owned assets.
The following validation steps should be performed (per #136):
- process_id must exist in processes.csv file (duplicates are allowed as assets of the same process type can be in different regions, or in the same region with different commission_year or different owner agents)
- region_id must exist in regions.csv file and process_regions.csv must have an entry with that process_id / region_id
- agent_id must exist in agents.csv file
- commission_year must be on or before the 1st milestone year
- decommission_year must be after the 1st milestone year
Reactions are currently unavailable