Workspace IndexKnowledge Notes › Shopify's six decisions — fix the tool instead of replacing it, and reverse a bet the day its premise dies

#87PoC2026-09-19chat

Shopify's six decisions — fix the tool instead of replacing it, and reverse a bet the day its premise dies

The Korean channel "헤이제임스, 플랫폼 하나 만들어줘" walks through twenty years of Shopify in one video: how Tobi Lütke, a German apprentice-trained developer burnt out on financial back-end work, wrote a snowboard shop in the four-month-old Ruby on Rails in 2004, discovered the shop software was the product, and made six decisions that turned a one-person store into a platform worth hundreds of trillions of won. The six: pivot from snowboards to shop software (2006); charge a 3 percent transaction fee and no subscription, so the company earns only when the merchant does; grow an ecosystem before revenue, with an app store, the Liquid template language and a stream of open-source releases (2009 on); protect founder control with 10-vote shares at the 2015 IPO and a founder share in 2022; write off a 1.97 billion dollar logistics acquisition after eleven months and cut 34 percent of staff to return to the main quest (2022 to 2023); and keep one 2.8-million-line Rails monolith, improve Ruby itself, mandate AI first, and abandon React Native for native apps in September 2026 because LLMs changed the cost of writing code twice.

For Jayverse the video is a set of decision templates more than a history. Three of them apply directly: aligning the fee with the user's success, improving the tool you have instead of migrating, and stating out loud which premise a bet rests on so you can see the day it breaks.

Why

Most company histories are told as a sequence of wins. This one is told as a sequence of decisions with their premises attached, and that is what makes it usable by someone building a much smaller thing. Each decision names the trade it made: short-term app revenue for an ecosystem, dilution for control, a dead logistics bet for focus, code duplication for native quality once LLMs made duplication cheap. The video's own closing lesson (20:42) is the one worth keeping: a stack or a policy should be reversed not because the tool got worse but because the cost-benefit structure underneath it changed. That is a test you can run on your own architecture every quarter, and it is the opposite of both fashion-driven rewrites and loyalty-driven inertia.

How it works

The origin: a problem the founder had every day

Lütke came through a Siemens-subsidiary apprenticeship, rotating through restaurant, accounting and warehouse work, then burnt out on financial back-end development and set out to sell snowboards online (00:54). The shop builders of 2004, Yahoo Store among them, were so closed that changing a header colour was a struggle (01:58). Rails had appeared in July 2004; he spent four months building his own shop system on it (02:16). Without a work visa in Canada, registering a business was the only legal path, and when the software solved his need completely the company pivoted from selling snowboards to selling the shop (02:33), launching in 2006 with the mission that a small business with good tools can compete with a large one (02:50).

Six decisions

  1. The product pivot (2006) (03:08). Stop selling boards; sell e-commerce infrastructure.
  2. "If you don't make money, we don't" (2006) (03:44). No fixed subscription at first, a 3 percent transaction fee only. Because the company's revenue tracked merchant success, it spent 29.8 million of the 90 million dollars it raised, turned profitable in four years and reached an IPO (04:26).
  3. Ecosystem before revenue (2009 on) (04:45). The app store opened with nine apps; the company gave up near-term app revenue to grow third-party developers. It wrote Liquid, a sandboxed template language so merchants could edit their own designs, and open-sourced code it had built for itself, ActiveMerchant and DelayedJob among them (05:23). Instead of marketing spend it ran a build-a-business competition with Tim Ferriss to create a pool of future merchants; one entrant, Harley Finkelstein, later became president (05:57).
  4. Dual-class and founder shares (2015, 2022) (06:54). With founders at 14.6 percent at the IPO, Shopify introduced 10-vote shares; in 2022 shareholders approved a founder share that keeps the founder's voting power from falling below 40 percent regardless of dilution (07:31).
  5. Killing a 2.7-trillion-won logistics bet (2022 to 2023) (11:56). Betting on pandemic e-commerce growth, Shopify bought the logistics company Deliverr for about 1.972 billion dollars, and it failed. Lütke said publicly that his bet was wrong, wrote the book value to zero after eleven months and sold the logistics business to Flexport for a 13 percent stake (12:14). Logistics was a side quest; to refocus on the main quest headcount went from 11,600 to 7,600, a 34 percent cut, while gross merchandise volume roughly doubled over three years (12:51).
  6. Fix the tool, do not replace it; then AI (2024 to 2026) (14:24). Shopify still runs one Ruby on Rails monolith of about 2.8 million lines and deploys to production more than 40 times a day. Rather than migrate to microservices or another language, it contributed to Ruby's core and improved performance by more than 90 percent (15:48). In 2025 it set the rule that before asking for people or budget you must show why AI cannot do the job, and removed spending caps on AI coding tools (16:44). In September 2026 it dropped five years of React Native and returned to native iOS and Android, because writing platform-specific code with LLMs had become cheaper than the cost of a cross-platform layer, which reversed the premise the original choice rested on (17:29).
