| orderFor |
| appearance as argument number 1 |
|
|
| (instance orderFor TernaryPredicate) | FinancialOntology.kif 1981-1981 | order for is an instance of ternary predicate |
| (domain orderFor 1 FinancialTransaction) | FinancialOntology.kif 1982-1982 | The number 1 argument of order for is an instance of financial transaction |
| (domainSubclass orderFor 2 FinancialTransaction) | FinancialOntology.kif 1983-1983 | The number 2 argument of order for is a subclass of financial transaction |
| (domain orderFor 3 Security) | FinancialOntology.kif 1984-1984 | The number 3 argument of order for is an instance of security |
| (documentation orderFor EnglishLanguage "(orderFor ?Order ?Transaction ?Security) means that the content of ?Order is to realize an instance of ?Transaction where ?Security is the patient of ?Transaction.") | FinancialOntology.kif 1985-1986 | The number 3 argument of order for is an instance of security |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage orderFor "%1 is %n order for %2 for %3") | domainEnglishFormat.kif 1857-1857 | |
| (format ChineseTraditionalLanguage orderFor "%1 %n 是 對於 %3 的 order %2 ") | domainEnglishFormat.kif 1858-1858 | |
| (format ChineseLanguage orderFor "%1 %n 是 對於 %3 的 order %2 ") | domainEnglishFormat.kif 1859-1859 | |
| (termFormat EnglishLanguage orderFor "order for") | domainEnglishFormat.kif 42449-42449 | |
| (termFormat ChineseTraditionalLanguage orderFor "訂購給") | domainEnglishFormat.kif 42450-42450 | |
| (termFormat ChineseLanguage orderFor "订购给") | domainEnglishFormat.kif 42451-42451 |
| antecedent |
|
|
| (=> (and (instance ?Order PlacingAnOrder) (orderFor ?Order ?TransactionType ?Shares)) (hasPurpose ?Order (exists (?Transaction) (and (instance ?Transaction ?TransactionType) (patient ?Transaction ?Shares))))) |
FinancialOntology.kif 1988-1996 | If X is an instance of placing an order and X is order for Y for Z, then X has the purpose there exists W such that W is an instance of Y and Z is a patient of W |
| (=> (and (attribute ?Order MarketOrder) (attribute ?Broker Broker) (partyToAgreement ?Order ?Broker) (orderFor ?Order ?TransactionType ?Shares)) (holdsObligation (KappaFn ?Transaction (and (instance ?Transaction ?TransactionType) (patient ?Transaction ?Shares))) ?Broker)) |
FinancialOntology.kif 1998-2007 | If market order is an attribute of X, broker is an attribute of Y, Y is a party to agreement of X, and X is order for Z for W, then Y is obliged to perform tasks of type the class described by V |
| (=> (and (attribute ?Order LimitOrder) (partyToAgreement ?Order ?Broker) (attribute ?Broker Broker) (orderFor ?Order Buying ?Object) (measure ?Object ?Quantity) (limitPrice ?Order (MeasureFn ?LimitPrice ?U)) (instance ?U UnitOfCurrency) (askPrice ?Object (MeasureFn ?Price ?U) ?Time) (lessThanOrEqualTo ?Price ?LimitPrice)) (holdsObligation (KappaFn ?Buy (and (instance ?Buy Buying) (patient ?Buy ?Object) (measure ?Object ?Quantity) (equal (WhenFn ?Buy) ?BuyingTime) (overlapsTemporally ?Time ?BuyingTime))) ?Broker)) |
FinancialOntology.kif 2025-2046 | If All of the following hold: (1) limit order is an attribute of X (2) Y is a party to agreement of X (3) broker is an attribute of Y (4) X is order for buying for Z (5) the measure of Z is W (6) V U(s) is a limit price of X (7) U is an instance of unit of currency (8) T asks for S U(s) for Z (9) S is less than or equal to V, then Y is obliged to perform tasks of type the class described by R |
| (=> (and (attribute ?Order LimitOrder) (partyToAgreement ?Order ?Broker) (attribute ?Broker Broker) (orderFor ?Order Selling ?Object) (measure ?Object ?Quantity) (limitPrice ?Order (MeasureFn ?LimitPrice ?U)) (bidPrice ?Object (MeasureFn ?Price ?U) ?Time) (instance ?U UnitOfCurrency) (greaterThanOrEqualTo ?Price ?LimitPrice)) (holdsObligation (KappaFn ?Sell (and (instance ?Sell Selling) (patient ?Sell ?Object) (measure ?Object ?Quantity) (equal (WhenFn ?Sell) ?SellingTime) (overlapsTemporally ?SellingTime ?Time))) ?Broker)) |
FinancialOntology.kif 2048-2069 | If All of the following hold: (1) limit order is an attribute of X (2) Y is a party to agreement of X (3) broker is an attribute of Y (4) X is order for selling for Z (5) the measure of Z is W (6) V U(s) is a limit price of X (7) T bids S U(s) for Z (8) U is an instance of unit of currency (9) S is greater than or equal to V, then Y is obliged to perform tasks of type the class described by R |
|
|