OpeningAnAccount |
appearance as argument number 1 |
(documentation OpeningAnAccount EnglishLanguage "An activity of opening a financial account") | FinancialOntology.kif 291-291 | |
(externalImage OpeningAnAccount "http://upload.wikimedia.org/wikipedia/commons/ 4/ 49/ Zh-Account-creation.png") | pictureList.kif 10168-10168 | |
(externalImage OpeningAnAccount "http://upload.wikimedia.org/wikipedia/commons/ 9/ 9f/ Commons_register2_create_account.png") | pictureList.kif 11557-11557 | |
(subclass OpeningAnAccount FinancialTransaction) | FinancialOntology.kif 290-290 |
appearance as argument number 2 |
(termFormat ChineseLanguage OpeningAnAccount "开户") | domainEnglishFormat.kif 42237-42237 | |
(termFormat ChineseTraditionalLanguage OpeningAnAccount "開戶") | domainEnglishFormat.kif 42236-42236 | |
(termFormat EnglishLanguage OpeningAnAccount "opening an account") | domainEnglishFormat.kif 42235-42235 |
antecedent |
(=> (and (instance ?Account FinancialAccount) (minimumBalance ?Account OpeningAnAccount (MeasureFn ?Balance ?U)) (instance ?U UnitOfCurrency)) (exists (?Payment ?Date ?Amount) (and (destination ?Payment (CurrencyFn ?Account)) (transactionAmount ?Payment (MeasureFn ?Amount ?U)) (greaterThanOrEqualTo ?Amount ?Balance) (agreementEffectiveDate ?Account ?Date) (date ?Payment ?Date)))) |
FinancialOntology.kif 686-699 | |
(=> (and (instance ?Opening OpeningAnAccount) (eventLocated ?Opening ?Bank) (instance ?Bank FinancialOrganization) (agent ?Opening ?Agent) (equal (WhenFn ?Opening) ?OpeningTime)) (exists (?Account ?AccountPeriod) (and (agreementPeriod ?Account ?AccountPeriod) (meetsTemporally ?OpeningTime ?AccountPeriod) (instance ?Account FinancialAccount) (accountAt ?Account ?Bank) (accountHolder ?Account ?Agent)))) |
FinancialOntology.kif 293-306 |