DecisionWhat it traded awayWhat it bought
3 percent fee, no subscriptionpredictable revenueincentives aligned with merchants; profitability on 30 percent of the capital raised
Ecosystem firstapp-store revenuedevelopers and merchants who stayed
Founder sharesone-share-one-vote normslong-horizon decisions against quarterly pressure
Exit logistics1.97 billion dollars and 4,000 jobsfocus; GMV doubled anyway
Keep the monoliththe fashion of microservices40 deploys a day and a faster Ruby for everyone
Native over React Nativecode sharingquality, now that LLMs write the duplicate

The four lessons the video draws

Start from a pain you feel daily rather than from market research (19:54). Judge the business on operating income, because net income carries one-off swings such as gains and losses on equity stakes (20:10). Admit a wrong bet fast and reverse it publicly, even at a loss (20:27). Reverse a stack or a policy when the premise changes, not when the tool disappoints (20:42).

Where it lands in Jayverse

  • Verex: price like decision 2. A prediction-market exchange that earns a fee on filled volume and nothing on idle accounts is already aligned with its traders; write that alignment into the pricing page and resist subscription tiers until the alignment is proven.
  • Every repo: the monolith rule. Jayverse runs small TypeScript services on one stack. The Shopify lesson is that the next performance problem is more likely solved by improving the shared tooling (the Foundry scripts, the Next.js build, the Anvil devnet) than by splitting a service, and that a split needs a stated premise.
  • Dark Horse and the Auditor: every bet gets a premise line. Canton test usage, the Base App mini app and the boundary-file pilot should each carry one sentence naming the premise they rest on, so the Deliverr test can be run: when the premise dies, the bet is written off, not defended.
  • Invest: read operating income, not net income. The video's point about equity-stake swings distorting net income belongs next to the Invest items on reading company results, and it is the rule for judging any platform company in the Number readings.

Verified and unverified

Verified on 2026-09-19 from the public record: Shopify grew from Lütke's Rails snowboard shop, launched in 2006, added its app store in 2009, wrote Liquid and open-sourced ActiveMerchant and DelayedJob, listed in 2015 with multiple-voting shares, adopted a founder share in 2022, bought Deliverr in 2022 for about 2.1 billion dollars in cash and stock and sold its logistics arm to Flexport in 2023 for an equity stake, and cut roughly 20 percent of staff in 2023 after 10 percent in 2022; it is known for running a large Rails monolith and for Lütke's 2025 memo requiring teams to show why AI cannot do a task before asking for resources. Taken from the video and not independently checked: the 3-percent-fee-only early model, the 29.8-of-90-million and four-years-to-profit figures, the 14.6 percent founder stake, the 34 percent cumulative cut and GMV doubling, the 2.8-million-line and 40-deploys figures, the more-than-90-percent Ruby improvement, and the September 2026 React Native reversal, which is the newest claim and should be checked against Shopify's engineering blog before being repeated.

Sources: 헤이제임스, 플랫폼 하나 만들어줘 — 1인 개발자가 시작해 수백조 기업이 된 쇼피파이 | 20년 동안 내린 결정 6가지, YouTube · Shopify investor relations and engineering blog for the founder share, Deliverr and Flexport transactions · related items: Tech #62 (agentic engineering writes the boundaries), Invest 800 to 809 (chart basics), Life #2 (the agent is a good sergeant).

Key expressions

Words and phrases from this page worth keeping, with the Korean meaning and the sentence they come from.

