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 3852-3854
(domain availableCash 1 FinancialAccount) FinancialOntology.kif 3848-3848 Le nombre 1 argument de availableCash est une instance de FinancialAccount
(domain availableCash 2 Day) FinancialOntology.kif 3849-3849 Le nombre 2 argument de availableCash est une instance de jour
(domain availableCash 3 CurrencyMeasure) FinancialOntology.kif 3850-3850 Le nombre 3 argument de availableCash est une instance de mesure de devise
(instance availableCash TernaryPredicate) FinancialOntology.kif 3851-3851 availableCash est une instance de pr�dicat ternaire
(subrelation availableCash availableBalance) FinancialOntology.kif 3847-3847 availableCash est une sous-relation de availableBalance

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


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

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 3856-3870


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