currencyExchangeRateInPeriod |
appearance as argument number 1 |
![]() |
(documentation currencyExchangeRateInPeriod EnglishLanguage "(currencyExchangeRateInPeriod ?UNIT ?AMOUNT ?PERIOD) means that the currency denomination ?UNIT is worth ?AMOUNT (which is expressed in another UnitOfCurrency) during the TimeInterval indicated by ?PERIOD.") | Economy.kif 3853-3856 | |
(domain currencyExchangeRateInPeriod 1 UnitOfCurrency) | Economy.kif 3849-3849 | The number 1 argument of currency exchange rate in period is an instance of unit of currency |
(domain currencyExchangeRateInPeriod 2 CurrencyMeasure) | Economy.kif 3850-3850 | The number 2 argument of currency exchange rate in period is an instance of currency measure |
(domainSubclass currencyExchangeRateInPeriod 3 TimeInterval) | Economy.kif 3851-3851 | The number 3 argument of currency exchange rate in period is a subclass of time interval |
(instance currencyExchangeRateInPeriod TernaryPredicate) | Economy.kif 3848-3848 | currency exchange rate in period is an instance of ternary predicate |
appearance as argument number 2 |
![]() |
(format ChineseLanguage currencyExchangeRateInPeriod "%1 %n{不是} 对于 %3 在周期 %2 的 currency 交换汇率") | domainEnglishFormat.kif 604-604 | |
(format ChineseTraditionalLanguage currencyExchangeRateInPeriod "%1 %n{不是} 對於 %3 在週期 %2 的 currency 交換匯率") | domainEnglishFormat.kif 603-603 | |
(format EnglishLanguage currencyExchangeRateInPeriod "%1 %n{doesn't} currency exchange rate in period %2 for %3") | domainEnglishFormat.kif 602-602 | |
(termFormat ChineseLanguage currencyExchangeRateInPeriod "期间货币汇率") | domainEnglishFormat.kif 18099-18099 | |
(termFormat ChineseTraditionalLanguage currencyExchangeRateInPeriod "期間貨幣匯率") | domainEnglishFormat.kif 18098-18098 | |
(termFormat EnglishLanguage currencyExchangeRateInPeriod "currency exchange rate in period") | domainEnglishFormat.kif 18097-18097 |
antecedent |
![]() |
(<=> (currencyExchangeRateInPeriod ?UNIT ?AMOUNT ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (currencyExchangeRate ?UNIT ?AMOUNT))))) |
Economy.kif 3878-3883 | An unit of currency currency exchange rate in period a currency measure for a kind of time interval if and only if there exists a time position such that the time position is an instance of a kind of time interval and the currency measure is a currency exchange rate of the unit of currency holds during the time position |
consequent |
![]() |
(<=> (currencyExchangePerUSDollar ?AMOUNT ?PERIOD) (currencyExchangeRateInPeriod UnitedStatesDollar ?AMOUNT ?PERIOD)) |
Economy.kif 3858-3860 | A kind of time interval is a currency exchange per US dollar of a currency measure if and only if united states dollar currency exchange rate in period the currency measure for a kind of time interval |
![]() |
![]() |