Refinancing |
appearance as argument number 1 |
(documentation Refinancing EnglishLanguage "Paying off an existing loan with the proceeds from a new loan, using the same property as collateral.") | FinancialOntology.kif 1446-1447 | |
(subclass Refinancing FinancialTransaction) | FinancialOntology.kif 1445-1445 |
appearance as argument number 2 |
(termFormat ChineseLanguage Refinancing "再融资") | domainEnglishFormat.kif 49147-49147 | |
(termFormat ChineseTraditionalLanguage Refinancing "再融資") | domainEnglishFormat.kif 49146-49146 | |
(termFormat EnglishLanguage Refinancing "refinancing") | domainEnglishFormat.kif 49145-49145 |
antecedent |
(=> (and (instance ?Refinancing Refinancing) (time ?Refinancing ?Time) (instance ?Loan Loan) (securedBy ?Loan ?Collateral) (borrower ?Loan ?Borrower) (currentAccountBalance ?Loan ?Time ?Amount) (patient ?Refinancing ?Loan)) (exists (?NewLoan ?Payment) (and (instance ?NewLoan Loan) (borrower ?NewLoan ?Borrower) (securedBy ?Loan ?Collateral) (destination ?Payment (CurrencyFn ?Loan)) (time ?Payment ?Time) (origin ?Payment (CurrencyFn ?NewLoan)) (transactionAmount ?Payment ?Amount)))) |
FinancialOntology.kif 1449-1466 |