Expression뜻 · 쓰이는 자리
apprenticeship도제 과정(현장을 돌며 배우는 직업 훈련) · 독일식 교육 제도를 말할 때. "a German apprentice-trained developer"
burnt out (on)~에 번아웃된 · 일에 지쳐 의욕을 잃은 상태. "burnt out on financial back-end work"
pivot피벗(사업 방향 전환) · 스타트업 표준 어휘. "pivot from snowboards to shop software"
transaction fee거래 수수료 · 구독료(subscription)와 대비되는 과금 방식. "a 3 percent transaction fee and no subscription"
aligned with~와 일치한(이해가 같은 방향인) · 인센티브 설계의 핵심 표현. "incentives aligned with merchants"
ecosystem생태계(플랫폼 위의 서드파티 개발자·앱·상인) · 플랫폼 전략 어휘. "grow an ecosystem before revenue"
third-party developer서드파티 개발자(플랫폼 소유자가 아닌 외부 개발자) · 앱스토어 문맥. "grow third-party developers"
sandboxed샌드박스에 갇힌(격리되어 해를 못 끼치는) · Liquid 같은 안전한 템플릿 언어를 설명할 때. "a sandboxed template language"
dual-class shares복수의결권 주식(의결권이 다른 두 종류의 주식) · 지배구조 용어. "Dual-class and founder shares"
dilution희석(신주 발행으로 기존 지분 비율이 줄어드는 것) · 자본 조달의 부작용. "regardless of dilution"
write off / write … to zero상각하다 / 장부가를 0으로 만들다 · 실패한 투자의 회계 처리. "wrote the book value to zero"
book value장부가(회계상 기록된 가치) · 시장가와 대비. "wrote the book value to zero after eleven months"
side quest / main quest사이드 퀘스트 / 메인 퀘스트(게임 용어를 빌린 부업/본업) · 뤼트케의 표현. "Logistics was a side quest"
headcount인원 수(직원 수) · 감원·채용 문맥의 표준 단어. "headcount went from 11,600 to 7,600"
GMVGross Merchandise Volume(총거래액, 플랫폼을 거친 거래 총액) · 이커머스 핵심 지표. "gross merchandise volume roughly doubled"
monolith모놀리스(하나의 배포 단위로 된 큰 코드베이스) · 마이크로서비스와 대비. "one Ruby on Rails monolith"
microservices마이크로서비스(작은 서비스들로 쪼갠 구조) · 유행이 된 아키텍처. "migrate to microservices"
premise전제(결정이 딛고 있는 가정) · 이 항목의 핵심 단어. "reversed the premise the original choice rested on"
operating income vs net income영업이익 대 순이익 · 본업 건전성은 영업이익으로 본다는 규칙. "Judge the business on operating income"
one-off일회성의(반복되지 않는) · 회계·실적 읽기에서. "one-off swings such as gains and losses on equity stakes"
cost-benefit structure비용-편익 구조 · 결정을 뒤집을 조건을 말할 때. "the cost-benefit structure underneath it changed"

← All Knowledge Notes · Workspace Index · Top ↑

쇼피파이의 결정 여섯 가지 — 도구를 바꾸지 말고 고쳐 쓰고, 전제가 죽은 날 베팅을 뒤집어라

한국 채널 '헤이제임스, 플랫폼 하나 만들어줘'가 영상 하나로 쇼피파이 20년을 훑는다. 독일 도제 과정을 거친 개발자 토비 뤼트케(Tobi Lütke)가 금융 백엔드 일에 번아웃되어 2004년, 나온 지 넉 달 된 루비 온 레일즈로 스노보드 쇼핑몰을 만들다 쇼핑몰 소프트웨어가 곧 제품임을 알아채고, 1인 상점을 수백조 원 규모 플랫폼으로 만든 결정 여섯 가지를 내렸다는 이야기다. 여섯 가지: 스노보드에서 상점 소프트웨어로의 피벗(2006); 구독료 없이 거래 수수료 3%만 받아 상인이 벌 때만 회사도 버는 가격 정책; 앱스토어, 템플릿 언어 Liquid, 잇단 오픈소스 공개로 매출보다 생태계를 먼저 키운 것(2009~); 2015년 상장 때 10배 의결권 주식과 2022년 창업자 주식으로 창업자 통제권을 지킨 것; 19억 7,200만 달러 물류 인수를 11개월 만에 상각하고 직원 34%를 줄여 메인 퀘스트로 돌아온 것(2022~2023); 그리고 280만 줄의 레일즈 모놀리스 하나를 유지하며 루비 자체를 개량하고, AI 우선을 의무화하고, LLM이 코드를 두 번 쓰는 비용을 바꿨기에 2026년 9월 리액트 네이티브를 버리고 네이티브 앱으로 돌아간 것.

