Instiq
Chapter 6 · Strategy·v1.0.0·Updated 7/9/2026·~15 min

What's changed: Initial version

6.4Corporate Activity and Legal Affairs

Key points

Learn forms of corporate organization, the fundamentals of accounting including the income statement, balance sheet, and break-even point, OR/IE that treat inventory and planning mathematically (linear programming, hypothesis testing, the seven QC tools), intellectual property rights such as copyright and industrial property rights, security regulations such as the Act on the Protection of Personal Information, labor and trade regulations such as the Act on Proper Subcontracting Transactions(renamed) and the Worker Dispatch Act, and standardization via ISO/JIS.

Corporate activity and legal affairs rest on two pillars: the ability to read numbers (accounting, OR/IE) and the ability to follow the rules (intellectual property rights, various regulations). Even as an IT engineer, you often need to judge a project's profitability numerically, or properly handle rights around outsourced work and deliverables—at the associate level these are tested through practical judgment.

6.4.1Corporate organization and accounting

  • Corporate organization is the structure for decision-making and executing work. Forms include a functional organization, which divides departments by function; a divisional organization, which creates independently accounting units by product/region/customer; and a matrix organization, which layers cross-functional project teams atop the normal chain of command.
  • The income statement (P/L) is a financial statement showing revenue, expenses, and the profit that is their difference over a period. The balance sheet (B/S) is a financial statement showing the balance of assets, liabilities, and net assets at a point in time (assets = liabilities + net assets). Distinguish P/L as "performance over a period" from B/S as "financial position at a point in time."
  • The break-even point is the sales revenue or unit volume at which sales revenue and total cost (fixed cost + variable cost) exactly match, making profit zero. Break-even sales revenue = fixed cost / (1 - variable cost ratio). Reducing fixed cost or lowering the variable cost ratio lowers the break-even point, making the business less prone to loss. At the associate level, questions have you calculate and judge the break-even point from concrete figures, such as assessing the payoff of a new system investment.

6.4.2OR/IE and intellectual property rights

  • OR (Operations Research)/IE (Industrial Engineering) is a field that supports management decision-making with mathematical methods. Linear programming is a technique for finding the optimal combination that achieves an objective—such as maximizing profit or minimizing cost—subject to multiple constraints (upper limits on raw materials, labor hours, etc.). Hypothesis testing is a technique for judging, from sample data, whether a hypothesis about a population is statistically valid. Inventory management maintains an inventory level with neither shortage nor excess, using tools such as the reorder point and the economic order quantity (EOQ).
  • The seven QC tools are a collective term for seven analysis techniques used in quality control (QC): the Pareto chart, cause-and-effect (fishbone) diagram, histogram, scatter diagram, control chart, check sheet, and stratification. They visualize and analyze the causes of quality problems based on data.
  • Among intellectual property rights, copyright protects creative works such as programs and documents, and arises automatically at the moment of creation (no registration required). Industrial property rights is the collective term for patent rights (inventions), utility model rights (devices), design rights (designs), and trademark rights (marks/brands); for all of these, filing and registration with the Patent Office is a requirement for the right to arise. The contrast of "registration required or not" is the most frequently tested point.

6.4.3Security regulations, labor/trade regulations, and standardization

  • Representative security regulations include the Act on the Protection of Personal Information (mandating the proper handling of personal information) and the Unauthorized Computer Access Law (prohibiting unauthorized access). Compliance is required when a company develops or operates a system that handles personal information.
  • The Act on Proper Subcontracting Transactions (旧「下請法」) prohibits the ordering party (the commissioning enterprise) from abusing its superior bargaining position against the receiving party (the small/medium contracted enterprise)—for example, reducing payment, delaying payment, or demanding unjustified rework. Tested points include the party names commissioning enterprise / small-medium contracted enterprise, the obligation to issue a document stating the commissioned work, and the payment due date rule (in principle, within 60 days of the date the deliverable is received). The Worker Dispatch Act governs the three-way relationship among the dispatching agency, the client company, and the dispatched worker, defining limits on the dispatch period and the client company's obligations. A frequently tested point is that, unlike a contract for work (payment for a deliverable), the location of directive authority differs.
  • ISO (International Organization for Standardization) formulates international standards in standardization (ISO 9001 = quality management, ISO 27001 = information security management, etc.). JIS (Japanese Industrial Standards) are Japan's domestic standards, often established in alignment with international standards. The purpose of standardization is to ensure interoperability and smooth transactions.
Exam point

