underlier |
appearance as argument number 1 |
(documentation underlier EnglishLanguage "(underlier ?Option ?Instrument) means that ?Instrument is a security which is subject to delivery upon exercise of ?Option.") | FinancialOntology.kif 2741-2743 | |
(domain underlier 1 Agreement) | FinancialOntology.kif 2739-2739 | The number 1 argument of underlier is an instance of agreement |
(domain underlier 2 FinancialInstrument) | FinancialOntology.kif 2740-2740 | The number 2 argument of underlier is an instance of financial instrument |
(instance underlier BinaryPredicate) | FinancialOntology.kif 2737-2737 | underlier is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage underlier "%2 %n 是 %1 的 underlier ") | domainEnglishFormat.kif 2555-2555 | |
(format ChineseTraditionalLanguage underlier "%2 %n 是 %1 的 underlier ") | domainEnglishFormat.kif 2554-2554 | |
(format EnglishLanguage underlier "%2 is %n an underlier of %1") | domainEnglishFormat.kif 2553-2553 | |
(termFormat ChineseLanguage underlier "底层证券") | domainEnglishFormat.kif 59911-59911 | |
(termFormat ChineseTraditionalLanguage underlier "底層證券") | domainEnglishFormat.kif 59910-59910 | |
(termFormat EnglishLanguage underlier "underlier") | domainEnglishFormat.kif 59909-59909 |
antecedent |
consequent |
(=> (property ?Option Option) (exists (?Type ?Date ?Stock ?Price) (and (or (equal ?Type CallOption) (equal ?Type PutOption)) (property ?Option ?Type) (agreementExpirationDate ?Option ?Date) (strikePrice ?Option ?Price) (underlier ?Option ?Stock) (measure ?Stock (MeasureFn 100 ShareUnit))))) |
FinancialOntology.kif 2540-2551 |
|