C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
Fields that define fixed expense parameters and behavior
Name | Type | Description | Notes |
---|---|---|---|
StopAtEconLimit | bool | Controls whether the expense stops when economic limit is reached | |
ExpenseBeforeFpd | bool | Indicates if this expense applies before first production date | |
EscalationModel | string | The model used for expense escalation over time | |
AffectEconLimit | bool | Specifies if this expense is included in the cut off calculation | |
DeductBeforeSeveranceTax | bool | Indicates if this expense is deducted before severance tax calculation | |
DeductBeforeAdValTax | bool | Indicates if this expense is deducted before ad valorem tax calculation | |
DealTerms | decimal | Paying Working Interest ÷ Earning Working Interest | |
Calculation | string | The method used to calculate the expense based on interest types. Note - Projects imported from other platforms may default to 'nri'. | |
RateType | string | The rate type used as the basis for expense calculation | |
RowsCalculationMethod | string | Rate Rows Calculation Method | |
Description | string | User-provided description of this expense | [optional] |
Cap | decimal? | The maximum value this expense can reach | [optional] |
Rows | List<RowsFixedExpensesFields> | Array of expense entries with values over time or conditions | [optional] |