Skip to main content

Cost Engineering

The Cost Assumptions module allows the Operator (CPO) to define operational margins, energy costs, and service fees at a granular level per Charging Station.

Rate Inheritance

If a station does not have a specific configuration, the AltherGo calculation engine will automatically apply the platform's standard rates (Global Althergo Tax).


List Active Assumptions

Returns the financial configurations of all stations managed by the authenticated company.

GET /cost_assumptions

Success Response (200 OK)
{
"data": [
{
"station_id": 10,
"energy_cost": 0.85,
"althergo_tax": 0.15,
"service_fee": 2.00,
"currency": "BRL",
"updated_at": "2026-03-15T10:00:00Z"
}
]
}