Reserves Categories Overview
This documentation extends the Base Econ Model Documentation.
Properties
reservesCategory
An object that describes the reserves category.
prmsClass (required)
A string that describes the PRMS (Petroleum Resources Management System) class of reserves.
- Data Type: string
- Enumeration:
reservescontingentprospective
prmsCategory (required)
A string that describes the PRMS category of reserves.
- Data Type: string
- Enumeration:
provedprobablepossiblec1c2c3
prmsSubCategory (required)
A string that describes the PRMS sub-category of reserves.
- Data Type: string
- Enumeration:
producingnon_producingshut_intemp_abandp&abehind_pipeinjectionundevelopedneed_workover
Validation Rules
- The
reservesCategoryproperty is required. - The
prmsClass,prmsCategory, andprmsSubCategoryproperties are required. - The values of
prmsClass,prmsCategory, andprmsSubCategorymust be from their respective enumerations.
Example
"reservesCategory": {
"prmsClass": "reserves",
"prmsCategory": "proved",
"prmsSubCategory": "producing"
}