![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| simpleInterest |
| appearance as argument number 1 |
|
|
| (instance simpleInterest TernaryPredicate) | FinancialOntology.kif 550-550 | simple interest is an instance of ternary predicate |
| (subrelation simpleInterest interestEarned) | FinancialOntology.kif 551-551 | simple interest is a subrelation of interest earned |
| (domain simpleInterest 1 FinancialAccount) | FinancialOntology.kif 552-552 | The number 1 argument of simple interest is an instance of financial account |
| (domain simpleInterest 2 Interest) | FinancialOntology.kif 553-553 | The number 2 argument of simple interest is an instance of interest |
| (domain simpleInterest 3 TimeInterval) | FinancialOntology.kif 554-554 | The number 3 argument of simple interest is an instance of timeframe |
| (documentation simpleInterest EnglishLanguage "(simpleInterest ?Account ?Amount ?Time) means that ?Amount is the interest calculated on a principal sum, not compounded on earned interest, for the duration ?Time.") | FinancialOntology.kif 555-557 | The number 3 argument of simple interest is an instance of timeframe |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage simpleInterest "%1 is %n simple interest %2 for %3") | domainEnglishFormat.kif 2305-2305 | |
| (format ChineseTraditionalLanguage simpleInterest "%1 %n 是 對於 %3 的 simple 利息 %2 ") | domainEnglishFormat.kif 2306-2306 | |
| (format ChineseLanguage simpleInterest "%1 %n 是 对于 %3 的 simple 利息 %2 ") | domainEnglishFormat.kif 2307-2307 | |
| (termFormat EnglishLanguage simpleInterest "simple interest") | domainEnglishFormat.kif 53121-53121 | |
| (termFormat ChineseTraditionalLanguage simpleInterest "單純的興趣") | domainEnglishFormat.kif 53122-53122 | |
| (termFormat ChineseLanguage simpleInterest "单纯的兴趣") | domainEnglishFormat.kif 53123-53123 |
| antecedent |
|
|
| (=> (and (principalAmount ?Account (MeasureFn ?Balance ?CUNIT)) (fixedInterestRate ?Account ?Rate) (simpleInterest ?Account (MeasureFn ?Amount ?CUNIT) ?Period) (equal ?Rate_Decimal (DivisionFn ?Rate 100))) (equal ?Amount (MultiplicationFn ?Balance ?Rate_Decimal))) |
FinancialOntology.kif 559-569 | If X Y(s) is a principal amount of Z, W is a fixed interest rate of Z, Z is simple interest V Y(s) for U, and equal ?Rate_Decimal, W, and 100, then equal V, X, and ?Rate_Decimal |
| (=> (and (simpleInterest ?Account (MeasureFn ?Interest ?CUNIT) ?Period) (principalAmount ?Account (MeasureFn ?Principal ?CUNIT)) (equal ?Rate_Decimal (DivisionFn ?Interest ?Principal)) (equal ?Rate (MultiplicationFn ?Rate_Decimal 100.0))) (interestRatePerPeriod ?Account ?Rate ?Period)) |
FinancialOntology.kif 608-618 | If X is simple interest Y Z(s) for W, V Z(s) is a principal amount of X, equal ?Rate_Decimal, Y, and V, and equal U, ?Rate_Decimal, and 100.0, then X is interest rate per period U for W |