• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLKnowledge Workproductivity

carta-hmrc-limits

プラグイン
carta-cap-table
ソース
GitHub で見る ↗
説明

UK企業のHMRC(イギリス税務当局)EMI/CSOP(従業員株式購入制度)の限度額の使用状況を報告します。 次のような場合に使用: - EMI(従業員動機付け制度)の残り許容額がいくらか聞かれた場合 - 企業が600万ポンドのEMI限度額に近づいているか確認したい場合 - 個人で25万ポンドの限度額に近い、または超えている従業員がいるか調べたい場合 - CSOP(会社株式公開プラン)の残り枠を確認したい場合 - 予定されている新規付与が制度に収まるかどうかを判断したい場合

原文を表示

Report a UK company's HMRC EMI/CSOP limit usage. Use when asked how much EMI allowance is left, whether the company is near the £6m EMI limit, who is close to or over their £250k individual limit, CSOP headroom, or whether a planned grant fits.

ユースケース
  • EMIの残り許容額を確認するとき
  • 企業が限度額に近づいているか調べるとき
  • 従業員の個人限度額を確認するとき
  • CSOP の残り枠を確認するとき
  • 新規付与が制度に収まるか判断するとき
本文(日本語訳)

<!-- carta:instrumentation-fallback --> <IMPORTANT> _instrumentation_v2 は、Cartaスキルの使用状況を記録する仕組みです。Carta MCPツール呼び出しの引数に必ず含めてください。プラグインのフックが実行時に上書きするため、常に送信しても問題ありません。形式は以下の通りです: _instrumentation_v2: {"skills": ["<plugin>:<skill>", ...], "model": "<model-id>", "surface": "<value>"}

skills はセッション全体で累積されます。このコール時点で読み込まれているすべてのCartaスキルを、このコールに関連するスキルだけでなく、すべてリストアップしてください。各エントリを "plugin:skill" の形式で名前空間を付け、古い順に並べ、最近使ったスキルを最後に配置します。Cartaスキル(carta-cap-table:*、carta-crm:*、carta-investors:*)のみをリストアップしてください。Carta以外のプラグインのスキルは含めません。

surface は、実行中のClaudeの環境を示します。"chat"(claude.ai またはClaudeアプリ、通常のチャット。Coworkモードではない)、"cowork"(Coworkモード)、"code-terminal"、"code-desktop"、"excel" のいずれかです。これらのいずれにも当てはまらない場合、または判断できない場合は、完全に省略してください。推測したり、別の値を作り出したりしないでください。 </IMPORTANT>

<!-- Carta AI Agentプラグインの公式ドキュメント -->

HMRC EMI/CSO制度の許容額

イギリスの企業が HMRC株式制度(従業員向けの税制優遇株式付与制度)の許容額のうち、現在の付与対象にどのくらい使用しているかを企業レベルおよび個人レベルで報告します。

次のような場合に使用

  • 「EMI(従業員株式保有制度)の許容額のうち、どのくらい使った?」
  • 「EMIの許容額がどのくらい残ってる?」
  • 「600万ポンドのEMI限度額に近づいてる?」
  • 「誰が個人限度額に近い?」
  • 「25万ポンドのEMI/CSOP限度額を超えてる人がいる?」
  • 「Priyaには、CSOP(取締役向けの株式オプション制度)の余裕がどのくらいある?」
  • 「EMIオプション5万ポンド分をさらに付与できる?」

イギリスの企業のみが対象です。イギリスの株式制度を持たない企業は、ここで報告する内容がありません。

事前条件

corporation_id(企業ID)が必要です。list_accountsから取得してください。

データ取得

企業レベルの許容額:

call_tool({"name": "uk_compliance__get__hmrc_limits",
           "arguments": {"corporation_id": corporation_id}})

個人別の内訳:

call_tool({"name": "uk_compliance__list__hmrc_stakeholder_limits",
           "arguments": {"corporation_id": corporation_id}})

どちらも読み取り専用なので、質問が両方の情報を必要とする場合は、1つの回答で両方を発行してください。

個人別呼び出しのフィルター

  • status — カンマ区切り:WITHIN_LIMIT(限度額内)、APPROACHING_LIMIT(限度額に接近中)、EXCEEDED_LIMIT(限度額超過)、MISSING_UMV_VALUATION(評価額データなし)
  • search — 保有者の名前
  • ordering — name(名前順)、または -name(逆順)
  • page、page_size — page_size の初期値は25

