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) | [optional] | ||||||
| DiEffSec | decimal? | D Effective (Percentage as a decimal) | [optional] | ||||||
| B | decimal? | b factor | [optional] | ||||||
| TargetDSwEffSec | decimal? | Target D Effective Switch (Percentage as a decimal) | [optional] | ||||||
| FlatValue | decimal? | Flat (BBL/D) | [optional] | ||||||
| Slope | decimal? | slope (BBL/D/D) | [optional] |