![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Loam
|
|
|
| appearance as argument number 1 |
|
|
| (subclass Prepayment Payment) | FinancialOntology.kif 852-852 | Prepayment is a subclass of payment |
| (documentation Prepayment EnglishLanguage "Prepayment is the payment of all or part of a debt prior to its due date.") | FinancialOntology.kif 853-854 | Prepayment is a subclass of payment |
| appearance as argument number 2 |
|
|
| consequent |
|
|
| (=> (and (transactionAmount ?Payment ?Amount) (date ?Payment ?Date) (instance ?Account FinancialAccount) (destination ?Payment (CurrencyFn ?Account)) (amountDue ?Account ?Amount ?DueDate) (before (EndFn ?Date) (BeginFn ?DueDate))) (instance ?Payment Prepayment)) |
FinancialOntology.kif 856-864 | If All of the following hold: (1) X is a transaction amount of Y (2) date of Y is Z (3) W is an instance of financial account (4) Y ends up at the currency of W (5) W amount due X for V (6) the end of Z happens before the beginning of V, then Y is an instance of prepayment |