# TransferBreakdown

Object containing every reason why a specific Security Token transfer would fail

## Hierarchy

* **TransferBreakdown**

## Index

### Properties

* [compliance](/polymesh-sdk-api-reference/docs-v8/interfaces/transferbreakdown.md#compliance)
* [general](/polymesh-sdk-api-reference/docs-v8/interfaces/transferbreakdown.md#general)
* [restrictions](/polymesh-sdk-api-reference/docs-v8/interfaces/transferbreakdown.md#restrictions)
* [result](/polymesh-sdk-api-reference/docs-v8/interfaces/transferbreakdown.md#result)

## Properties

### compliance

• **compliance**: *Compliance*

*Defined in* [*src/api/entities/SecurityToken/types.ts:40*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/entities/SecurityToken/types.ts#L40)

how the transfer adheres to the asset's compliance rules

### general

• **general**: [*TransferError*](/polymesh-sdk-api-reference/docs-v8/enums/transfererror.md)*\[]*

*Defined in* [*src/api/entities/SecurityToken/types.ts:36*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/entities/SecurityToken/types.ts#L36)

list of general transfer errors

### restrictions

• **restrictions**: [*TransferRestrictionResult*](/polymesh-sdk-api-reference/docs-v8/interfaces/transferrestrictionresult.md)*\[]*

*Defined in* [*src/api/entities/SecurityToken/types.ts:44*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/entities/SecurityToken/types.ts#L44)

list of transfer restrictions and whether the transfer satisfies each one

### result

• **result**: *boolean*

*Defined in* [*src/api/entities/SecurityToken/types.ts:48*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/entities/SecurityToken/types.ts#L48)

true if the transfer is possible


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/interfaces/transferbreakdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
