Uptick
|
|
appearance as argument number 1 |
(documentation Uptick EnglishLanguage "A stock market transaction (or sometimes, a quote) at a price higher than the preceding one for the same security.") | FinancialOntology.kif 3209-3210 | |
(subclass Uptick StockMarketTransaction) | FinancialOntology.kif 3208-3208 |
appearance as argument number 2 |
(termFormat ChineseLanguage Uptick "上扬") | domainEnglishFormat.kif 60670-60670 | |
(termFormat ChineseTraditionalLanguage Uptick "上揚") | domainEnglishFormat.kif 60669-60669 | |
(termFormat EnglishLanguage Uptick "uptick") | domainEnglishFormat.kif 60668-60668 |
antecedent |
(=> (and (instance ?Uptick Uptick) (patient ?Uptick ?Stock) (equal (WhenFn ?Uptick) ?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) (lessThan ?Price2 ?Price1)))) |
FinancialOntology.kif 3212-3228 |