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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - availableBalance
availableBalance

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


(documentation availableBalance EnglishLanguage "(availableBalance ?Account ?Day ?Amount) means that ?Amount is the balance which is available for withdrawal from the FinancialAccount ?Account.") FinancialOntology.kif 3811-3813
(domain availableBalance 1 FinancialAccount) FinancialOntology.kif 3807-3807 The number 1 argument of available balance is an instance of financial account
(domain availableBalance 2 Day) FinancialOntology.kif 3808-3808 The number 2 argument of available balance is an instance of day
(domain availableBalance 3 CurrencyMeasure) FinancialOntology.kif 3809-3809 The number 3 argument of available balance is an instance of currency measure
(instance availableBalance TernaryPredicate) FinancialOntology.kif 3810-3810 available balance is an instance of ternary predicate
(subrelation availableBalance currentAccountBalance) FinancialOntology.kif 3806-3806 available balance is a subrelation of current account balance

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


(format ChineseLanguage availableBalance "%1 在 %2 的 available balance 是 %3 ") domainEnglishFormat.kif 2858-2858
(format ChineseTraditionalLanguage availableBalance "%1 在 %2 的 available balance 是 %3 ") domainEnglishFormat.kif 2857-2857
(format EnglishLanguage availableBalance "the available balance of %1 on %2 is %3") domainEnglishFormat.kif 2856-2856
(subrelation availableCash availableBalance) FinancialOntology.kif 3829-3829 available cash is a subrelation of available balance
(subrelation buyingPowerAmount availableBalance) FinancialOntology.kif 4090-4090 buying power amount is a subrelation of available balance
(subrelation marginBalanceAmount availableBalance) FinancialOntology.kif 4099-4099 margin balance amount is a subrelation of available balance
(subrelation marketValueAmount availableBalance) FinancialOntology.kif 4117-4117 market value amount is a subrelation of available balance
(subrelation shortBalanceAmount availableBalance) FinancialOntology.kif 4108-4108 short balance amount is a subrelation of available balance
(termFormat ChineseLanguage availableBalance "可用余额") domainEnglishFormat.kif 9318-9318
(termFormat ChineseTraditionalLanguage availableBalance "可用餘額") domainEnglishFormat.kif 9317-9317
(termFormat EnglishLanguage availableBalance "available balance") domainEnglishFormat.kif 9316-9316

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


(=>
    (and
        (instance ?Transaction FinancialTransaction)
        (origin ?Transaction ?Account)
        (transactionAmount ?Transaction
            (MeasureFn ?Amount1 ?U))
        (instance ?U UnitOfCurrency)
        (date ?Transaction ?Day))
    (exists (?Amount2)
        (and
            (availableBalance ?Account ?Day
                (MeasureFn ?Amount2 ?U))
            (greaterThanOrEqualTo ?Amount1 ?Amount2))))
FinancialOntology.kif 3815-3827


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