Jayverse에서 이 영상은 역사보다 결정의 템플릿 모음이다. 셋은 바로 적용된다. 수수료를 사용자의 성공에 맞추는 것, 이전하지 말고 가진 도구를 개량하는 것, 그리고 베팅이 어떤 전제 위에 있는지 소리 내어 말해 두어 그 전제가 깨지는 날을 볼 수 있게 하는 것.

회사의 역사는 대개 승리의 연속으로 이야기된다. 이 영상은 전제가 붙은 결정의 연속으로 이야기하고, 그래서 훨씬 작은 것을 만드는 사람에게도 쓸모가 있다. 각 결정은 자신이 한 거래를 이름 붙인다. 생태계를 위한 단기 앱 매출, 통제권을 위한 희석, 집중을 위한 죽은 물류 베팅, LLM이 중복을 싸게 만든 뒤 네이티브 품질을 위한 코드 중복. 영상의 마무리 교훈(20:42)이 간직할 것이다. 스택이나 정책은 도구가 나빠져서가 아니라 그 아래의 비용-편익 구조가 바뀌었을 때 뒤집어야 한다. 이것은 매 분기 자기 아키텍처에 돌릴 수 있는 검사이고, 유행에 끌린 재작성과 충성에 끌린 관성 둘 다의 반대다.

동작 방식

기원: 창업자가 매일 겪은 문제

뤼트케는 지멘스 자회사의 도제 과정에서 식당, 회계, 창고를 돌며 배우고, 금융 백엔드 개발에 번아웃되어 스노보드를 온라인으로 팔려 했다(00:54). 2004년의 쇼핑몰 빌더들, 야후 스토어 등은 상단 배경색 하나 바꾸기가 힘들 만큼 폐쇄적이었다(01:58). 레일즈는 2004년 7월에 나왔고, 그는 넉 달 동안 그 위에 자기 상점 시스템을 만들었다(02:16). 캐나다에서 취업 비자가 없어 사업자 등록만이 합법적 길이었고, 소프트웨어가 자기 필요를 완벽히 해결하자 회사는 스노보드 판매에서 상점 판매로 피벗해(02:33), 좋은 도구를 가진 작은 사업자가 큰 기업과 경쟁할 수 있다는 미션으로 2006년 출시했다(02:50).

여섯 가지 결정

  1. 제품 피벗(2006)(03:08). 보드 판매를 접고 이커머스 인프라를 판다.
  2. "당신이 못 벌면 우리도 못 번다"(2006)(03:44). 처음엔 고정 구독료 없이 거래 수수료 3%만. 회사 매출이 상인의 성공을 따라갔기에, 조달한 9천만 달러 중 2,980만 달러만 쓰고 4년 만에 흑자, 상장까지 갔다(04:26).
  3. 매출보다 생태계(2009~)(04:45). 앱스토어는 앱 9개로 열었고, 회사는 서드파티 개발자를 키우기 위해 가까운 앱 매출을 포기했다. 상인이 직접 디자인을 고칠 수 있게 샌드박스 템플릿 언어 Liquid를 만들고, 스스로 필요해 만든 ActiveMerchant, DelayedJob 등을 오픈소스로 풀었다(05:23). 마케팅비 대신 팀 페리스와 창업 대회를 열어 미래 상인 풀을 만들었고, 참가자였던 할리 핑켈스타인이 훗날 사장이 되었다(05:57).
  4. 복수의결권과 창업자 주식(2015, 2022)(06:54). 상장 시 창업자 지분이 14.6%라 10배 의결권 주식을 도입했고, 2022년에는 신주 발행 희석과 무관하게 창업자 의결권이 40% 아래로 떨어지지 않는 창업자 주식을 주주 승인으로 통과시켰다(07:31).
  5. 2조 7천억 원 물류 베팅의 철수(2022~2023)(11:56). 팬데믹 이커머스 성장에 베팅해 물류 기업 Deliverr를 약 19억 7,200만 달러에 인수했고 실패했다. 뤼트케는 자기 베팅이 틀렸다고 공개 인정하고 11개월 만에 장부가를 0으로 상각하며 물류 사업을 지분 13%를 받고 Flexport에 넘겼다(12:14). 물류는 사이드 퀘스트였다며 메인 퀘스트에 집중하기 위해 직원을 11,600명에서 7,600명으로 34% 줄였고, 그 사이 3년간 총거래액(GMV)은 약 2배가 되었다(12:51).
  6. 도구를 바꾸지 말고 고쳐 쓰기, 그리고 AI(2024~2026)(14:24). 쇼피파이는 여전히 약 280만 줄의 루비 온 레일즈 모놀리스 하나를 돌리며 하루 40회 이상 프로덕션 배포를 한다. 마이크로서비스나 다른 언어로 이전하는 대신 루비 코어에 기여해 성능을 90% 이상 개선했다(15:48). 2025년에는 사람이나 예산을 요청하기 전에 AI로 왜 안 되는지 보여야 한다는 원칙을 세우고 AI 코딩 도구의 지출 한도를 없앴다(16:44). 2026년 9월에는 5년간 유지한 리액트 네이티브를 버리고 네이티브 iOS·안드로이드로 돌아갔다. LLM으로 플랫폼별 코드를 쓰는 것이 크로스 플랫폼 층의 비용보다 싸져, 원래 선택이 딛고 있던 전제가 뒤집혔기 때문이다(17:29).
