Framework:FKT Zinsen: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
Created page with '==Function== FKT_Zinsen(<opening amount>, <date of borrowing>, <interest rate>, <date of reimbursement>, <days of interests>, <interests>) {| cellspacing="1" cellpadding="3"…' |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Function== | ==[[Framework:Formulae#Functions|Function]]== | ||
FKT_Zinsen(<opening amount>, <date of borrowing>, <interest rate>, <date of reimbursement>, <days of interests>, <interests>) | <span {{CoPFormel}}>FKT_Zinsen(<opening amount>, <date of borrowing>, <interest rate>, <date of reimbursement>, <days of interests>, <interests>) </span> | ||
{|class="wikitable" width="80%" | |||
{| | |- {{Tabellentitel}} | ||
|- | | Parameter | ||
| | | Description | ||
| | |||
|- | |- | ||
|Opening amount | |Opening amount | ||
| Line 27: | Line 26: | ||
|Type of interests. Permissible values are “in arrears” or “in advance”. | |Type of interests. Permissible values are “in arrears” or “in advance”. | ||
|} | |} | ||
This function belongs to [[:Category:Functions_-_server-side|server-side functions]]. | |||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category: | [[Category:Functions|Zinsen]] | ||
[[Category:Functions_-_server-side|Zinsen]] | |||
[[de:Framework:FKT Zinsen]] | [[de:Framework:FKT Zinsen]] | ||
Latest revision as of 08:38, 24 May 2012
Function
FKT_Zinsen(<opening amount>, <date of borrowing>, <interest rate>, <date of reimbursement>, <days of interests>, <interests>)
| Parameter | Description |
| Opening amount | Value of the loan. If the loan is taken out within the plan horizon, the amount taken out as a loan must be entered. If the date of borrowing is before the plan period, the value of the loan as of the beginning of the planning period must be entered. |
| Date of borrowing | Month in which the loan is taken out (date field) |
| Interest rates | Interest rates to be applied |
| Date of reimbursement | Month for which the amount of interests is to be calculated. |
| Days of interests | Days of interests for calculation. Permissible values are “360/360” or “365/360” |
| Interests | Type of interests. Permissible values are “in arrears” or “in advance”. |
This function belongs to server-side functions.