C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
A single production tax row. For PA IF categories (pa_if_*), period, value, and unit must be omitted. For all other rows, period and value are required and unit is required.
| Name | Type | Description | Notes |
|---|---|---|---|
| Key | ProductionTaxRowKey | ||
| Category | ProductionTaxCategory | ||
| Criteria | ProductionTaxCriteria | ||
| Period | List<string> | Flat (string \"Flat\") for entire_well_life criteria; array of numbers (offsets or rates) for offset_* and rate criteria; array of date strings (MM/yyyy) for dates criteria. Omit for PA IF categories. | [optional] |
| Value | List<decimal> | Single number or array of numbers (same length as period array). Omit for PA IF categories. | [optional] |
| Unit | ProductionTaxUnit | [optional] | |
| Description | string | Optional description for this row. | [optional] |
| ShrinkageCondition | ProductionTaxShrinkageCondition | [optional] | |
| Escalation | string | Escalation ID or \"None\". | [optional] |
| Calculation | ProductionTaxCalculation | [optional] | |
| DeductSeveranceTax | bool? | Whether to deduct severance tax (applicable to ad_valorem_tax rows). | [optional] |
| RateType | ProductionTaxRateType | [optional] | |
| RateRowsCalculationMethod | ProductionTaxRateRowsCalculationMethod | [optional] |