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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Downtick
Downtick(downtick)downtick

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


(documentation Downtick EnglishLanguage "A stock market transaction (or sometimes, a quote) at a price lower than the preceding one for the same security.") FinancialOntology.kif 3245-3246
(subclass Downtick StockMarketTransaction) FinancialOntology.kif 3244-3244 Downtick is a subclass of stock market transaction

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


(termFormat ChineseLanguage Downtick "打勾") domainEnglishFormat.kif 20289-20289
(termFormat ChineseTraditionalLanguage Downtick "打勾") domainEnglishFormat.kif 20288-20288
(termFormat EnglishLanguage Downtick "downtick") domainEnglishFormat.kif 20287-20287

antecedent
-------------------------


(=>
    (and
        (instance ?Downtick Downtick)
        (patient ?Downtick ?Stock)
        (equal
            (WhenFn ?Downtick) ?Time1)
        (instance ?U UnitOfCurrency)
        (price ?Stock
            (MeasureFn ?Price1 ?U) ?Time1))
    (exists (?Transaction ?Time2 ?Price2)
        (and
            (instance ?Transaction StockMarketTransaction)
            (patient ?Transaction ?Stock)
            (equal
                (WhenFn ?Transaction) ?Time2)
            (meetsTemporally ?Time2 ?Time1)
            (price ?Stock
                (MeasureFn ?Price2 ?U) ?Time2)
            (greaterThan ?Price2 ?Price1))))
FinancialOntology.kif 3248-3264


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