# `Ash.Resource.Calculation.Context`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/resource/calculation/calculation.ex#L119)

The context and arguments of a calculation

# `t`

```elixir
@type t() :: %Ash.Resource.Calculation.Context{
  actor: term() | nil,
  arguments: map(),
  authorize?: boolean(),
  constraints: Keyword.t(),
  domain: module(),
  resource: module(),
  source_context: map(),
  tenant: term(),
  tracer: module() | nil,
  type: Ash.Type.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
