# api\_entities\_Offering\_types.OfferingBalanceStatus

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

## Enumeration: OfferingBalanceStatus

[api/entities/Offering/types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_offering_types).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)
