ユースケース: 財務諸表を分析して財務比率を計算する

Gemini Enterprise を使用すると、財務諸表の生データを迅速に分析し、重要業績評価指標(KPI)を計算して、最初の解釈を生成できます。

サンプル プロンプト

チャット ボックスに次のようなプロンプトを入力します。

You are a senior financial analyst. Based on the following financial data for
Cymbal Superstore for Q3 2025, perform the following tasks:

1. Calculate the following financial ratios:

  * Gross Profit Margin

  * Operating Profit Margin

  * Net Profit Margin

  * Current Ratio

2. Present the results in a table.

3. In the table, include a column with a brief, one-sentence interpretation of
   each ratio.

[Paste financial data here.]

出力例

このプロンプトに対して、Gemini Enterprise は次のような出力を生成します。

比率 計算 結果 解釈
総利益率 ($5M - $2M) / $5M 60.0% 売上高 $1 あたり、売上原価を差し引いた後、60 セントが残ります。
営業利益率 ($5M - $2M - $1.5M) / $5M 30.0% 直接生産費とコア運用費の両方を支払った後、収益 $1 あたり 30 セントの利益が得られます。
純利益率 ($5M - $2M - $1.5M - $0.5M) / $5M 20.0% 最終的な収益性は 20% で、収益 $1 あたり 20 セントの利益が残ります。
流動比率 $4M / $2M 2.0 倍 この会社は、短期負債 $1.00 ごとに $2.00 の流動資産を保有しており、高い流動性を示しています。