イギリスの企業の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.
<!-- 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 Plugin の公式パッケージに含まれます -->
英国企業の HMRC シェアスキーム(従業員向け株式取得制度)の支給枠をどの程度使用しているかを、企業全体と各オプション保有者ごとにレポートします。
英国企業のみが対象です。英国シェアスキームを持たない企業にはレポートがありません。
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 の数字が表示されません。合計が利用不可であり、評価が必要であると述べてください。使用額が 0 ポンドや残枠が満額であるかのように報告しないでください。これにより企業は実際にはない利用可能枠があると認識してしまいます。
要約する前に total_count を読んでください。 count はこのページだけです。1 ページ以上の保有者がいる場合は、企業全体をページネーションするのではなく、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 の人を最初に配置してください。これが対応が必要なグループです。
ポンド単位で四捨五入してください。これらは法定上限のため、出典より精密に表示しないでください。
status に対する 400 — 無効なステータス値。上記に示した 4 つの値が有効です。carta-valuation-history — これらの数字の基になる EMI および CSOP 評価carta-reporting — 基となるオプション付与およびその他の資本構成データ<!-- 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 -->
Report how much of a UK company's HMRC share-scheme allowances its outstanding grants use — at company level and per option holder.
UK companies only. A company without UK share schemes has nothing to report here.
You need the corporation_id. Get it from list_accounts if you do not have it.
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.
status — comma-separated: WITHIN_LIMIT, APPROACHING_LIMIT, EXCEEDED_LIMIT,
MISSING_UMV_VALUATIONsearch — holder nameordering — name, or -name to reversepage, page_size — page_size defaults to 25Company 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.
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.
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.
status — an invalid status value. The four valid ones are listed above.carta-valuation-history — the EMI and CSOP valuations these figures are priced fromcarta-reporting — the underlying option grants and other cap table data原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。