MonthDuration | ![]() |
appearance as argument number 1 |
![]() |
(documentation MonthDuration ChineseLanguage "这是时间单位,一个月为期起码28天,而会超过31天。注: 和其它大多数的单位不同,这是一个范围的单位,而不是一个准确数字。") | chinese_format.kif 2583-2584 | |
(documentation MonthDuration EnglishLanguage "Time unit. A month's duration is at least 28 days, and no more than 31 days. Note that this unit is a range, rather than than an exact amount, unlike most other units.") | Merge.kif 6831-6833 | |
(instance MonthDuration TimeDuration) | Merge.kif 6830-6830 | instance MonthDuration and TimeDuration |
(instance MonthDuration UnitOfDuration) | Merge.kif 6829-6829 | instance MonthDuration and UnitOfDuration |
appearance as argument number 2 |
![]() |
(termFormat ChineseLanguage MonthDuration "月持续时间") | domainEnglishFormat.kif 38407-38407 | |
(termFormat ChineseTraditionalLanguage MonthDuration "月持續時間") | domainEnglishFormat.kif 38406-38406 | |
(termFormat EnglishLanguage MonthDuration "month duration") | domainEnglishFormat.kif 38405-38405 |
antecedent |
![]() |
(=> (and (instance ?Account LiabilityAccount) (minimumPayment ?Account ?MinPayment MonthDuration) (exists (?Payment ?Month) (and (instance ?Month Month) (destination ?Payment (CurrencyFn ?Account)) (paymentsPerPeriod ?Account ?Amount ?Month) (lessThan ?Amount ?MinPayment)))) (exists (?Penalty) (and (instance ?Penalty Penalty) (destination ?Penalty (CurrencyFn ?Account))))) |
FinancialOntology.kif 711-724 |
|
consequent |
![]() |
statement |
![]() |
(greaterThanOrEqualTo (MeasureFn ?NUMBER MonthDuration) (MeasureFn (MultiplicationFn ?NUMBER 28) DayDuration)) |
Merge.kif 6835-6837 | greaterThanOrEqualTo MeasureFn RealNumber and MonthDuration and MeasureFn MultiplicationFn RealNumber and 28 and DayDuration |
(lessThanOrEqualTo (MeasureFn ?NUMBER MonthDuration) (MeasureFn (MultiplicationFn ?NUMBER 31) DayDuration)) |
Merge.kif 6839-6841 | lessThanOrEqualTo MeasureFn RealNumber and MonthDuration and MeasureFn MultiplicationFn RealNumber and 31 and DayDuration |
![]() |
![]() |