Vision Upload Format: CompanyIncomeStatement
Vision Portfolio Management Application Layer: Application
| Headstart Applications |Application: CompanyIncomeStatement
Summary:
The CompanyIncomeStatement application is used to display the last three years of income statement information for a company.Inputs:
Position | Form Id | Description |
---|---|---|
1 | id | Id of the company |
Analysis:
- The id must reference an existing Company instance.
- The basic report displays the income statement line items as rows and the last three fiscal year end dates as columns.
Key Data Feeds:
Related Reports:
Sample Usage:
Interface ApplicationWS runWith: "CompanyIncomeStatement", "DELL" ;
Sample Input:
Sample Output:
DELL COMPUTER CORP COM
Data As Of: 1/15/1999 --- Currency: United States Dollar
01/97 | 01/96 | 01/95 | |
---|---|---|---|
Sales | 7,759 | 5,296 | 3,475 |
- Cost Of Goods Sold | 6,046 | 4,191 | 2,704 |
- S, G, And A | 952 | 690 | 489 |
- Depreciation | 47 | 38 | 33 |
Operating Income | 714 | 377 | 249 |
- Interest Expense | 7 | 15 | 12 |
+ Other Income | 40 | 21 | -24 |
+ Special Items | 0 | 0 | 0 |
Pretax Income | 747 | 383 | 213 |
- Income Taxes | 216 | 111 | 64 |
- Minority Interest | 0 | 0 | 0 |
Income Before Extraordinary | 531 | 272 | 149 |
Net Income (Loss) | 518 | 272 | 149 |
======== | ======== | ======== |