Penalty(penalty) | amercement, fine, forfeit, forfeiture, mulct, penalty, requital, retribution |
appearance as argument number 1 |
(documentation Penalty EnglishLanguage "A fee charged as a penalty.") | FinancialOntology.kif 917-917 | |
(subclass Penalty ChargingAFee) | FinancialOntology.kif 916-916 | Penalty is a subclass of chargingA fee |
appearance as argument number 2 |
(termFormat ChineseLanguage Penalty "罚款") | domainEnglishFormat.kif 45020-45020 | |
(termFormat ChineseTraditionalLanguage Penalty "罰款") | domainEnglishFormat.kif 45019-45019 | |
(termFormat EnglishLanguage Penalty "penalty") | domainEnglishFormat.kif 45018-45018 |
antecedent |
(<=> (and (instance ?Withdrawal Withdrawal) (instance ?Account FinancialAccount) (origin ?Withdrawal (CurrencyFn ?Account)) (not (exists (?Penalty) (and (instance ?Penalty Penalty) (destination ?Penalty (CurrencyFn ?Account)) (causes ?Withdrawal ?Penalty))))) (liquidity ?Account HighLiquidity)) |
FinancialOntology.kif 1818-1828 | A process is an instance of withdrawal and a financial account is an instance of financial account and the process originates at the currency of the financial account and there doesn't exist another process such that the other process is an instance of penalty and the other process ends up at the currency of the financial account and the process causes the other process if and only if the liqudity of the financial account is high liquidity |
consequent |