PersonalAccount(personal account) |
appearance as argument number 1 |
(documentation PersonalAccount EnglishLanguage "This is the class of personal accounts, as opposed to CorporateAccounts.") | FinancialOntology.kif 993-994 | |
(externalImage PersonalAccount "http://upload.wikimedia.org/wikipedia/commons/ 9/ 99/ Gnucash-account-summary.png") | pictureList.kif 10188-10188 | |
(subclass PersonalAccount FinancialAccount) | FinancialOntology.kif 992-992 | Personal account is a subclass of financial account |
appearance as argument number 2 |
(disjoint CorporateAccount PersonalAccount) | FinancialOntology.kif 1014-1014 | Corporate account is disjoint from personal account |
(subclass IndividualRetirementAccount PersonalAccount) | FinancialOntology.kif 3385-3385 | Individual retirement account is a subclass of personal account |
(subclass JointAccount PersonalAccount) | FinancialOntology.kif 1002-1002 | Joint account is a subclass of personal account |
(termFormat ChineseLanguage PersonalAccount "个人账户") | domainEnglishFormat.kif 45338-45338 | Joint account is a subclass of personal account |
(termFormat ChineseTraditionalLanguage PersonalAccount "個人賬戶") | domainEnglishFormat.kif 45337-45337 | Joint account is a subclass of personal account |
(termFormat EnglishLanguage PersonalAccount "personal account") | domainEnglishFormat.kif 45336-45336 | Joint account is a subclass of personal account |
antecedent |
(<=> (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 |
(=> (and (instance ?Account PersonalAccount) (currentInterestRate ?Account ?Date ?Rate) (primeInterestRate ?Date ?PrimeRate)) (greaterThan ?Rate ?PrimeRate)) |
FinancialOntology.kif 606-611 |
|
consequent |
(<=> (and (accountHolder ?Account ?Agent) (instance ?Agent Human)) (instance ?Account PersonalAccount)) |
FinancialOntology.kif 996-1000 | A cognitive agent holds account a financial account and the cognitive agent is an instance of human if and only if the financial account is an instance of personal account |