paymentsPerPeriod |
appearance as argument number 1 |
![]() |
(documentation paymentsPerPeriod EnglishLanguage "(paymentsPerPeriod ?Account ?Amount ?Period) holds if ?Amount is the amount paid on the FinancialAccount ?Account during the time period ?Period.") | FinancialOntology.kif 3876-3878 | |
(domain paymentsPerPeriod 1 FinancialAccount) | FinancialOntology.kif 3873-3873 | paymentsPerPeriod の数値 1 引数は FinancialAccount の instance では |
(domain paymentsPerPeriod 2 CurrencyMeasure) | FinancialOntology.kif 3874-3874 | paymentsPerPeriod の数値 2 引数は 通貨測定 の instance では |
(domain paymentsPerPeriod 3 TimeInterval) | FinancialOntology.kif 3875-3875 | paymentsPerPeriod の数値 3 引数は 時間間隔 の instance では |
(instance paymentsPerPeriod TernaryPredicate) | FinancialOntology.kif 3872-3872 | paymentsPerPeriod は 3進述語 の instance では |
appearance as argument number 2 |
![]() |
(format ChineseLanguage paymentsPerPeriod "%1 %n{不} payments 对于 %3 每周期 %2 ") | domainEnglishFormat.kif 1927-1927 | |
(format ChineseTraditionalLanguage paymentsPerPeriod "%1 %n{不} payments 對於 %3 每周期 %2 ") | domainEnglishFormat.kif 1926-1926 | |
(format EnglishLanguage paymentsPerPeriod "%1 %n{doesn't} payments per period %2 for %3") | domainEnglishFormat.kif 1925-1925 | |
(termFormat ChineseLanguage paymentsPerPeriod "每期付款") | domainEnglishFormat.kif 44882-44882 | |
(termFormat ChineseTraditionalLanguage paymentsPerPeriod "每期付款") | domainEnglishFormat.kif 44881-44881 | |
(termFormat EnglishLanguage paymentsPerPeriod "payments per period") | domainEnglishFormat.kif 44880-44880 |
antecedent |
![]() |
(=> (and (instance ?Account LiabilityAccount) (minimumPayment ?Account (MeasureFn ?MinPayment ?U) MonthDuration) (instance ?U UnitOfCurrency) (exists (?Payment ?Month) (and (instance ?Month Month) (destination ?Payment (CurrencyFn ?Account)) (paymentsPerPeriod ?Account (MeasureFn ?Amount ?U) ?Month) (lessThan ?Amount ?MinPayment)))) (exists (?Penalty) (and (instance ?Penalty Penalty) (destination ?Penalty (CurrencyFn ?Account))))) |
FinancialOntology.kif 761-777 |
|
![]() |
![]() |