> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/api_entities_offering_types.offeringbalancestatus.md).

# api\_entities\_Offering\_types.OfferingBalanceStatus

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [api/entities/Offering/types](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_offering_types.md) / OfferingBalanceStatus

## Enumeration: OfferingBalanceStatus

[api/entities/Offering/types](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_offering_types.md).OfferingBalanceStatus

### Table of contents

#### Enumeration Members

* [Available](#available)
* [Residual](#residual)
* [SoldOut](#soldout)

### Enumeration Members

#### Available

• **Available**

There still are Asset tokens available for purchase

**Defined in**

[api/entities/Offering/types.ts:24](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Offering/types.ts#L24)

***

#### Residual

• **Residual**

There are remaining Asset tokens, but their added value is lower than the Offering's minimum investment, so they cannot be purchased. The Offering should be manually closed to retrieve them

**Defined in**

[api/entities/Offering/types.ts:34](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Offering/types.ts#L34)

***

#### SoldOut

• **SoldOut**

All Asset tokens in the Offering have been sold

**Defined in**

[api/entities/Offering/types.ts:28](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Offering/types.ts#L28)
