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

Formal Language: 



KB Term:  Term intersection
English Word: 

  liquidity

Sigma KEE - liquidity
liquidity

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


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

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


(format ChineseLanguage liquidity "%1 的 liqudity 是 %2 ") domainEnglishFormat.kif 3766-3766
(format ChineseTraditionalLanguage liquidity "%1 的 liqudity 是 %2 ") domainEnglishFormat.kif 3765-3765
(format EnglishLanguage liquidity "the liqudity of %1 is %2") domainEnglishFormat.kif 3764-3764
(termFormat ChineseLanguage liquidity "流动性") domainEnglishFormat.kif 34637-34637
(termFormat ChineseTraditionalLanguage liquidity "流動性") domainEnglishFormat.kif 34636-34636
(termFormat EnglishLanguage liquidity "liquidity") domainEnglishFormat.kif 34635-34635

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 1818-1828 A process is an instance of withdrawal 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 penalty 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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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