Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

  interestRatePerPeriod

Sigma KEE - interestRatePerPeriod
interestRatePerPeriod

appearance as argument number 1
-------------------------


(documentation interestRatePerPeriod EnglishLanguage "(interestRatePerPeriod ?ACCOUNT ?RATE ?TIME) means that ?RATE is the interest per the period TIME divided by principal amount, expressed as a percentage") FinancialOntology.kif 583-585
(domain interestRatePerPeriod 1 FinancialAccount) FinancialOntology.kif 580-580
(domain interestRatePerPeriod 2 RealNumber) FinancialOntology.kif 581-581
(domain interestRatePerPeriod 3 TimeInterval) FinancialOntology.kif 582-582
(instance interestRatePerPeriod TernaryPredicate) FinancialOntology.kif 579-579

appearance as argument number 2
-------------------------


(format ChineseLanguage interestRatePerPeriod "%1 %n 是 对于 %3 每周期 %2 的 interest 速率") domainEnglishFormat.kif 1365-1365
(format ChineseTraditionalLanguage interestRatePerPeriod "%1 %n 是 對於 %3 每周期 %2 的 interest 速率") domainEnglishFormat.kif 1364-1364
(format EnglishLanguage interestRatePerPeriod "%1 is %n interest rate per period %2 for %3") domainEnglishFormat.kif 1363-1363
(termFormat ChineseLanguage interestRatePerPeriod "每期利率") domainEnglishFormat.kif 30427-30427
(termFormat ChineseTraditionalLanguage interestRatePerPeriod "每期利率") domainEnglishFormat.kif 30426-30426
(termFormat EnglishLanguage interestRatePerPeriod "interest rate per period") domainEnglishFormat.kif 30425-30425

consequent
-------------------------


(=>
    (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 587-597
(=>
    (instance ?Account InterestBearingAccount)
    (exists (?Rate ?Period)
        (interestRatePerPeriod ?Account ?Rate ?Period)))
FinancialOntology.kif 971-974


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners