Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - liquidity
liquidity

appearance as argument number 1
-------------------------


(documentation liquidity EnglishLanguage "Degree to which accounts can be easily converted to cash.") FinancialOntology.kif 1830-1830
(domain liquidity 1 FinancialAccount) FinancialOntology.kif 1827-1827 The number 1 argument of liquidity is an instance of financial account
(domain liquidity 2 LiquidityAttribute) FinancialOntology.kif 1828-1828 The number 2 argument of liquidity is an instance of liquidity attribute
(instance liquidity BinaryPredicate) FinancialOntology.kif 1829-1829 liquidity is an instance of binary predicate

appearance as argument number 2
-------------------------


(format ChineseLanguage liquidity "%1 的 liqudity 是 %2 ") domainEnglishFormat.kif 3764-3764
(format ChineseTraditionalLanguage liquidity "%1 的 liqudity 是 %2 ") domainEnglishFormat.kif 3763-3763
(format EnglishLanguage liquidity "the liqudity of %1 is %2") domainEnglishFormat.kif 3762-3762
(termFormat ChineseLanguage liquidity "流动性") domainEnglishFormat.kif 34665-34665
(termFormat ChineseTraditionalLanguage liquidity "流動性") domainEnglishFormat.kif 34664-34664
(termFormat EnglishLanguage liquidity "liquidity") domainEnglishFormat.kif 34663-34663

consequent
-------------------------


(<=>
    (and
        (instance ?Withdrawal Withdrawal)
        (instance ?Account FinancialAccount)
        (origin ?Withdrawal
            (CurrencyFn ?Account))
        (not
            (exists (?Penalty)
                (and
                    (instance ?Penalty Penalty)
                    (destination ?Penalty
                        (CurrencyFn ?Account))
                    (causes ?Withdrawal ?Penalty)))))
    (liquidity ?Account HighLiquidity))
FinancialOntology.kif 1832-1842 A process is an instance of withdrawing from an account and a financial account is an instance of financial account and the process originates at the currency of the financial account and there doesn't exist another process such that the other process is an instance of penalizing and the other process ends up at the currency of the financial account and the process causes the other process if and only if the liqudity of the financial account is high liquidity
(=>
    (instance ?Account MoneyMarket)
    (liquidity ?Account HighLiquidity))
FinancialOntology.kif 1059-1061
(=>
    (instance ?Account TraditionalSavingsAccount)
    (liquidity ?Account HighLiquidity))
FinancialOntology.kif 1105-1107


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners