---
title: consumptionFormulaArguments
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ingetcarpowerlevelstatusintentresponse/consumptionformulaarguments
---

# consumptionFormulaArguments

The parameters the electric vehicle’s consumption model uses to calculate its energy consumption.

## Declaration

```swift
var consumptionFormulaArguments: [String : Any]? { get set }
```

## Discussion

Discussion This property’s value is a dictionary of serializable objects that contains the parameters the electric vehicle’s consumption model uses to calculate its energy consumption as it travels. The keys of the dictionary must match those of the corresponding charging model. model_id is a mandatory key and must be the identifier of the consumption model the vehicle uses.

## See Also

### Providing Formula Arguments

- [chargingFormulaArguments](intents/ingetcarpowerlevelstatusintentresponse/chargingformulaarguments.md)
