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

Formal Language: 



KB Term:  Term intersection
English Word: 

  availableCash

Sigma KEE - availableCash
availableCash

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


(documentation availableCash EnglishLanguage "(availableCash ?Account ?Day ?Cash) holds if ?Cash is a cash amount available for withdrawal from the FinancialAccount ?Account.") FinancialOntology.kif 3834-3836
(domain availableCash 1 FinancialAccount) FinancialOntology.kif 3830-3830 Le nombre 1 argument de availableCash est une instance de FinancialAccount
(domain availableCash 2 Day) FinancialOntology.kif 3831-3831 Le nombre 2 argument de availableCash est une instance de jour
(domain availableCash 3 CurrencyMeasure) FinancialOntology.kif 3832-3832 Le nombre 3 argument de availableCash est une instance de mesure de devise
(instance availableCash TernaryPredicate) FinancialOntology.kif 3833-3833 availableCash est une instance de pr�dicat ternaire
(subrelation availableCash availableBalance) FinancialOntology.kif 3829-3829 availableCash est une sous-relation de availableBalance

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


(format ChineseLanguage availableCash "%1 在 %2 的 available cash 是 %3 ") domainEnglishFormat.kif 2862-2862
(format ChineseTraditionalLanguage availableCash "%1 在 %2 的 available cash 是 %3 ") domainEnglishFormat.kif 2861-2861
(format EnglishLanguage availableCash "the available cash of %1 on %2 is %3") domainEnglishFormat.kif 2860-2860
(termFormat ChineseLanguage availableCash "可用现金") domainEnglishFormat.kif 9324-9324
(termFormat ChineseTraditionalLanguage availableCash "可用現金") domainEnglishFormat.kif 9323-9323
(termFormat EnglishLanguage availableCash "available cash") domainEnglishFormat.kif 9322-9322

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


(=>
    (and
        (instance ?Transaction FinancialTransaction)
        (origin ?Transaction
            (CurrencyFn ?Account))
        (transactionAmount ?Transaction
            (MeasureFn ?Amount1 ?U))
        (instance ?U UnitOfCurrency)
        (instance ?Cash Currency)
        (patient ?Transaction ?Cash)
        (date ?Transaction ?Day))
    (exists (?Amount2)
        (and
            (availableCash ?Account ?Day
                (MeasureFn ?Amount2 ?U))
            (greaterThanOrEqualTo ?Amount1 ?Amount2))))
FinancialOntology.kif 3838-3852


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