결정내준 것얻은 것
수수료 3%, 구독 없음예측 가능한 매출상인과 일치한 인센티브; 조달 자본의 30%로 흑자
생태계 우선앱스토어 매출남아 있는 개발자와 상인
창업자 주식1주 1표 규범분기 압박에 맞선 장기 결정
물류 철수19억 7천만 달러와 4,000개 일자리집중; GMV는 어쨌든 2배
모놀리스 유지마이크로서비스라는 유행하루 40회 배포와 모두를 위한 더 빠른 루비
리액트 네이티브 대신 네이티브코드 공유품질, 이제 중복은 LLM이 쓴다

영상이 끌어내는 네 가지 교훈

시장 조사보다 매일 느끼는 불편에서 출발하라(19:54). 순이익에는 지분 평가손익 같은 일회성 변동이 크니 영업이익으로 사업을 판단하라(20:10). 틀린 베팅은 손실을 감수하더라도 빨리 인정하고 공개적으로 철회하라(20:27). 스택이나 정책은 도구가 실망시킬 때가 아니라 전제가 바뀔 때 뒤집어라(20:42).

Jayverse에서의 위치

  • Verex: 결정 2처럼 가격을 매기라. 체결 거래량에 수수료를 받고 놀고 있는 계정에는 아무것도 받지 않는 예측시장 거래소는 이미 트레이더와 일치해 있다. 그 일치를 가격 페이지에 적고, 일치가 증명되기 전까지 구독 등급을 참으라.
  • 모든 레포: 모놀리스 규칙. Jayverse는 한 스택 위의 작은 TypeScript 서비스들을 돌린다. 쇼피파이의 교훈은 다음 성능 문제가 서비스 분리보다 공유 도구(Foundry 스크립트, Next.js 빌드, Anvil 데브넷) 개량으로 풀릴 가능성이 크고, 분리에는 명시된 전제가 필요하다는 것이다.
  • Dark Horse와 Auditor: 모든 베팅에 전제 한 줄. Canton 테스트, Base App 미니앱, 경계 파일 시범은 각각 딛고 있는 전제를 한 문장으로 달아야 한다. 그래야 Deliverr 검사를 돌릴 수 있다. 전제가 죽으면 베팅은 방어되지 않고 상각된다.
  • Invest: 순이익이 아니라 영업이익을 읽으라. 지분 평가 변동이 순이익을 왜곡한다는 영상의 요점은 기업 실적 읽기에 관한 Invest 항목들 옆에 놓이고, Number 리딩에서 어떤 플랫폼 기업을 판단할 때의 규칙이다.

확인된 것과 미확인

