Form E1 · Confidential company intake — not available to the public
Economic data infrastructure

Every sovereign decision starts as one company's numbers.

Form E1 is the instrument that turns a single company's financial statement into a graded, structured row inside the national economic database — the same database from which macro-level sovereign decisions are later drawn.

YOUR COMPANY FORM E1 Data entry & validation Rating engine Profitability · liquidity · leverage · efficiency SOVEREIGN DATABASE → feeds national economic & policy decisions
ONE SUBMISSION · FOUR STAGES · ONE PERMANENT DATABASE RECORD
01

What the tool is

Form E1 is a web-based financial data-intake form, built in PHP, addressed to a company's owner, finance officer, or authorised representative rather than the general public. It collects two things in a single pass: the company's identity and classification (legal form, ISIC sector, country, reporting year) and its core financial-statement figures for that year (sales, purchases, gross profit, expenses, net profit, total assets, and paid-up capital).

On submission, the form does not simply log the numbers — it runs them through an internal multi-ratio classification engine that grades the company across several financial dimensions, then writes both the raw figures and the resulting grades into a central company table shared across the economic database.

02

Why it exists

Objective

To build a bottom-up, company-level economic database — one graded record at a time — that becomes the evidence base from which sovereign economic and financial decisions are subsequently derived. Every submission is a single brick; the database is the wall; policy is what gets built on top of it.

03

How it works

1

Identify the company : The representative enters the company's name, email, phone, website, legal form, reporting year, ISIC sector code and country of operation.

2

Enter the financial statement : Paid-up capital, company ID, up to five product names, and the core income-statement and balance-sheet figures — sales, purchases, gross profit, G&A expenses, debit interest, other revenue, net profit, and total assets — are entered for the selected year.

3

Validate : Every numeric field is checked server-side to confirm it is a genuine number of a plausible length before anything is processed further; malformed entries are rejected with a field-specific message.

4

Classify : The validated figures are run through a chain of internal comparisons that derive intermediate ratios and assign the record a set of coded grades spanning profitability, return, expense structure, indebtedness and efficiency.

5

Deduplicate & store : The database is checked for an existing record with the same phone number and reporting year to prevent double-counting a company; if none exists, the raw data and its computed grades are inserted as one permanent row.

6

Confirm : The representative sees an on-screen confirmation that the submission was recorded — or a clear message if the record already exists or the write failed.

04

Data required

Two groups of fields, all required for a complete, gradeable submission.

Company identity

FieldWhat is entered
nameLegal company name
email / tel / siteContact channels for the company
legalLegal form: individual, partnership, shareholding, or listed company
yearThe fiscal year the figures below belong to
sectEconomic sector, selected from a full ISIC-based activity list (agriculture through extraterritorial bodies)
countryCountry where the company operates
proUp to five representative product or service names
idcCompany registration / tax ID

Financial statement (for the selected year)

FieldWhat is enteredNote
capPaid-up capitalNumeric
n1SalesNumeric
n2PurchasesNumeric
n9Gross profitSales minus purchases
n3General & administrative expensesIncluding depreciation
n4Debit interestEnter 0 if none
n5Other revenueEnter 0 if none
n24Net profitNumeric
n6Total fixed and current assetsNumeric
05

Reading the results

Once a submission passes validation, the engine derives a set of intermediate figures from the statement (working profit, financing burden, asset coverage) and compares them across five dimensions. Each dimension is returned as a short code that places the company on a tier scale.

PRO

Profitability

Net result relative to sales and assets.

RE / RF

Return

Return generated relative to capital employed and financing cost.

EX

Expense structure

Weight of administrative and financing expenses on revenue.

DE

Debt / leverage

Exposure to debit interest relative to profit and assets.

EF

Efficiency

How assets and costs convert into gross and net result.

Excellent Very good Good Average Poor Loss
06

A worked example

Nile Delta Foods LLC

SECTOR 10 — MANUFACTURE OF FOOD PRODUCTS · EGYPT · FISCAL YEAR 2015

Sales (n1)EGP 5,000,000
Purchases (n2)EGP 3,100,000
Gross profit (n9)EGP 1,900,000
G&A expenses (n3)EGP 620,000
Debit interest (n4)EGP 90,000
Net profit (n24)EGP 780,000
Total assets (n6)EGP 4,200,000
> validating fields… OK
> checking duplicate (tel + year)… none found
> profitability tier… Good
> return tier… Very good
> expense-structure tier… Average
> record inserted into company table — submission complete

Figures above are illustrative only, to show the shape of an entry and its output — not a reproduction of the engine's internal thresholds.

07

Where it is used

01

Sovereign economic decisions

Aggregated, graded company data underpins national-level policy and planning decisions.

02

Sector benchmarking

Comparing performance across ISIC sectors, years, and countries.

03

Investment climate assessment

Reading company-level health as a signal of sector or market attractiveness.

04

Credit & risk diagnostics

A first-pass financial grade for institutions assessing a company.

05

Statistical & academic research

A structured, comparable dataset of private-sector financial performance.

06

Regulatory monitoring

Tracking financial health trends by sector and legal form over time.

08

Advantages & limitations

Advantages

  • Single, structured form captures both company identity and a full-year financial statement in one pass.No separate registration and reporting steps.
  • Standardised, ISIC-based sector classification.Makes cross-company and cross-sector comparison possible.
  • Automatic multi-dimensional grading on submission.No manual analyst review needed for a first-pass read.
  • Duplicate-submission check by phone number and year.Protects the database from double-counting a company.
  • Directly extends a live economic database.Every submission is immediately queryable.

Limitations

  • Built on a legacy PHP/MySQL stack.Uses deprecated functions that require modernisation for long-term reliability and security.
  • Validation confirms figures are numeric, not that they are internally consistent.e.g. gross profit is not cross-checked against sales minus purchases.
  • Self-reported, unaudited data.No supporting-document upload or verification step.
  • One year per submission.Trend analysis depends on the same company returning in future years.
  • English-only interface.May limit direct use by some respondents.
  • No visible encryption or access-control layer on this page.Sensitive financial data warrants an explicit security review.
09

The calculator

The live intake instrument, ported here in full from responsesE1.php: the identity + financial-statement form, the multi-dimensional grading engine, and the write to the company table.

Required data for evaluating your company ( Not available to the public )