2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CorporationInfo](./bitburner.corporationinfo.md)
|
|
|
|
|
|
|
|
## CorporationInfo interface
|
|
|
|
|
|
|
|
General info about a corporation
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface CorporationInfo
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| [dividendEarnings](./bitburner.corporationinfo.dividendearnings.md) | number | Your earnings as a shareholder per second this cycle |
|
|
|
|
| [dividendRate](./bitburner.corporationinfo.dividendrate.md) | number | Fraction of profits issued as dividends |
|
|
|
|
| [dividendTax](./bitburner.corporationinfo.dividendtax.md) | number | Tax applied on your earnings as a shareholder |
|
2022-12-30 02:28:53 +01:00
|
|
|
| [divisions](./bitburner.corporationinfo.divisions.md) | string\[\] | Array of all division names |
|
2022-10-21 17:16:00 +02:00
|
|
|
| [expenses](./bitburner.corporationinfo.expenses.md) | number | Expenses per second this cycle |
|
|
|
|
| [funds](./bitburner.corporationinfo.funds.md) | number | Funds available |
|
|
|
|
| [issuedShares](./bitburner.corporationinfo.issuedshares.md) | number | Amount of acquirable shares. |
|
|
|
|
| [name](./bitburner.corporationinfo.name.md) | string | Name of the corporation |
|
|
|
|
| [numShares](./bitburner.corporationinfo.numshares.md) | number | Amount of share owned |
|
|
|
|
| [public](./bitburner.corporationinfo.public.md) | boolean | Indicating if the company is public |
|
|
|
|
| [revenue](./bitburner.corporationinfo.revenue.md) | number | Revenue per second this cycle |
|
|
|
|
| [sharePrice](./bitburner.corporationinfo.shareprice.md) | number | Price of the shares |
|
|
|
|
| [shareSaleCooldown](./bitburner.corporationinfo.sharesalecooldown.md) | number | Cooldown until shares can be sold again |
|
|
|
|
| [state](./bitburner.corporationinfo.state.md) | string | State of the corporation. Possible states are START, PURCHASE, PRODUCTION, SALE, EXPORT. |
|
|
|
|
| [totalShares](./bitburner.corporationinfo.totalshares.md) | number | Total number of shares issues by this corporation |
|
|
|
|
|