レスポンスの読み方

企業レベルでは scheme_type(EMI_ONLY、CSOP_ONLY、EMI_AND_CSOP)、statutory_limits(法定限度額)、company_limit_usage(企業の使用状況)、および任意の warnings(警告)リストが返されます。

個人別では count(このページの行数)、total_count(企業全体の人数)、および stakeholder_limits[](各保有者の情報。name(名前)、scheme_type(制度タイプ)、limit_status(限度額ステータス)、individual_limit_usage(個人の使用状況)、option_grants_count(オプション付与数)を含む)が返されます。

limit_status と企業レベルの status は4つの値を共有します:WITHIN_LIMIT、APPROACHING_LIMIT(80%以上)、EXCEEDED_LIMIT、MISSING_UMV_VALUATION。

ルール

限度額を記憶から述べてはいけません。必ず statutory_limits を読んでください。 EMI企業限度額は2026年4月6日に300万ポンドから600万ポンドに引き上げられており、このサービスは適用される金額を返します。覚えている数字を引用するのは、最終的に間違い(しかも数百万ポンド単位の誤差)になります。

MISSING_UMV_VALUATION はゼロではありません。 これは、少なくとも1つの付与に、その付与日をカバーする制限のない市場価値評価(未制限市場評価)がないため、その付与の価格を決定できなかったことを意味します。このステータスでは、used(使用額)および available(利用可能額)の数字が表示されません。合計が利用できないことを伝え、評価が必要であることを述べてください。ゼロの使用額や全額の残額を報告してはいけません。これをゼロとして扱うと、企業に実際にはない余裕があると誤認させます。

要約の前に、必ず total_count を読んでください。 count はこのページのみです。複数ページに渡る場合は、企業全体をページングするのではなく、status=EXCEEDED_LIMIT,APPROACHING_LIMIT でフィルターしてください。重要なのは、限度額に近い、または超過している保有者です。

非GBP(ポンド)通貨の付与に関する warnings エントリは、合計が不完全であることを意味します。 GBP建ての付与のみが数字にカウントされるため、他の通貨での付与を保有する企業には、その数字に反映されない使用状況があります。警告を伝えてください。

25万ポンドの個人限度額は、EMIとCSOP の組み合わせであり、CSOP の副限度額は6万ポンドです。 individual_limit_usage.breakdown が存在する場合、emi_available と csop_available は制度ごとの余裕を示します。保有者は、CSOP の余裕が尽きている場合でも、組み合わせの余裕が残っていることもあるため、質問されている制度に関連するものを引用してください。

提示方法

答えを先に述べ、その後に数字を示してください。「どのくらい残ってるか」については、available(利用可能額)とそれが測定される対象である limit(限度額)を示し、ステータスを言葉で述べてください。

保有者リストの質問については、簡潔な表(保有者、ステータス、使用額、利用可能額)を示し、表示している件数を total_count に対して名付けてください。EXCEEDED_LIMIT の人物を最初に置いてください。それが対応が必要なグループです。

全ポンド単位で四捨五入してください。これらは法定閾値なので、数字を源泉より正確に提示しないでください。

呼び出しが失敗した場合

  • 403 — 企業が HMRC限度額機能を有効にしていない、またはこのユーザーが企業の税務データ権限を持っていません。どちらもイギリス以外の企業およびタックスアクセス権限を持たないユーザーに対しては予想される結果です。どの企業がアクセス拒否されたかを述べ、管理者に確認することを勧めてください。再試行しないでください。
  • status での 400 — 無効なステータス値です。有効な4つの値は上記にリストアップされています。

関連スキル

  • carta-valuation-history — これらの数字が算定される EMI および CSOP 評価額
  • carta-reporting — 基礎となるオプション付与およびその他の資本構成データ
原文(English)を表示

<!-- carta:instrumentation-fallback --> <IMPORTANT> _instrumentation_v2 is anonymous Carta skill-usage telemetry. ALWAYS include it in your Carta MCP tool-call arguments — the plugins' hooks overwrite it when they run, so always sending it is safe. Shape: _instrumentation_v2: {"skills": ["<plugin>:<skill>", ...], "model": "<model-id>", "surface": "<value>"} skills is cumulative for the session: list every Carta skill loaded so far, not only the one driving this call. Namespace each entry "plugin:skill" and keep them oldest-first, with the most recently used skill last. List only Carta skills (carta-cap-table:*, carta-crm:*, carta-investors:*) — never skills from non-Carta plugins. surface is the Claude surface you are running in: "chat" (claude.ai or the Claude app, i.e. regular chat, not Cowork), "cowork" (Cowork mode), "code-terminal", "code-desktop", or "excel". Omit it entirely if none of those describe your surface or you cannot tell — do not guess and do not invent another value. </IMPORTANT>

