mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
2.0 KiB
2.0 KiB
Home > bitburner > CorporationInfo
CorporationInfo interface
General info about a corporation
Signature:
interface CorporationInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dividendEarnings | number | Your earnings as a shareholder per second this cycle | |
dividendRate | number | Fraction of profits issued as dividends | |
dividendTax | number | Tax applied on your earnings as a shareholder | |
divisions | string[] | Array of all division names | |
expenses | number | Expenses per second this cycle | |
funds | number | Funds available | |
issuedShares | number | Amount of acquirable shares. | |
name | string | Name of the corporation | |
numShares | number | Amount of share owned | |
public | boolean | Indicating if the company is public | |
revenue | number | Revenue per second this cycle | |
sharePrice | number | Price of the shares | |
shareSaleCooldown | number | Cooldown until shares can be sold again | |
state | string | State of the corporation. Possible states are START, PURCHASE, PRODUCTION, EXPORT, SALE. | |
totalShares | number | Total number of shares issues by this corporation |