(=>
(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 |