<!-- Part of the official Carta AI Agent Plugin -->

HMRC EMI/CSOP Limits

Report how much of a UK company's HMRC share-scheme allowances its outstanding grants use — at company level and per option holder.

When to Use

  • "How much of our EMI limit have we used?"
  • "How much EMI allowance is left?"
  • "Are we close to the £6 million EMI limit?"
  • "Who is near their individual limit?"
  • "Is anyone over the £250k EMI/CSOP limit?"
  • "How much CSOP headroom does Priya have?"
  • "Can we grant another £50k of EMI options?"

UK companies only. A company without UK share schemes has nothing to report here.

Prerequisites

You need the corporation_id. Get it from list_accounts if you do not have it.

Data Retrieval

Company-level allowance:

call_tool({"name": "uk_compliance__get__hmrc_limits",
           "arguments": {"corporation_id": corporation_id}})

Per-holder breakdown:

call_tool({"name": "uk_compliance__list__hmrc_stakeholder_limits",
           "arguments": {"corporation_id": corporation_id}})

Both are read-only, so issue them in a single response when the question needs both.

Filters on the per-holder call

  • status — comma-separated: WITHIN_LIMIT, APPROACHING_LIMIT, EXCEEDED_LIMIT, MISSING_UMV_VALUATION
  • search — holder name
  • ordering — name, or -name to reverse
  • page, page_size — page_size defaults to 25

Reading the response

Company level returns scheme_type (EMI_ONLY, CSOP_ONLY, EMI_AND_CSOP), statutory_limits, company_limit_usage and an optional warnings list.

Per holder returns count (rows on this page), total_count (the company total) and stakeholder_limits[], each with name, scheme_type, limit_status, individual_limit_usage and option_grants_count.

limit_status and the company status share four values: WITHIN_LIMIT, APPROACHING_LIMIT (at or above 80%), EXCEEDED_LIMIT, MISSING_UMV_VALUATION.

Rules

Never state a limit from memory. Read statutory_limits. The EMI company limit rose from £3m to £6m on 6 April 2026, and the service returns the figure that applies. Quoting a remembered number will eventually be wrong, and wrong by millions.

MISSING_UMV_VALUATION is not zero. It means at least one grant has no unrestricted market value valuation covering its grant date, so that grant could not be priced. The used and available figures are absent on this status. Say the total is unavailable and that a valuation is needed — never report £0 used or a full allowance remaining. Treating it as zero tells a company it has room it may not have.

Read total_count before summarising the roster. count is only this page. With more holders than one page, filter with status=EXCEEDED_LIMIT,APPROACHING_LIMIT rather than paging the whole company — the holders who matter are the ones near or over.

A warnings entry about non-GBP grants means the totals are incomplete. Only GBP-denominated grants count toward the figures, so a company holding grants in other currencies has usage the numbers do not show. Pass the warning on.

The £250k individual limit is combined EMI and CSOP, with a £60k CSOP sub-limit. When individual_limit_usage.breakdown is present, emi_available and csop_available show headroom per scheme. A holder can have combined room left while their CSOP room is spent, so quote the relevant one for the scheme being asked about.

Presenting

Lead with the answer, then the figures. For "how much is left", give available and the limit it is measured against, and say the status in words.

For roster questions, a short table — holder, status, used, available — and name the count you are showing against total_count. Put anyone EXCEEDED_LIMIT first; that is the actionable group.

Round to whole pounds. These are statutory thresholds, so do not present a figure as more precise than the source.

If the call fails

  • 403 — the company does not have the HMRC limits feature enabled, or this user lacks the company tax data permission. Both are expected for non-UK companies and for users without tax access. Say which company was refused and suggest they check with an administrator; do not retry.
  • 400 on status — an invalid status value. The four valid ones are listed above.

Related Skills

  • carta-valuation-history — the EMI and CSOP valuations these figures are priced from
  • carta-reporting — the underlying option grants and other cap table data

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。