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 1833-1833
(domain liquidity 1 FinancialAccount) FinancialOntology.kif 1830-1830 The number 1 argument of liquidity is an instance of financial account
(domain liquidity 2 LiquidityAttribute) FinancialOntology.kif 1831-1831 The number 2 argument of liquidity is an instance of liquidity attribute
(instance liquidity BinaryPredicate) FinancialOntology.kif 1832-1832 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 34648-34648
(termFormat ChineseTraditionalLanguage liquidity "流動性") domainEnglishFormat.kif 34647-34647
(termFormat EnglishLanguage liquidity "liquidity") domainEnglishFormat.kif 34646-34646

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 1835-1845 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 1061-1063
(=>
    (instance ?Account TraditionalSavingsAccount)
    (liquidity ?Account HighLiquidity))
FinancialOntology.kif 1107-1109


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