The staples: break-even sales revenue = fixed cost / (1 - variable cost ratio); copyright requires no registration and arises automatically at creation, while industrial property rights (patent/utility model/design/trademark) require filing and registration; the Act on Proper Subcontracting Transactions uses the terms commissioning enterprise / small-medium contracted enterprise and prohibits abuse of superior position; linear programming finds the optimal combination under constraints. At the associate level, questions involve concrete numerical calculation of the break-even point or a linear-programming problem, so you need to be able to derive the formulas yourself.

Consider IT firm D judging whether to invest in a new cloud-service business. First, the finance department checks the existing business's revenue and cost structure using the income statement, and assumes the new business will incur a monthly fixed cost of 3 million yen (server operations, personnel, etc.), a variable cost of 500 yen per user per month, and a monthly usage fee set at 2,000 yen. Here, the variable cost ratio is 500 / 2,000 = 0.25, so the monthly break-even sales revenue is 3,000,000 / (1 - 0.25) = 4,000,000 yen; dividing that by the 2,000-yen monthly fee gives a required user count of 2,000, a figure used to judge whether the sales target is realistic. At the same time, under constraints of limited server capacity and engineers' available hours, the company uses linear programming to decide how to allocate staff across several new projects to maximize profit. During development, the copyright in software authored in-house arises automatically at the moment of creation with no registration required, but for a newly devised, unique data-compression algorithm, the company considers filing for a patent (an industrial property right) to prevent imitation. When outsourcing part of the development to a small external software company (a small-medium contracted enterprise), D, as the commissioning enterprise, complies with the Act on Proper Subcontracting Transactions—issuing a document stating the commissioned work and paying within 60 days of receiving the deliverable, among other rules. When bringing in engineers from a staffing agency to cover a shortfall during a busy period, the company also takes care to manage the dispatch-period limit and the chain of directive authority appropriately under the Worker Dispatch Act, noting that this differs from a contract for work, where payment is for a deliverable. On the quality side, trends in post-release defects are analyzed with a Pareto chart from the seven QC tools, and countermeasures are prioritized against the most frequent causes.

Right/regulationRequirementKey point
CopyrightNo registration requiredArises automatically at creation
Industrial property (patent, etc.)Filing/registration requiredPatent Office procedure is required for the right to arise
Act on Proper Subcontracting TransactionsCommissioning / small-medium contracted enterpriseProhibits abuse of position; document required; payment due date
Worker Dispatch ActAgency / client company / dispatched workerDirective authority differs from a contract for work
Warning

Trap: "like copyright, a patent right arises automatically upon completion of the invention, without filing or registration" is wrong—industrial property rights (including patents) require filing and registration with the Patent Office for the right to arise; only copyright arises automatically. Also, "the parties in the Act on Proper Subcontracting Transactions are called the parent enterprise and the subcontracting enterprise" is wrong—the current terms are commissioning enterprise and small-medium contracted enterprise ("parent enterprise / subcontracting enterprise" is the pre-renaming old terminology). Furthermore, "linear programming is a technique for statistically testing a hypothesis about a population from sample data" is wrong—that describes hypothesis testing; linear programming is a technique for finding the optimal combination under constraints.

Accounting, IP, regulations.
Corporate activities and law

6.4.4Section summary

  • Break-even sales revenue = fixed cost / (1 - variable cost ratio). P/L = revenue/expense/profit over a period; B/S = assets/liabilities/net assets at a point in time
  • Copyright = arises automatically at creation, no registration; industrial property rights (patent/utility model/design/trademark) = filing and registration required. Linear programming = optimal combination under constraints
  • Act on Proper Subcontracting Transactions = commissioning enterprise / small-medium contracted enterprise; prohibits abuse of superior position. Worker Dispatch Act = differs from a contract for work in where directive authority lies

Sign in to track progress — Log in.

Quick check

(just a quick review)

Q1. A new business has a monthly fixed cost of 2.4 million yen, a monthly variable cost of 800 yen per user, and a monthly usage fee set at 2,000 yen. How many monthly users are required to reach the break-even point?

Q2. A software company wants to legally prevent other companies from imitating a data-compression algorithm it developed independently. Unlike copyright, which right requires filing and registration with the Patent Office for the right to arise?

Q3. Under the law that prohibits an ordering company from reducing payment or delaying payment to a small/medium software company without justification, and that obligates the ordering company to issue a document stating the commissioned work, which pair correctly names the ordering-side and receiving-side parties?

Check your understandingPractice questions for Chapter 6: Strategy

Keep track of your progress

The full study guide is free to read. Sign up free to practice with the question bank, track what you have read, review your mistakes, and highlight passages.