JointAccount(joint account) |
appearance as argument number 1 |
(documentation JointAccount EnglishLanguage "An account owned by two or more people, usually sharing a household and expenses. Each co-owner has equal access to the account. Most types of accounts, whether it's basic checking, savings or money market, allow for joint use") | FinancialOntology.kif 1003-1005 | |
(subclass JointAccount PersonalAccount) | FinancialOntology.kif 1002-1002 | Joint account is a subclass of personal account |
appearance as argument number 2 |
(termFormat ChineseLanguage JointAccount "联名账户") | domainEnglishFormat.kif 31697-31697 | |
(termFormat ChineseTraditionalLanguage JointAccount "聯名賬戶") | domainEnglishFormat.kif 31696-31696 | |
(termFormat EnglishLanguage JointAccount "joint account") | domainEnglishFormat.kif 31695-31695 |
consequent |
(<=> (and (instance ?Account PersonalAccount) (greaterThan (CardinalityFn (KappaFn ?Agent (accountHolder ?Account ?Agent))) 1)) (instance ?Account JointAccount)) |
FinancialOntology.kif 1007-1011 | An entity is an instance of personal account and the number of instances in the class described by a symbolic string is greater than 1 if and only if the entity is an instance of joint account |