[Home](./index.md) > [bitburner](./bitburner.md) > [CorpIndustryData](./bitburner.corpindustrydata.md)
## CorpIndustryData interface
Data for an individual industry
Signature:
```typescript
interface CorpIndustryData
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [advertisingFactor?](./bitburner.corpindustrydata.advertisingfactor.md) | number | (Optional) Advertising factor (affects sales) |
| [aiCoreFactor?](./bitburner.corpindustrydata.aicorefactor.md) | number | (Optional) AI Cores factor |
| [description](./bitburner.corpindustrydata.description.md) | string | |
| [hardwareFactor?](./bitburner.corpindustrydata.hardwarefactor.md) | number | (Optional) Hardware factor |
| [producedMaterials?](./bitburner.corpindustrydata.producedmaterials.md) | [CorpMaterialName](./bitburner.corpmaterialname.md)\[\] | (Optional) |
| [product?](./bitburner.corpindustrydata.product.md) | [CorpProductData](./bitburner.corpproductdata.md) | (Optional) |
| [realEstateFactor?](./bitburner.corpindustrydata.realestatefactor.md) | number | (Optional) Real estate factor |
| [recommendStarting](./bitburner.corpindustrydata.recommendstarting.md) | boolean | |
| [requiredMaterials](./bitburner.corpindustrydata.requiredmaterials.md) | Partial<Record<[CorpMaterialName](./bitburner.corpmaterialname.md), number>> | |
| [robotFactor?](./bitburner.corpindustrydata.robotfactor.md) | number | (Optional) Robots factor |
| [scienceFactor?](./bitburner.corpindustrydata.sciencefactor.md) | number | (Optional) Scientific research factor (affects quality) |
| [startingCost](./bitburner.corpindustrydata.startingcost.md) | number | |