[Home](./index.md) > [bitburner](./bitburner.md) > [IndustryData](./bitburner.industrydata.md)
## IndustryData interface
Corporation industry information
Signature:
```typescript
interface IndustryData
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [cost](./bitburner.industrydata.cost.md) | number | Cost to expand to the division |
| [makesMaterials](./bitburner.industrydata.makesmaterials.md) | boolean | Whether the division makes materials |
| [makesProducts](./bitburner.industrydata.makesproducts.md) | boolean | Whether the division makes products |
| [producedMaterials?](./bitburner.industrydata.producedmaterials.md) | string\[\] | (Optional) Materials produced |
| [productType?](./bitburner.industrydata.producttype.md) | string | (Optional) Product type |
| [requiredMaterials](./bitburner.industrydata.requiredmaterials.md) | Record<string, number> | Materials required for production and their amounts |
| [type](./bitburner.industrydata.type.md) | [CorpIndustryName](./bitburner.corpindustryname.md) | Industry type |