> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# AllowedInput

Allowed input token configuration from a trade policy

## Properties

| Property                          | Type                                                                                                                                           | Description                  |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| <a id="mint" /> `mint`            | `string`                                                                                                                                       | Token mint address           |
| <a id="allowance" /> `allowance?` | \{ `amount`: `string`; `cadence`: [`Period`](/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/Period); `remaining`: `string`; } | Allowance information if set |
| `allowance.amount`                | `string`                                                                                                                                       | Amount allowed               |
| `allowance.cadence`               | [`Period`](/grid/v1/sdk-reference/typescript/reference/latest/type-aliases/Period)                                                             | Cadence/period               |
| `allowance.remaining`             | `string`                                                                                                                                       | Remaining amount available   |