2026-09-19 공개 기록으로 확인: 쇼피파이는 뤼트케의 레일즈 스노보드 상점에서 자라 2006년 출시, 2009년 앱스토어 추가, Liquid 작성과 ActiveMerchant·DelayedJob 오픈소스 공개, 2015년 복수의결권 주식으로 상장, 2022년 창업자 주식 채택, 2022년 Deliverr를 현금·주식 약 21억 달러에 인수, 2023년 물류 부문을 지분을 받고 Flexport에 매각, 2022년 10% 뒤 2023년 약 20% 감원. 대형 레일즈 모놀리스 운영과, 자원을 요청하기 전 AI로 왜 안 되는지 보이라는 뤼트케의 2025년 메모로 알려져 있다. 영상에서 가져왔고 독립 확인하지 않은 것: 초기 수수료 3% 단독 모델, 9천만 중 2,980만 달러와 4년 흑자 수치, 창업자 지분 14.6%, 누적 34% 감원과 GMV 2배, 280만 줄과 하루 40회 배포, 루비 90% 이상 개선, 그리고 가장 새로운 주장인 2026년 9월 리액트 네이티브 철회. 마지막 것은 옮겨 말하기 전에 쇼피파이 엔지니어링 블로그로 확인해야 한다.

출처: 헤이제임스, 플랫폼 하나 만들어줘 — 1인 개발자가 시작해 수백조 기업이 된 쇼피파이 | 20년 동안 내린 결정 6가지, YouTube · 창업자 주식, Deliverr·Flexport 거래는 쇼피파이 IR과 엔지니어링 블로그 · 관련 항목: Tech #62(에이전틱 엔지니어링은 경계를 쓴다), Invest 800~809(차트 기초), Life #2(에이전트는 좋은 부사관).

핵심 표현

이 페이지의 영어 본문에서 배울 만한 단어와 표현, 뜻과 나온 자리.

Expression뜻 · 쓰이는 자리
apprenticeship도제 과정(현장을 돌며 배우는 직업 훈련) · 독일식 교육 제도를 말할 때. "a German apprentice-trained developer"
burnt out (on)~에 번아웃된 · 일에 지쳐 의욕을 잃은 상태. "burnt out on financial back-end work"
pivot피벗(사업 방향 전환) · 스타트업 표준 어휘. "pivot from snowboards to shop software"
transaction fee거래 수수료 · 구독료(subscription)와 대비되는 과금 방식. "a 3 percent transaction fee and no subscription"
aligned with~와 일치한(이해가 같은 방향인) · 인센티브 설계의 핵심 표현. "incentives aligned with merchants"
ecosystem생태계(플랫폼 위의 서드파티 개발자·앱·상인) · 플랫폼 전략 어휘. "grow an ecosystem before revenue"
third-party developer서드파티 개발자(플랫폼 소유자가 아닌 외부 개발자) · 앱스토어 문맥. "grow third-party developers"
sandboxed샌드박스에 갇힌(격리되어 해를 못 끼치는) · Liquid 같은 안전한 템플릿 언어를 설명할 때. "a sandboxed template language"
dual-class shares복수의결권 주식(의결권이 다른 두 종류의 주식) · 지배구조 용어. "Dual-class and founder shares"
dilution희석(신주 발행으로 기존 지분 비율이 줄어드는 것) · 자본 조달의 부작용. "regardless of dilution"
write off / write … to zero상각하다 / 장부가를 0으로 만들다 · 실패한 투자의 회계 처리. "wrote the book value to zero"
book value장부가(회계상 기록된 가치) · 시장가와 대비. "wrote the book value to zero after eleven months"
side quest / main quest사이드 퀘스트 / 메인 퀘스트(게임 용어를 빌린 부업/본업) · 뤼트케의 표현. "Logistics was a side quest"
headcount인원 수(직원 수) · 감원·채용 문맥의 표준 단어. "headcount went from 11,600 to 7,600"
GMVGross Merchandise Volume(총거래액, 플랫폼을 거친 거래 총액) · 이커머스 핵심 지표. "gross merchandise volume roughly doubled"
monolith모놀리스(하나의 배포 단위로 된 큰 코드베이스) · 마이크로서비스와 대비. "one Ruby on Rails monolith"
microservices마이크로서비스(작은 서비스들로 쪼갠 구조) · 유행이 된 아키텍처. "migrate to microservices"
premise전제(결정이 딛고 있는 가정) · 이 항목의 핵심 단어. "reversed the premise the original choice rested on"
operating income vs net income영업이익 대 순이익 · 본업 건전성은 영업이익으로 본다는 규칙. "Judge the business on operating income"
one-off일회성의(반복되지 않는) · 회계·실적 읽기에서. "one-off swings such as gains and losses on equity stakes"
cost-benefit structure비용-편익 구조 · 결정을 뒤집을 조건을 말할 때. "the cost-benefit structure underneath it changed"

← 전체 기술 노트 · 워크스페이스 인덱스 · 맨 위 ↑