It looks like the fixed expenses fields should be available in the monthly report. So they should be in there.
They are available through the UI but I don’t see them in the Monthly Runs or Monthly Export end points - just total_fixed_expenses
Correct there are around 1,500 economic fields but both monthly runs and monthly exports just support a subset of those. The /v1/exports should give you the entire set.
Ok thanks. I’d still like to request those 9 fields get added to the monthly exports end pointy
Hi @rstover, the fields have been added to monthly-exports as otherMonthlyCost_1 through otherMonthlyCost_8.
@HGantz I am still a bit confused on if the other_monthly_expense values map to the fixed_expense values from an economic model.
Only reason I have doubts is there appear to be 9 Fixed Expense values whereas other monthly expense only has 8 from the API
You’re correct, there are. I’m sorry for all the confusion here. Unfortunately, the naming conventions used for the External API don’t follow the front-end.
Here is the mapping:
monthlyWellCost → fixed expense 1
otherMonthlyCost_1 → fixed expense 2
…
otherMonthlyCost_8 → fixed expense 9
Here is the definitions in the spec
Thanks. Are you looking at a different spec than what is on the API site?
I can’t find that same section that you posted in the picture
This is the spec currently in our codebase in production. The spec in the documentation still needs to be updated.

