Skip to main content

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:
    • reserves
    • contingent
    • prospective

prmsCategory (required)

A string that describes the PRMS category of reserves.

  • Data Type: string
  • Enumeration:
    • proved
    • probable
    • possible
    • c1
    • c2
    • c3

prmsSubCategory (required)

A string that describes the PRMS sub-category of reserves.

  • Data Type: string
  • Enumeration:
    • producing
    • non_producing
    • shut_in
    • temp_aband
    • p&a
    • behind_pipe
    • injection
    • undeveloped
    • need_workover

Validation Rules

  • The reservesCategory property is required.
  • The prmsClass, prmsCategory, and prmsSubCategory properties are required.
  • The values of prmsClass, prmsCategory, and prmsSubCategory must be from their respective enumerations.

Example

"reservesCategory": {
"prmsClass": "reserves",
"prmsCategory": "proved",
"prmsSubCategory": "producing"
}