ナンピン計算

×
小計
{{ (row.price * row.amount).toLocaleString() }}

取得単価: {{ avgPrice }}

合計株数: {{ totalAmount }}
総額: {{ totalCost.toLocaleString() }}
入力してください

目標株価で売却した場合

税引前利益: {{ profitBeforeTax.toLocaleString() }}

税額: {{ (profitBeforeTax * 0.2).toLocaleString() }}

税引後利益: {{ profitAfterTax.toLocaleString() }}

損失: {{ profitBeforeTax.toLocaleString() }}

※ 税率20%で計算(利益=(目標株価×合計株数−総額)×0.8)