wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" namespace {_"http://tripcom.org/ontologies/EDI/PriceQualifier#", cyc _"http://sw.cyc.com/2006/07/27/cyc/#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/PriceQualifier" nonFunctionalProperties dc#title hasValue "Price qualifier" dc#subject hasValue "Price qualifier" dc#description hasValue "Price qualifier" dc#contributor hasValue { _"http://foxvog.org/doug/" } dc#date hasValue "2007-07-20" dc#type hasValue _"http://www.wsmo.org/2004/d2/v1.0/#ontologies" dc#format hasValue "text/plain" dc#language hasValue "en-US" dc#rights hasValue _"http://www.deri.org/privacy.html" version hasValue "$Revision: 1.2 $" endNonFunctionalProperties concept cyc#Individual concept cyc#TemporalThing subConceptOf cyc#Individual concept cyc#ScalarInterval subConceptOf cyc#Individual concept cyc#MonetaryValue subConceptOf cyc#ScalarInterval concept cyc#TemporallyExistingThing subConceptOf cyc#TemporalThing // excludes TimeIntervals concept cyc#SomethingExisting subConceptOf cyc#TemporallyExistingThing concept cyc#Situation subConceptOf cyc#TemporallyExistingThing // excludes Events relation cyc#cost ( ofType cyc#TemporallyExistingThing , ofType cyc#MonetaryValue) nonFunctionalProperties dc#description hasValue "cost(THING, MONEY) means that the TemporalThing THING has a cost in MonetaryValue of MONEY. THING may be an object, a service, or some combination of both." endNonFunctionalProperties // "INF" Information relation unitPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost nonFunctionalProperties dc#description hasValue "unitPrice(THING, MONEY) means that the purchase price of a single item of THING is the MonetaryValue MONEY. See the more specific relations grossUnitPrice, invoiceUnitPrice, estimatedUnitPrice." endNonFunctionalProperties // !!!! Consider whether this should be Ternary, with the first argument being the // type of TemporallyExisting thing, the second being a cyc#MeasurableQuantity // and the third being the cyc#MonetaryValue. relation chargeToBuyer ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost nonFunctionalProperties dc#description hasValue "chargeToBuyer(THING, MONEY) means that the amount MONEY is charged to the buyer in order to buy the TemporalThing THING in the applicable transaction. MONEY may be the basicPrice, the netPrice, any of various fees and taxes charged to the buyer or some intermediate sum (e.g. the basicPricePlusTaxes). Other prices (such as resalePrice or averagePrice) which deal with other possible transactions are not considered as a chargeToBuyer." endNonFunctionalProperties // relation cyc#totalCharge ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost nonFunctionalProperties dc#description hasValue "totalCharge(THING, MONEY) means that the total charge for all goods, services, salesTax and other taxes, shipping and handling, delivery charges, discounts, etc., in order to buy the TemporalThing THING is the MonetaryValue MONEY. For the thing's price without such extra charges, see basicPrice." endNonFunctionalProperties // "1E" Calculation net - including taxes (EAN Code) relation cyc#netPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "netPrice(THING, MONEY) means that the total charge for all goods, services, shipping and handling, delivery charges, discounts, etc., but excluding taxes in order to buy the TemporalThing THING is the MonetaryValue MONEY. For the thing's price without such extra charges, see basicPrice." endNonFunctionalProperties // "AAA" Calculation net relation cyc#basicPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "basicPrice(THING, MONEY) means that the purchase price for THING (excluding charges for additional all taxes, goods, services, shipping and handling, delivery charges, discounts, etc., involved in the purchase) is the MonetaryValue MONEY. For the thing's price with such extra charges, see totalCharge, basicPricePlusTaxes, and netPrice." endNonFunctionalProperties // "AAB" Calculation gross - The price stated is the gross price to which allowances/charges must be applied. // "GRE" Calculation gross (old EAN Code) // "AAF" Information price, excluding allowances or charges and taxes relation basicPricePlusTaxes ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "basicPricePlusTaxes(THING, MONEY) means that the purchase price for THING plus applicable taxes (excluding charges for additional goods, services, shipping and handling, delivery charges, discounts, etc., involved in the purchase) is the MonetaryValue MONEY. For the thing's price with such extra charges, see totalCharge and netPrice. For the thing's price without taxes, see basicPrice." endNonFunctionalProperties // "AAC" Allowances and charges not included, tax included (EDIFACT, not EANCOM, EDIFICE) // "AAE" Information price, excluding allowances or charges, including taxes // "AAB" Price includes tax [DE_5387] relation averagePrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost nonFunctionalProperties dc#description hasValue "averagePrice(THING, MONEY) means that the average purchase price for items like THING is the MonetaryValue MONEY. [This probably means the average basicPrice.]" endNonFunctionalProperties // "ABP" Average buy price (EDIFICE code) // "AAD" Average selling price of a product (EDIFACT, but not EANCOM) relation retailPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf unit nonFunctionalProperties dc#description hasValue "retailPrice(THING, MONEY) means that the retail price that is [to be] charged for units of THING." endNonFunctionalProperties // "RTP" Retail price [DE_5387] relation supplimentalCharge ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "supplimentalCharge(THING, MONEY) means that the price described is an additive component of the total price." endNonFunctionalProperties // "AAG" Additive unit price component (EDIFACT, but not EANCOM) /* =============================================================================== Relations from DE_5375 Price type =============================================================================== */ relation adjustedPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "adjustedPrice(THING, MONEY) means the price as changed due to special circumstances, negotiation, and/or changes in the product." endNonFunctionalProperties relation rangeDependentPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "rangeDependentPrice(THING, MONEY) means the price for a specific range of purchase quantities. For the thing's price without any quantity discount or surcharge, see basicPrice." endNonFunctionalProperties // "AE" Range dependent price relation buyerPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "buyerPrice(THING, MONEY) means the buyer's proposed/offered/requested (????) price." endNonFunctionalProperties // "BY" Buyer (EDIFICE code) relation cataloguePrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost nonFunctionalProperties dc#description hasValue "cataloguePrice(THING, MONEY) means the stocking price used between the buyer and seller." endNonFunctionalProperties // "CA" Catalogue price relation competitorPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost nonFunctionalProperties dc#description hasValue "competitorPrice(THING, MONEY) means the price charged by a competitor for something." endNonFunctionalProperties // "CO" Competitor (EDIFICE code) relation currentPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "currentPrice(THING, MONEY) means the price for something at time of transaction, but subject to future change." endNonFunctionalProperties // "CP" Current price (EDIFICE code) // "CP" Current price [DE_5387] relation contractCost ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "contractPrice(THING, MONEY) means the basis contract cost. A basis contract is a contract that fixes the difference between the price of a particular futures contract and the cash price of the underlying commodity, though not the actual price level." endNonFunctionalProperties // "CT" Contract: Basis contract cost relation distributorCost ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "distributorPrice(THING, MONEY) means the distributor non-contract cost. The cost associated with the agency that markets goods. [Is this a fee added by the distributor?]" endNonFunctionalProperties // "DI" Distributor // "DIS" Distributor price: Distributor non-contract [DE_5387] relation dealerPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "dealerPrice(THING, MONEY) means the price as purchased from a dealer. [Or is it an added cost/fee added by the dealer?]" endNonFunctionalProperties // "DR" Dealer (EDIFICE code) // "DR" Dealer price [DE_5387] relation noCharge ( ofType cyc#TemporallyExistingThing) nonFunctionalProperties dc#description hasValue "noCharge(THING) means there is no charge for THING. This is equivalent to cost(THING, Free-MonetaryCost)." endNonFunctionalProperties // "NC" No charge (EDIFICE code) axiom noChargeAxiom definedBy cyc#cost(?THING, _"http://sw.cyc.com/2006/07/27/cyc/#Free-MonetaryCost") impliedBy noCharge(?THING). relation newBuyPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf {newPrice, chargeToBuyer} nonFunctionalProperties dc#description hasValue "newBuyPrice(THING, MONEY) means the re-negotiated buy price between the buyer and seller." endNonFunctionalProperties // "NBP" New buy price (EDIFICE code) relation nonNegotiablePrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "nonNegotiablePrice(THING, MONEY) means the price of something is MONEY and the party is not willing to negotiate a change in price." endNonFunctionalProperties // "NNG" Not negotiable (EDIFICE code) relation provisionalPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "provisionalPrice(THING, MONEY) means the price is merely provisional and may change." endNonFunctionalProperties // "PV" Provisional price relation quotedPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "quotedPrice(THING, MONEY) means the price in a price quote is/was MONEY." endNonFunctionalProperties // "QT" Quoted price relation resalePrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost nonFunctionalProperties dc#description hasValue "resalePrice(THING, MONEY) specifies the price used between the buyer and the end-customer." endNonFunctionalProperties // "RES" Resale price (EDIFICE code) relation discountPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf adjustedPrice nonFunctionalProperties dc#description hasValue "discountPrice(THING, MONEY) means the price of THING, which is a reduction from the usual list value." endNonFunctionalProperties // "DPR" Discount price [DE_5387] relation specialBuyPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf discountPrice nonFunctionalProperties dc#description hasValue "specialBuyPrice(THING, MONEY) means the price for something -- which is not the standard basicPrice. This price may not be offered again." endNonFunctionalProperties // "SBP" Special buy price (EDIFICE code) relation toBeNegotiatedPrice ( ofType cyc#TemporallyExistingThing) nonFunctionalProperties dc#description hasValue "toBeNegotiatedPrice(THING) means the price for THING is not fixed and must be negotiated." endNonFunctionalProperties // "TB" To be negotiated relation suggestedRetailPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost nonFunctionalProperties dc#description hasValue "suggestedRetailPrice(THING, MONEY) means the retail price suggested for something. This may be a resalePrice. See retailPrice." endNonFunctionalProperties // "SR" Suggested retail // "SRP" Suggested retail price [DE_5387] /* =============================================================================== Relations from DE_5387 Price specification code =============================================================================== */ relation buyerSuggestedRetailPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf suggestedRetailPrice nonFunctionalProperties dc#description hasValue "suggestedRetailPrice(THING, MONEY) means the suggested retail price as suggested or determined by the party purchasing the goods. This may be a resalePrice. See retailPrice." endNonFunctionalProperties // "AAC" Buyer suggested retail price relation buyerSuggestedRetailPriceExTaxes ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf buyerSuggestedRetailPrice nonFunctionalProperties dc#description hasValue "suggestedRetailPrice(THING, MONEY) means the suggested retail price (not including any applicable taxes) as suggested or determined by the party purchasing the goods. This may be a resalePrice." endNonFunctionalProperties // "ABF" Suggested retail price - excluding taxes relation nonFluctuatingPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "nonFluctuatingPrice(THING, MONEY) means the price for something -- which is not subject to escalation or adjustment." endNonFunctionalProperties // "AAE" Not subject to fluctuation relation priceSubjectToAdjustment ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "priceSubjectToAdjustment(THING, MONEY) means the price for something which is subject to adjustment, either up, down, or both." endNonFunctionalProperties // "AAG" Subject to price adjustment relation priceSubjectToEscalation ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf priceSubjectToAdjustment nonFunctionalProperties dc#description hasValue "priceSubjectToEscalation(THING, MONEY) means the price for something which is subject to increase or development by successive stages." endNonFunctionalProperties // "AAF" Subject to escalation relation newPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf adjustedPrice nonFunctionalProperties dc#description hasValue "newPrice(THING, MONEY) means the price for something which is valid from an effective date/time/period. See oldPrice." endNonFunctionalProperties // "AAK" New price relation oldPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost nonFunctionalProperties dc#description hasValue "oldPrice(THING, MONEY) means the price for something which is valid prior to an effective date/time/period of a newPrice." endNonFunctionalProperties // "AAL" Old price relation individualBuyerPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "individualBuyerPrice(THING, MONEY) means the price for something which is available to an individual buyer as opposed to an institutional buyer." endNonFunctionalProperties // "ABA" Individual buyer price relation groupBuyingPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf discountPrice nonFunctionalProperties dc#description hasValue "groupBuyingPrice(THING, MONEY) means the price for something which is available to a buying group." endNonFunctionalProperties // "ABB" Group buying price relation groupMemberBuyingPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf discountPrice nonFunctionalProperties dc#description hasValue "groupMemberBuyingPrice(THING, MONEY) means a special price for something which is given to a member of a buying group." endNonFunctionalProperties // "ABC" Group member buying price relation prepaymentPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf discountPrice nonFunctionalProperties dc#description hasValue "prepaymentPrice(THING, MONEY) means a special price for something which is given if pre-payment is made for the article ordered." endNonFunctionalProperties // "ABD" Pre-payment price relation retailPriceExTaxes ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf retailPrice nonFunctionalProperties dc#description hasValue "retailPriceExTaxes(THING, MONEY) means the retail price (not including any applicable taxes) for THING. This may be a resalePrice. See retailPrice." endNonFunctionalProperties // "ABE" Retail price - excluding taxes relation basePriceDifference ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost // chargeToBuyer if positive nonFunctionalProperties dc#description hasValue "basePriceDifference(THING, MONEY) means the difference in price between the price of a base article in a Customer Specific Article (CSA) and the price of a component part of the CSA configuration. This value could be positive or negative." endNonFunctionalProperties // "ABM" Base price difference (old EAN Code: BPD) relation alternatePrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf adjustedPrice nonFunctionalProperties dc#description hasValue "alternatePrice(THING, MONEY) means a substitute cost for THING." endNonFunctionalProperties // "ALT" Alternate price relation agreedMinimumRetailPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf retailPrice nonFunctionalProperties dc#description hasValue "agreedMinimumRetailPrice(THING, MONEY) means the retail price (not including any applicable taxes) for THING. This may be a resalePrice. See retailPrice." endNonFunctionalProperties // "AMP" Agreed minimum retail price (EAN Code) relation advicePrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost // chargeToBuyer ?? nonFunctionalProperties dc#description hasValue "advicePrice(THING, MONEY) means an advice price for THING." // ??? endNonFunctionalProperties // "AP" Advice price relation baseArticlePrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "baseArticlePrice(THING, MONEY) means the price of a base article in a Customer Specific Article." // ??? endNonFunctionalProperties // "BAP" Base article price (EAN Code) relation consumerUnitPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf unitPrice nonFunctionalProperties dc#description hasValue "consumerUnitPrice(THING, MONEY) means the price is based on consumer unit." // ??? Is this price per unit? endNonFunctionalProperties // "CU" Consumer unit relation dealerAdjustedPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf adjustedPrice nonFunctionalProperties dc#description hasValue "dealerAdjustedPrice(THING, MONEY) means the price of THING. The necessary or desirable changes that the sales agency makes with respect to the value of the product" endNonFunctionalProperties // "DAP" Dealer adjusted price relation estimatedPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "estimatedPrice(THING, MONEY) means that the estimated purchase price for THING (which will later be confirmed) is the MonetaryValue MONEY. " endNonFunctionalProperties // "ES" Estimated price relation estimatedUnitPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf unitPrice nonFunctionalProperties dc#description hasValue "estimatedUnitPrice(THING, MONEY) means that the anticipated purchase price of a single item of THING (which will later be confirmed) is the MonetaryValue MONEY." endNonFunctionalProperties // "EUP" Expected unit price relation grossUnitPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf unitPrice nonFunctionalProperties dc#description hasValue "grossUnitPrice(THING, MONEY) means that the purchase price value of a single item of THING (to which allowances and charges apply) is the MonetaryValue MONEY." endNonFunctionalProperties // "GRP" Gross unit price relation invoiceUnitPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf unitPrice nonFunctionalProperties dc#description hasValue "invoiceUnitPrice(THING, MONEY) means that the purchase price value of a single item of THING (as specified on an invoice) is the MonetaryValue MONEY." endNonFunctionalProperties // "INV" Invoice price relation labelingPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf retailPrice nonFunctionalProperties dc#description hasValue "invoiceUnitPrice(THING, MONEY) means the retail price of the buyer that should be printed by the producer on the article's label is the MonetaryValue MONEY. The labelling price is not necessary the effective retail price. See markedRetailPrice." endNonFunctionalProperties // "LBL" Labelling price relation listPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost nonFunctionalProperties dc#description hasValue "cataloguePrice(THING, MONEY) is the regular list price for THING (no promotions or special discounts applied)." endNonFunctionalProperties // "LIU" List price (EAN Code) relation maximumOrderQuantityPrice/3 // { subConceptOf cyc#TemporallyExistingThing, ofType cyc#MeasurableQuantity, // ofType cyc#MonetaryValue ) nonFunctionalProperties dc#description hasValue "maximumOrderQuantityPrice(PROD_TYPE, QUANTITY, MONEY) means that QUANTITY (an instance of MeasurableQuantity) of the product type PROD_TYPE is the greatest amount which one can buy to receive the price of the specified MonetaryAmount per unit. Note that QUANTITY includes both a _decimal and a UnitOfMeasure -- the UnitOfMeasure for a number is Unity." endNonFunctionalProperties // "MAX" Maximum order quantity price: The greatest amount of goods or services which one can buy to receive a certain value. // Should QUANTITY be broken down to two arguments: UnitOfMeasure, _decimal ? relation minimumOrderQuantityPrice/3 // { subConceptOf cyc#TemporallyExistingThing, ofType cyc#MeasurableQuantity, // ofType cyc#MonetaryValue ) nonFunctionalProperties dc#description hasValue "minimumOrderQuantityPrice(PROD_TYPE, QUANTITY, MONEY) means that QUANTITY (an instance of MeasurableQuantity) of the product type PROD_TYPE is the least amount which one can buy to receive the price of the specified MonetaryAmount per unit. Note that QUANTITY includes both a _decimal and a UnitOfMeasure -- the UnitOfMeasure for a number is Unity." endNonFunctionalProperties // "MIN" Minimum order quantity price relation markedRetailPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf retailPrice nonFunctionalProperties dc#description hasValue "markedRetailPrice(THING, MONEY) means the retail price of a product which has been marked on the product's packaging. This may be a resalePrice. See labelingPrice." endNonFunctionalProperties // "MRP" Marked retail price (EAN Code) relation notToExceedPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf chargeToBuyer nonFunctionalProperties dc#description hasValue "notToExceedPrice(THING, MONEY) means a price which is not to be exceeded for THING." // ??? Counting taxes & charges or gross price??? endNonFunctionalProperties // "NE" Not-to-exceed price relation netUnitPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf unitPrice nonFunctionalProperties dc#description hasValue "netUnitPrice(THING, MONEY) means the unit price to which no allowances and charges apply." // ??? Is this price per unit? endNonFunctionalProperties // "NTP" Net unit price relation prepaidFreightCharges ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf supplimentalCharge nonFunctionalProperties dc#description hasValue "prepaidFreightCharges(THING, MONEY) means that MONEY is the cost of shipping to be paid before the goods are shipped." endNonFunctionalProperties // "PPD" Prepaid freight charges relation provisionalUnitPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf unitPrice nonFunctionalProperties dc#description hasValue "provisionalUnitPrice(THING, MONEY) means the price per unit of quantity of a product as provisionally agreed is/was MONEY. See provisionalPrice" endNonFunctionalProperties // "PPR" Provisional price // !!! ???? Is this the same as provisionalPrice ???? relation promotionalPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf specialBuyPrice nonFunctionalProperties dc#description hasValue "promotionalPrice(THING, MONEY) means the value that is placed on an item that is being developed. The idea is to sell this product for less than one normally would, and make up for it by selling a larger quantity." endNonFunctionalProperties // "PRP" Promotional price relation quotedUnitPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf unitPrice nonFunctionalProperties dc#description hasValue "quotedPrice(THING, MONEY) means the price per unit of quantity of a product as specified in a quote is/was MONEY." endNonFunctionalProperties // "QTE" Quote price relation statutoryMinimumRetailPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf retailPrice nonFunctionalProperties dc#description hasValue "statutoryMinimumRetailPrice(THING, MONEY) means the minimum retail price (not including any applicable taxes) for THING as determined by law. See retailPrice." endNonFunctionalProperties // "SMP" Statutory minimum price (EAN Code) relation tradedUnitPrice ( ofType cyc#TemporallyExistingThing, ofType cyc#MonetaryValue) subRelationOf cyc#cost nonFunctionalProperties dc#description hasValue "tradedUnitPrice(THING, MONEY) means the price of a traded unit of THING is MONEY." // I am assuming this means that the unit is not specified. endNonFunctionalProperties // "TU" Traded unit /* // Price qualifier // DE_5125 http://www.gs1.se/EANCOM_2002/ean02s4/experts/part3/dc6r.htm // complete for EANCOM "1E" Calculation net - includin taxes (EAN Code) "AAA" Calculation net - The price stated is the net price including allowances/charges. Allowances/charges may be stated for information only. "AAB" Calculation gross - The price stated is the gross price to which allowances/charges must be applied. "GRE" Calculation gross (old EAN Code -- now AAB) "AAE" Information price, excluding allowances or charges, including taxes "AAF" Information price, excluding allowances or charges and taxes "ABP" Average buy price (EDIFICE code) "CAL" Calculation price "INF" Information EDIFACT also includes: "AAC" Allowances and charges not included, tax included The price does not include the allowances and charges, but includes the taxes. "AAD" Average selling price of a product. "AAG" Additive unit price component: A code to indicate that the price described is an additive component of the total price. "INV" Invoice price: Referenced price taken from an invoice. // Price type // DE_5375 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc76.htm // complete for EANCOM "AE" Range dependent price "CA" Catalogue price "BY" Buyer (EDIFICE code) "CO" Competitor (EDIFICE code) "CP" Current price (EDIFICE code) "CT" Contract: Basis contract cost "DI" Distributor: Distributor non-contract "DR" Dealer (EDIFICE code) "NC" No charge (EDIFICE code) "NBP" New buy price (EDIFICE code) "NNG" Not negotiable (EDIFICE code) "PV" Provisional price "QT" Quoted "RES" Resale price (EDIFICE code) "SBP" Special buy price (EDIFICE code) "SR" Suggested retail "TB" To be negotiated // Price specification // DE_5387 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc78.htm // complete for EANCOM "AAB" Price includes tax "AAC" Buyer suggested retail price "AAE" Not subject to fluctuation "AAF" Subject to escalation "AAG" Subject to price adjustment "AAK" New price "AAL" Old price "ABA" Individual buyer price "ABB" Group buying price "ABC" Group member buying price "ABD" Pre-payment price "ABE" Retail price - excluding taxes "ABF" Suggested retail price - excluding taxes "ABM" Base price difference (old EAN Code: BPD) "ALT" Alternate price "AMP" Agreed minimum retail price (EAN Code) "AP" Advice price "BAP" Base article price (EAN Code) "CON" Contract price: Basis contract cost "CP" Current price "CU" Consumer unit "DAP" Dealer adjusted price "DIS" Distributor price: Distributor non-contract "DPR" Discount price "DR" Dealer price "ES" Estimated price "EUP" Expected unit price "GRP" Gross unit price "INV" Invoice price "LBL" Labelling price "LIU" List price (EAN Code) "MAX" Maximum order quantity price "MIN" Minimum order quantity price "MRP" Marked retail price (EAN Code) "NE" Not-to-exceed price "NTP" Net unit price "PPD" Prepaid freight charges "PPR" Provisional price "PRP" Promotional price "QTE" Quote price "RTP" Retail price "SMP" Statutory minimum price (EAN Code) "SRP" Suggested retail price "TU" Traded unit */