C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
| Name | Type | Description | Notes | ||||||
|---|---|---|---|---|---|---|---|---|---|
| SegmentType | string | arps | arps_modified | arps_inc | exp_dec | exp_inc | flat | linear | empty |
| StartDate | string | Start date of the segment in (YYYY-MM-DD) | |||||||
| EndDate | string | End date of the segment (YYYY-MM-DD) | |||||||
| QStart | decimal? | Start of segment (BBL/D) | [optional] | ||||||
| QEnd | decimal? | End of segment (BBL/D) deprecated | [optional] | ||||||
| DiEffSec | decimal? | D Effective (Percentage as a decimal) deprecated | [optional] | ||||||
| B | decimal? | b factor | [optional] | ||||||
| TargetDSwEffSec | decimal? | Target D Effective Switch (Percentage as a decimal) deprecated | [optional] | ||||||
| FlatValue | decimal? | Flat (BBL/D) deprecated | [optional] | ||||||
| Slope | decimal? | slope (BBL/D/D) (linear segment) | [optional] | ||||||
| RealizedDEffSw | decimal? | Realized D Effective Switch (Percentage as a decimal) | [optional] | ||||||
| D | decimal? | d factor must be provided if dEff is not provided | [optional] | ||||||
| DEff | decimal? | D Effective (Percentage as a decimal) must be provided if d is not provided | [optional] | ||||||
| CalculatedField | string | Calculated field | [optional] |