interestEarned |
appearance as argument number 1 |
(documentation interestEarned EnglishLanguage "(interestEarned ?Account ?Interest ?Period) means that ?Interest is the amount earned on the FinancialAccount ?Account, for the duration ?Period.") | FinancialOntology.kif 525-527 | |
(domain interestEarned 1 FinancialAccount) | FinancialOntology.kif 522-522 | The number 1 argument of interest earned is an instance of financial account |
(domain interestEarned 2 Interest) | FinancialOntology.kif 523-523 | The number 2 argument of interest earned is an instance of interest |
(domain interestEarned 3 TimeInterval) | FinancialOntology.kif 524-524 | The number 3 argument of interest earned is an instance of time interval |
(instance interestEarned TernaryPredicate) | FinancialOntology.kif 521-521 | interest earned is an instance of ternary predicate |
appearance as argument number 2 |
(format ChineseLanguage interestEarned "%1 %n 是 对于 %3 的赚取 interest ") | domainEnglishFormat.kif 1361-1361 | |
(format ChineseTraditionalLanguage interestEarned "%1 %n 是 對於 %3 的賺取 interest ") | domainEnglishFormat.kif 1360-1360 | |
(format EnglishLanguage interestEarned "%1 is %n interest earned %2 for %3") | domainEnglishFormat.kif 1359-1359 | |
(subrelation compoundInterest interestEarned) | FinancialOntology.kif 551-551 | compound interest is a subrelation of interest earned |
(subrelation simpleInterest interestEarned) | FinancialOntology.kif 530-530 | simple interest is a subrelation of interest earned |
(termFormat ChineseLanguage interestEarned "利息收入") | domainEnglishFormat.kif 30409-30409 | |
(termFormat ChineseTraditionalLanguage interestEarned "利息收入") | domainEnglishFormat.kif 30408-30408 | |
(termFormat EnglishLanguage interestEarned "interest earned") | domainEnglishFormat.kif 30407-30407 |
antecedent |
consequent |
(=> (and (loanFeeAmount ?Loan ?Amount) (agreementPeriod ?Loan ?Period)) (interestEarned ?Loan ?Amount ?Period)) |
FinancialOntology.kif 4162-4166 |
|
(=> (and (statementInterest ?Statement ?Interest) (statementPeriod ?Statement ?Period) (statementAccount ?Statement ?Account)) (interestEarned ?Account ?Interest ?Period)) |
FinancialOntology.kif 4082-4087 |
|