System.Math.PeriodPayment

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function PeriodPayment(const Rate: Extended; Period, NPeriods: Integer; const PresentValue, FutureValue: Extended; PaymentTime: TPaymentTime): Extended;

C++

extern DELPHI_PACKAGE System::Extended __fastcall PeriodPayment(const System::Extended Rate, int Period, int NPeriods, const System::Extended PresentValue, const System::Extended FutureValue, TPaymentTime PaymentTime);

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

説明

全返済額から元金額を返します。

PeriodPayment は、返済額の元金部分を返します。InterestPayment 関数は、返済額の利息部分を返します。

Rate パラメータは利率です。Period は元金を求めるローン単位期間の番号であり、NPeriods はローンの期数(単位期間の数)です。FutureValue は、ある時点で投資が達する価値です。PaymentTime は、キャッシュ フロー(返済)が期首か期末のどちらに発生するかを示します。

関連項目