US20030023567A1 - Method and system for dynamic pricing - Google Patents

Method and system for dynamic pricing Download PDF

Info

Publication number
US20030023567A1
US20030023567A1 US09/911,994 US91199401A US2003023567A1 US 20030023567 A1 US20030023567 A1 US 20030023567A1 US 91199401 A US91199401 A US 91199401A US 2003023567 A1 US2003023567 A1 US 2003023567A1
Authority
US
United States
Prior art keywords
price
calculator
item
dynamic
pricing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US09/911,994
Inventor
Joseph Berkovitz
Tareef Kawaf
Robert Mason
Graham Mather
Joshua Spiewak
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Art Technology Group Inc
Original Assignee
Art Technology Group Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Art Technology Group Inc filed Critical Art Technology Group Inc
Priority to US09/911,994 priority Critical patent/US20030023567A1/en
Assigned to ART TECHNOLOGY GROUP, INC. reassignment ART TECHNOLOGY GROUP, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SPIEWAK, JOSHUA S., BERKOVITZ, JOSEPH H., KAWAF, TAREEF S., MASON, ROBERT H., MATHER, GRAHAM L.
Publication of US20030023567A1 publication Critical patent/US20030023567A1/en
Priority to US11/896,552 priority patent/US8762294B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0283Price estimation or determination
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising

Definitions

  • This invention relates to computer systems and, more particularly, to computer systems for generating dynamic pricing information.
  • Dynamic pricing is accomplished through the use of at least one dynamic calculator, which performs calculations based upon conditional rules.
  • the system may include at least one static calculator.
  • Static calculators can include pre-calculators and/or post-processing calculators. Pre-calculators determine an initial price, such as a list price or a sale price. Alternatively, a module may be used to set an initial price. Post-processing calculators make final adjustments based on a price generation algorithm, such as rounding the price to the nearest $0.99.
  • Each dynamic calculator uses rules-based methodology to dynamically determine discounts to the initial price determined by the pre-calculators.
  • Each dynamic calculator is made up of a qualifier and a discount calculator.
  • the qualifier applies rules to determine if an item is qualified to receive a discount.
  • the rules for qualification generally comprise a condition that must be satisfied. Rules sometimes also include a target upon which to apply the discount. If an item is determined to be qualified to receive a discount, the discount calculator applies it to the price.
  • FIG. 1 is a block diagram of components of the pricing system according to an embodiment of the invention.
  • FIG. 2 is a block diagram of a pricing engine according to an embodiment of the invention.
  • FIG. 3 is a block diagram of a pre-calculator operation according to an embodiment of the invention.
  • FIG. 4 is a block diagram of a post-processing calculator operation according to an embodiment of the invention.
  • FIG. 5 is a block diagram of a discount calculator operation according to an embodiment of the invention.
  • FIG. 6 is a diagram of steps performed during a qualifier operation according to an embodiment of the invention.
  • a computer system for customized pricing 10 includes a customer terminal, such as a PC, where a customer can access a web browser 30 .
  • the web browser 30 is connected via software and hardware that is well known to those skilled in the art to a commerce server 40 .
  • the commerce server 40 is also connected through hardware and software known to those skilled in the art to at least one pricing engine 50 .
  • the customer decides to shop on the Internet, he accesses a web site on a browser 30 that sells products of interest to him. The customer then selects items that he may be interested in purchasing and makes a request to the commerce server 40 .
  • the request may be one of several, such as a request to view a product and the price of the product on the browser or, perhaps, a request to view an entire shopping cart total for the items selected.
  • the commerce server 40 consults the pricing engines 50 , where a price for the item is determined. Details of this pricing procedure will be addressed below. Once a price is determined, the price is fed through the commerce server 40 , and a response is provided to the customer with a specific price for that item.
  • FIG. 2 provides an overview of the pricing engines.
  • a preferred embodiment of the system includes four pricing engines, but any number of engines may be provided.
  • there is an “items” engine that calculates a price for a particular item there is an “items” engine that calculates a price for a particular item, a “shipping” engine that calculates the shipping price of a particular item, a “tax” engine that calculates the applicable tax for a particular item, and an “order engine” that determines the price for all items in the order as well as any shipping costs and applicable taxes.
  • Each separate pricing engine can apply separate discounts to the order.
  • the particular engines included in the system and the determination of which engines will be consulted during a transaction are determined by the website designer. For example, the items engine may display dynamically discounted prices to a customer as the customer browses the site, before the customer has indicated a desire to purchase anything.
  • Each pricing engine is generally made up of a series of calculators that perform different functions in calculating the price.
  • Price information which will ultimately provide the price output from the pricing engine, begins in the engine as a blank slate. As it interacts with each system calculator, it includes the most recent price calculation.
  • pre-calculators 60 replace the blank Price Information (PI) with an initial price, typically a list price, for the item without any discounting. This can be a price from a typical look-up table, as described in the Background section.
  • PI Price Information
  • Pre-calculators perform only static calculations, which are calculations that are not conditioned on anything. For example, sale prices of items are static calculations because they apply regardless of the conditions under which the order is placed.
  • a first pre-calculator can apply the list price I 1 to the item and a second pre-calculator can apply a sale price I 2 to the same item.
  • the current price information (PI) is the value of the initial price (I N ) 65 .
  • PI current price information
  • PI Price Information
  • this final Price Information includes the price of the order, the price breakdown of all items in the order including any shipping and tax costs, and the price calculation history that details everything that happened to the price as it was adjusted by the various calculators.
  • This pricing metadata would thus include calculations made to the price and the rules used to calculate the price. As such, it can be very useful if a customer subsequently changes the order and a new price must be recompiled. Assuming the rules still exist, they may simply be re-run to determine the new price. If, however, any of the rules had changed in the interim (e.g., because of the later date), the revised rules would be run. Some or all of the Price Information typically would be sent to the user, and some or all of the Price Information typically is stored by the pricing engine or the server for later use.
  • the final Price Information (PI) may be different depending on the pricing engine involved and the needs of the particular application. For example, for the “items” pricing engine, the final Price Information may only include the price of an item purchased as well as the price calculation history for that single item.
  • a Price Environment describes the state of the commerce server with respect to a particular user at the time the price is being generated. This environment may include details of the possible transaction, such as the customer profile, which is all information gathered about the user; the locality of the possible purchase, which includes specific geographical information such as the appropriate language and currency to apply; the order at issue, which is shopping cart information including items selected and the shipping information; the products in the order; and the rules governing the discounts to be applied to the order.
  • the Price Environment is sent with the blank Price Information (PI) to the pre-calculators 60 to determine the initial prices for items in the order.
  • PI Price Information
  • the current Price Information (I N ) is then sent to the discount calculators 70 where the discount rules are applied to the items. Again, there may be multiple discount calculators that each apply a separate rule to the Price Information.
  • the discounted Price Information (D N ) is sent to the post-processor calculators 80 where the prices are adjusted in accordance with selected algorithms.
  • the final Price Information (P N ) 95 is output from the pricing engine 50 . This entire operation can be implemented with software, which can be provided on media such as magnetic or optical disks.
  • the Price Environment (PE) 90 and the current Price Information (I N ) 65 is input to the series of discount calculators 70 from the pre-calculators 60 .
  • the operation of a single discount calculator will be described.
  • many discount calculators may be applied.
  • the Price Environment passes through the discount calculators to a qualifier operation 110 , which applies the rules of the particular Price Environment and will be described in detail with respect to FIG. 6.
  • the rules determine the situations when it is appropriate to allow the discount calculator to perform a calculation.
  • the rule may require a ten percent discount to be applied to blue shirts when the customer has purchased more than four items.
  • the discount is applied to the blue shirts.
  • this rule has two parts, a condition and a target. If both parts are present in the rule, both must be satisfied for the rule to apply.
  • the condition is what is required for the discount to be applied.
  • the target is the particular item or items that will be discounted.
  • the target is blue shirts.
  • both the condition and the target are satisfied, and the ten percent discount can be applied in the discount calculator.
  • a rule may only have a condition, and not a target. For example, if an order has more than four items, discount everything ten percent.
  • the particular rules are input by a site designer in a pricing model description language via a user interface.
  • Rules-based pricing permits many advantages. It allows for tremendous flexibility in determining what should be discounted and what the discount should be. It can determine whether every user gets a discount (e.g., a ten percent discount on red items) or if only certain users get a selective discount if they perform a specific task (e.g., a ten percent discount if the order has more than four items). Rules may also implement personal coupons or promotions that are targeted to the customer, and may incorporate specific dates upon which a discount is to be applied.
  • Rules also allow for categorical discounting. They are not necessarily tied to the particular items, but also can be based upon metadata about the items (e.g., the color of the item).
  • a rules-based system allows a rule to be applied to all products sold on the web site. For example, if a rule allows discounting of red items on Valentine's Day, it will be applied to all red items sold on the site. This avoids a need to price each item individually, with discounts to items being made item by item. This categorical discounting may even be applied to items that are added to the site in the future.
  • the qualifier operation 110 begins by inputting the Price Environment 120 .
  • the qualifier extracts a rule from the Price Environment 130 .
  • the extracted rule is stored in a database field in text format, such as XML.
  • the rule is then transformed 140 into an executable rule 150 , which is in a format to allow for the execution of the rule, such as Java.
  • the rule is then evaluated to determine whether the Price Environment meets the rule condition 160 . If no items meet this condition 170 , the output of the qualifier indicates to the discount calculators that no prices are to be modified 175 . If the condition is met 180 , the rule is evaluated to determine whether the target exists in the Price Environment 190 . If no target items exist 200 , then the output of the qualifier indicates to the discount calculators that no prices are to be modified 175 . If the target item does exist 210 , then the output of the qualifier provides a set of items to the discount calculators in which the prices must be modified according to the rule 220 .
  • each pricing engine there may be different calculators.
  • the static and dynamic operations be performed on separate calculators.
  • a single calculator may be capable of both static and dynamic calculations.
  • pre-calculators to set the initial price.
  • a module having a fixed price operation could be used to set the blank Price Information to an initial price, and then dynamic calculators could modify that price as appropriate.
  • the Price Environment may include different information, as might the Price Information. Accordingly, the invention is limited only by the following claims and equivalents thereto.

Abstract

A computer system and method for dynamic pricing is described. The system includes at least one dynamic calculator, which performs calculations based upon conditional rules.

Description

    FIELD OF THE INVENTION
  • This invention relates to computer systems and, more particularly, to computer systems for generating dynamic pricing information. [0001]
  • BACKGROUND OF THE INVENTION
  • Various computer pricing mechanisms have been available to date. Typically, these have used a static pricing scheme such as a look-up table of pre-priced items. In such a scheme, each item in a store would have a price and a percentage discount stored in the look-up table. If a customer purchased an item, the system would determine the price of the particular item and whether a discount is to be applied to that item, and calculate a price. If the price of the item changed, or if the discount to the item changed, the look-up table would have to be updated. This would be required for every item on the list. [0002]
  • SUMMARY OF THE INVENTION
  • According to the present invention, a method and system for dynamic pricing is described. Dynamic pricing is accomplished through the use of at least one dynamic calculator, which performs calculations based upon conditional rules. [0003]
  • In preferred embodiments, the system may include at least one static calculator. Static calculators can include pre-calculators and/or post-processing calculators. Pre-calculators determine an initial price, such as a list price or a sale price. Alternatively, a module may be used to set an initial price. Post-processing calculators make final adjustments based on a price generation algorithm, such as rounding the price to the nearest $0.99. [0004]
  • Between the pre- and post-calculators is at least one dynamic calculator that uses rules-based methodology to dynamically determine discounts to the initial price determined by the pre-calculators. Each dynamic calculator is made up of a qualifier and a discount calculator. The qualifier applies rules to determine if an item is qualified to receive a discount. The rules for qualification generally comprise a condition that must be satisfied. Rules sometimes also include a target upon which to apply the discount. If an item is determined to be qualified to receive a discount, the discount calculator applies it to the price.[0005]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of components of the pricing system according to an embodiment of the invention; [0006]
  • FIG. 2 is a block diagram of a pricing engine according to an embodiment of the invention; [0007]
  • FIG. 3 is a block diagram of a pre-calculator operation according to an embodiment of the invention; [0008]
  • FIG. 4 is a block diagram of a post-processing calculator operation according to an embodiment of the invention; [0009]
  • FIG. 5 is a block diagram of a discount calculator operation according to an embodiment of the invention; and [0010]
  • FIG. 6 is a diagram of steps performed during a qualifier operation according to an embodiment of the invention.[0011]
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
  • As shown in FIG. 1, a computer system for customized [0012] pricing 10 includes a customer terminal, such as a PC, where a customer can access a web browser 30. The web browser 30 is connected via software and hardware that is well known to those skilled in the art to a commerce server 40. The commerce server 40 is also connected through hardware and software known to those skilled in the art to at least one pricing engine 50.
  • When the customer decides to shop on the Internet, he accesses a web site on a [0013] browser 30 that sells products of interest to him. The customer then selects items that he may be interested in purchasing and makes a request to the commerce server 40. The request may be one of several, such as a request to view a product and the price of the product on the browser or, perhaps, a request to view an entire shopping cart total for the items selected. Once such a request is made, the commerce server 40 consults the pricing engines 50, where a price for the item is determined. Details of this pricing procedure will be addressed below. Once a price is determined, the price is fed through the commerce server 40, and a response is provided to the customer with a specific price for that item.
  • FIG. 2 provides an overview of the pricing engines. A preferred embodiment of the system includes four pricing engines, but any number of engines may be provided. In this particular embodiment (not shown), there is an “items” engine that calculates a price for a particular item, a “shipping” engine that calculates the shipping price of a particular item, a “tax” engine that calculates the applicable tax for a particular item, and an “order engine” that determines the price for all items in the order as well as any shipping costs and applicable taxes. Each separate pricing engine can apply separate discounts to the order. The particular engines included in the system and the determination of which engines will be consulted during a transaction are determined by the website designer. For example, the items engine may display dynamically discounted prices to a customer as the customer browses the site, before the customer has indicated a desire to purchase anything. [0014]
  • Each pricing engine is generally made up of a series of calculators that perform different functions in calculating the price. Price information (PI), which will ultimately provide the price output from the pricing engine, begins in the engine as a blank slate. As it interacts with each system calculator, it includes the most recent price calculation. [0015]
  • In a preferred embodiment, there are three types of calculators. As depicted in FIGS. 2 and 3, pre-calculators [0016] 60 replace the blank Price Information (PI) with an initial price, typically a list price, for the item without any discounting. This can be a price from a typical look-up table, as described in the Background section. Pre-calculators perform only static calculations, which are calculations that are not conditioned on anything. For example, sale prices of items are static calculations because they apply regardless of the conditions under which the order is placed. A series of pre-calculators can be used to apply a series of static calculations to obtain a series of initial prices Ix (Ix=I1 to IN, where N is the number of calculators used). For example, a first pre-calculator can apply the list price I1 to the item and a second pre-calculator can apply a sale price I2 to the same item. Thus, when the pre-calculation is complete, the current price information (PI) is the value of the initial price (IN) 65.
  • The second series of calculators, [0017] discount calculators 70, determine what, if any, discounts are to be applied to the item. “Discounts,” here, is used generically and may include either price reductions or price additions. Discount calculators operate on dynamic rules-based methodologies, which will be described in detail below with respect to FIGS. 5 and 6. The rules dynamically determine whether the prices of certain items need to be adjusted from the initial price, and the discount calculators perform that function. A series of discount calculators calculate a series of discount prices Dx (Dx=D1 to DN) by performing the rules-based calculations on the initial price (IN) to calculate a final discount price (DN). This price is output from the discount calculators as the current price information (PI).
  • Finally, as depicted in FIGS. 2 and 4, [0018] post-processor calculators 80 modify the discount price (DN) 75 based upon price generation algorithms 100 decided upon by the site designer. For example, an algorithm may round all prices to the nearest $0.99 to make them appear less expensive, or discount the items 15 percent. Accordingly, these post-processing calculators perform static calculations, similar to the pre-calculators. Each separate algorithm is performed by a separate post-processing calculator, and the price information (PI) is updated for each post-processing calculated price Px (Px=P1 to PN). Thus, the output of the post-processing calculators PN (85) is part of the final Price Information (PI) that is output from the pricing engine 50 and sent to the user.
  • In one embodiment, this final Price Information (PI) includes the price of the order, the price breakdown of all items in the order including any shipping and tax costs, and the price calculation history that details everything that happened to the price as it was adjusted by the various calculators. This pricing metadata would thus include calculations made to the price and the rules used to calculate the price. As such, it can be very useful if a customer subsequently changes the order and a new price must be recompiled. Assuming the rules still exist, they may simply be re-run to determine the new price. If, however, any of the rules had changed in the interim (e.g., because of the later date), the revised rules would be run. Some or all of the Price Information typically would be sent to the user, and some or all of the Price Information typically is stored by the pricing engine or the server for later use. [0019]
  • In other embodiments, the final Price Information (PI) may be different depending on the pricing engine involved and the needs of the particular application. For example, for the “items” pricing engine, the final Price Information may only include the price of an item purchased as well as the price calculation history for that single item. [0020]
  • The operation of the pricing engine will be described generally with respect to FIG. 2. Aspects of a Price Environment (PE) [0021] 90 are formulated in the commerce server 40 (FIG. 1) and input into the pricing engine 50. A Price Environment describes the state of the commerce server with respect to a particular user at the time the price is being generated. This environment may include details of the possible transaction, such as the customer profile, which is all information gathered about the user; the locality of the possible purchase, which includes specific geographical information such as the appropriate language and currency to apply; the order at issue, which is shopping cart information including items selected and the shipping information; the products in the order; and the rules governing the discounts to be applied to the order.
  • Once in the pricing engine, the Price Environment (PE) is sent with the blank Price Information (PI) to the pre-calculators [0022] 60 to determine the initial prices for items in the order. As depicted in FIG. 2, there may be multiple pre-calculators acting upon the Price Information (PI). The current Price Information (IN) is then sent to the discount calculators 70 where the discount rules are applied to the items. Again, there may be multiple discount calculators that each apply a separate rule to the Price Information. Finally, the discounted Price Information (DN) is sent to the post-processor calculators 80 where the prices are adjusted in accordance with selected algorithms. After passing through the post-processing calculators, the final Price Information (PN) 95 is output from the pricing engine 50. This entire operation can be implemented with software, which can be provided on media such as magnetic or optical disks.
  • Details of the operation of the [0023] discount calculators 70 are described with respect to FIGS. 5 and 6. As described above, the Price Environment (PE) 90 and the current Price Information (IN) 65 is input to the series of discount calculators 70 from the pre-calculators 60. In this section, the operation of a single discount calculator will be described. Of course, in accordance with the invention as described above, many discount calculators may be applied. The Price Environment passes through the discount calculators to a qualifier operation 110, which applies the rules of the particular Price Environment and will be described in detail with respect to FIG. 6.
  • The rules determine the situations when it is appropriate to allow the discount calculator to perform a calculation. For example, the rule may require a ten percent discount to be applied to blue shirts when the customer has purchased more than four items. Thus, when the order “qualifies” for the discount by including five items, the discount is applied to the blue shirts. As is evident, this rule has two parts, a condition and a target. If both parts are present in the rule, both must be satisfied for the rule to apply. The condition is what is required for the discount to be applied. Here, the condition is satisfied if the customer purchases five or more items. The target is the particular item or items that will be discounted. Here, the target is blue shirts. In this instance, both the condition and the target are satisfied, and the ten percent discount can be applied in the discount calculator. Alternatively, a rule may only have a condition, and not a target. For example, if an order has more than four items, discount everything ten percent. [0024]
  • In one embodiment, the particular rules are input by a site designer in a pricing model description language via a user interface. Rules-based pricing permits many advantages. It allows for tremendous flexibility in determining what should be discounted and what the discount should be. It can determine whether every user gets a discount (e.g., a ten percent discount on red items) or if only certain users get a selective discount if they perform a specific task (e.g., a ten percent discount if the order has more than four items). Rules may also implement personal coupons or promotions that are targeted to the customer, and may incorporate specific dates upon which a discount is to be applied. [0025]
  • Rules also allow for categorical discounting. They are not necessarily tied to the particular items, but also can be based upon metadata about the items (e.g., the color of the item). A rules-based system allows a rule to be applied to all products sold on the web site. For example, if a rule allows discounting of red items on Valentine's Day, it will be applied to all red items sold on the site. This avoids a need to price each item individually, with discounts to items being made item by item. This categorical discounting may even be applied to items that are added to the site in the future. [0026]
  • Turning back to the operation of the system, the steps of the qualifier operation are described in more detail in FIG. 6. The [0027] qualifier operation 110 begins by inputting the Price Environment 120. Next, the qualifier extracts a rule from the Price Environment 130. In one embodiment, the extracted rule is stored in a database field in text format, such as XML. The rule is then transformed 140 into an executable rule 150, which is in a format to allow for the execution of the rule, such as Java.
  • The rule is then evaluated to determine whether the Price Environment meets the [0028] rule condition 160. If no items meet this condition 170, the output of the qualifier indicates to the discount calculators that no prices are to be modified 175. If the condition is met 180, the rule is evaluated to determine whether the target exists in the Price Environment 190. If no target items exist 200, then the output of the qualifier indicates to the discount calculators that no prices are to be modified 175. If the target item does exist 210, then the output of the qualifier provides a set of items to the discount calculators in which the prices must be modified according to the rule 220.
  • Returning to FIG. 5, when the set of items to be discounted are input to the [0029] discount calculators 70, they are matched to the Price Information (IN) 65 that was input from the pre-calculators. The prices of those items are then modified in accordance with the rule to result in modified price (DN) 75. The Price Information now contains the modified price, which is then output to the post-processing calculators for further processing, as described above.
  • While there have been shown and described examples of the present invention, it will be readily apparent to those skilled in the art that various changes and modifications may be made therein without departing from the scope of the invention as defined by the appended claims. The preferred embodiments have been described in terms of a web-based system, but the invention is equally applicable to a wireless, phone-based, or any other network-based system. It can even be used in retail stores. [0030]
  • Moreover, there may be different pricing engines applied to an order, and within each pricing engine there may be different calculators. For example, it is not necessary that the static and dynamic operations be performed on separate calculators. A single calculator may be capable of both static and dynamic calculations. Also, it is not necessary to include pre-calculators to set the initial price. A module having a fixed price operation could be used to set the blank Price Information to an initial price, and then dynamic calculators could modify that price as appropriate. In addition, the Price Environment may include different information, as might the Price Information. Accordingly, the invention is limited only by the following claims and equivalents thereto.[0031]

Claims (37)

What is claimed is:
1. A computer system for dynamic pricing comprising:
at least one static calculator for making price calculations that are not conditional; and
at least one dynamic calculator for making price calculations based upon conditional rules.
2. The computer system of claim 1 wherein the at least one static calculator comprises a pre-calculator that determines an initial price.
3. The computer system of claim 1 wherein the at least one static calculator comprises a post-processing calculator that adjusts a determined price according to a price generation algorithm.
4. The computer system of claim 1 wherein the at least one dynamic calculator further comprises a qualifier and a discount calculator.
5. The computer system of claim 4 wherein the qualifier applies rules to determine if an item is qualified to receive a discount.
6. The computer system of claim 5 wherein the rules comprise a condition that must be satisfied for an item to qualify for the discount.
7. The computer system of claim 5 wherein the rules comprise a condition that must be satisfied for an item to qualify for the discount and a target upon which to apply the discount.
8. The computer system of claim 5 wherein the discount calculator applies a discount to an item that is determined to be qualified to receive a discount.
9. The computer system of claim 1 wherein the static calculators further comprise a pre-calculator that determines an initial price and a post-processing calculator that adjusts a determined price according to a price generation algorithm; and
the at least one dynamic calculator further comprises a qualifier and a discount calculator.
10. The computer system of claim 1 wherein the at least one static calculator and the at least one dynamic calculator make up a pricing engine.
11. The computer system of claim 10 further comprising a plurality of pricing engines.
12. The computer system of claim 11 wherein one of the plurality of pricing engines calculates a price for a particular item
13. The computer system of claim 11 wherein one of the plurality of pricing engines calculates a shipping price of a particular item.
14. The computer system of claim 11 wherein one of the plurality of pricing engines calculates an applicable tax amount for a particular item.
15. The computer system of claim 11 wherein one of the plurality of pricing engines calculates an amount comprising a price for all items in an order, shipping costs and applicable taxes for the order.
16. The computer system of claim 10 wherein the pricing engine is connected to a network for determining prices of items for sale over the network.
17. The computer system of claim 16 wherein the network is the Internet.
18. The computer system of claim 16 wherein the network is a wireless network.
19. The computer system of claim 16 wherein the network is telephone-based.
20. A system for dynamic pricing comprising:
at least one static calculator for making price calculations that are not conditional;
at least one dynamic calculator for making price calculations based upon conditional rules,
wherein the dynamic calculator further comprises a qualifier and a discount calculator.
21. A system for dynamic pricing comprising:
at least one static calculator for making price calculations that are not conditional; and
at least one dynamic calculator for making price calculations based upon conditional rules,
wherein the at least one static calculator comprises at least one pre-calculator that determines an initial price.
22. A system for dynamic pricing comprising:
at least one static calculator for making price calculations that are not conditional; and
at least one dynamic calculator for making price calculations based upon conditional rules,
wherein the at least one static calculator comprises at least one post-processing calculator that performs final adjustments to a price based upon a price generation algorithm.
23. A system for dynamic pricing comprising:
at least one static calculator for making price calculations that are not conditional; and
at least one dynamic calculator for making price calculations based upon conditional rules,
wherein the static calculators further comprise a pre-calculator that determines an initial price and a post-processing calculator that adjusts a determined price according to a price generation algorithm; and
the at least one dynamic calculator further comprises a qualifier and a discount calculator.
24. A computer system for dynamic pricing comprising:
a module for setting an initial price on at least one item; and
at least one dynamic calculator for modifying the initial price on the at least one item based upon conditional rules.
25. A method of performing dynamic pricing on at least one item comprising the steps of:
setting an initial price on the at least one item;
performing one of more dynamic price calculations on the at least one item based upon one or more conditional rules,
wherein these two pricing steps yield price information for the at least one item.
26. A method of performing dynamic pricing on at least one item comprising the steps of:
performing one or more static price calculations on the at least one item that are not conditional; and
performing one or more dynamic price calculations on the at least one item based upon one or more conditional rules,
wherein these two price calculation steps yield price information for the at least one item.
27. The method of claim 26 further comprising the step of utilizing elements of a price environment to perform the calculations.
28. The method of claim 26 further comprising outputting price information after the calculations are complete.
29. The method of claim 28 wherein the price information comprises a price calculation history which further comprises one or more of the rules used to calculate the price.
30. The method of claim 29 wherein the price calculation history may be used to recalculate a price in the future.
31. A method of allowing a user to create rules for dynamic pricing comprising the steps of:
providing at least one static calculator for making price calculations that are not conditional;
providing at least one dynamic calculator for making price calculations based upon conditional rules; and
providing a user interface that allows a user to input at least one conditional rule.
32. The method of claim 31 wherein the rule is input in text format.
33. The method of claim 32 further comprising a step of transforming the rule to an executable format.
34. A computer program product, residing on a computer-readable medium, for dynamic pricing, the computer program product comprising instructions for causing a computer to:
set an initial price on at least one item; and
perform dynamic price calculations on the at least one item,
wherein these instructions yield price information for the at least one item.
35. The computer program product of claim 34 wherein the computer-readable medium includes a magnetic disk.
36. The computer program product of claim 34 wherein the computer-readable medium includes an optical disk.
37. A computer program product, residing on a computer-readable medium, for dynamic pricing, the computer program product comprising instructions for causing a computer to:
perform static price calculations on at least one item that are not conditional; and
perform dynamic price calculations on the at least one item based upon conditional rules,
wherein these instructions yield price information for the at least one item.
US09/911,994 2001-07-24 2001-07-24 Method and system for dynamic pricing Abandoned US20030023567A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US09/911,994 US20030023567A1 (en) 2001-07-24 2001-07-24 Method and system for dynamic pricing
US11/896,552 US8762294B2 (en) 2001-07-24 2007-09-04 Method and system for dynamic pricing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/911,994 US20030023567A1 (en) 2001-07-24 2001-07-24 Method and system for dynamic pricing

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/896,552 Continuation US8762294B2 (en) 2001-07-24 2007-09-04 Method and system for dynamic pricing

Publications (1)

Publication Number Publication Date
US20030023567A1 true US20030023567A1 (en) 2003-01-30

Family

ID=25431235

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/911,994 Abandoned US20030023567A1 (en) 2001-07-24 2001-07-24 Method and system for dynamic pricing
US11/896,552 Active 2025-02-11 US8762294B2 (en) 2001-07-24 2007-09-04 Method and system for dynamic pricing

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/896,552 Active 2025-02-11 US8762294B2 (en) 2001-07-24 2007-09-04 Method and system for dynamic pricing

Country Status (1)

Country Link
US (2) US20030023567A1 (en)

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030074278A1 (en) * 2001-10-11 2003-04-17 International Business Machines Corporation Apparatus and method of effectuating real-time price calculations based on user preferences
US20030110066A1 (en) * 2001-12-10 2003-06-12 I2 Technologies Us, Inc. Generating an optimized pricing plan
US20030163378A1 (en) * 2002-02-01 2003-08-28 Podgurny Leonard John System and method for providing a price quotation for a transportation service providing equipment selection capability
US20030163333A1 (en) * 2002-02-01 2003-08-28 Podgurny Leonard John System and method for providing a price quotation for a transportation service providing route selection capability
US20030163331A1 (en) * 2002-02-01 2003-08-28 Podgurny Leonard John System and method for providing a price quotation for a transportation service providing selective price adjustment capabilities based on customer profiles
US20030171940A1 (en) * 2002-02-01 2003-09-11 Podgurny Leonard John System and method for providing a price quotation for a hybrid transportation service
US20040172372A1 (en) * 2003-02-27 2004-09-02 Wells Paul Christopher Automated price management system
US20040176997A1 (en) * 2002-02-01 2004-09-09 Podgurny Leonard John System and method for providing a price quotation for a transportation service having promotional event notification capabilities
US20040210541A1 (en) * 2001-05-04 2004-10-21 Jeremy Epstien User interface for a rules engine and methods therefor
US20050212511A1 (en) * 2004-03-26 2005-09-29 Hiroyuki Kujirai Variable-reluctance resolver and rotational angle sensor using same
US20070299790A1 (en) * 2001-07-24 2007-12-27 Art Technology Group, Inc. Method and system for dynamic pricing
US20080065488A1 (en) * 2006-09-12 2008-03-13 Infineon Technologies Ag Apparatus and method for providing a coupon program
US20080189156A1 (en) * 2007-02-06 2008-08-07 Digital River, Inc. Site Optimizer
US20080201273A1 (en) * 2004-08-31 2008-08-21 Revionics, Inc. Price Optimization System and Process for Recommending Product Price Changes to a User Based on Numerical Endings of Prices
US20080201243A1 (en) * 2002-02-01 2008-08-21 Canadian National Railway Company System and method for providing a price quotation for a transportation service based on equipment ownership
US20090013268A1 (en) * 2007-07-02 2009-01-08 Universal Ad Ltd. Creation Of Visual Composition Of Product Images
US20090222311A1 (en) * 2008-02-29 2009-09-03 International Business Machines Corporation System and method for calculating potential maximal price and share rate
US20090222319A1 (en) * 2008-02-29 2009-09-03 International Business Machines Corporation System and method for calculating piecewise price and incentive
US20090222366A1 (en) * 2008-02-29 2009-09-03 International Business Machines Corporation System and method for generating optimal bill/payment schedule
US20090222297A1 (en) * 2008-02-29 2009-09-03 International Business Machines Corporation System and method for composite pricing of services to provide optimal bill schedule
US7640192B1 (en) 2005-06-16 2009-12-29 Amdocs Software Systems Limited Method and computer program product for dynamic pricing
US7941344B1 (en) * 2006-10-18 2011-05-10 Intuit Inc. Method and apparatus for time incremented purchase price discounting
US20120311008A1 (en) * 2011-06-01 2012-12-06 Microsoft Corporation Smart rounding supporting psychological pricing
WO2017007741A1 (en) * 2015-07-06 2017-01-12 Microsoft Technology Licensing, Llc Extensibility of engines in computing systems
US9811845B2 (en) 2013-06-11 2017-11-07 Sap Se System for accelerated price master database lookup
US20190147470A1 (en) * 2017-11-14 2019-05-16 Yahoo Japan Corporation Information processing apparatus and information processing method
CN111178927A (en) * 2018-11-11 2020-05-19 千寻位置网络有限公司 Multi-dimension and strategy-based commodity pricing method and system

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2370065A1 (en) * 2002-02-01 2003-08-01 Canadian National Railway Company System and method for providing a price quotation for a transportation service providing selective price adjustment capabilities
WO2006004621A2 (en) * 2004-06-25 2006-01-12 Cascade Consulting Partners, Inc. System for effecting customized pricing for goods or services
US8762293B2 (en) * 2006-12-28 2014-06-24 Sap Ag Condition data management
US8706528B2 (en) * 2008-07-09 2014-04-22 Alexander Laurence Johnson Pricing and distribution of medical diagnostics
US20120226585A1 (en) * 2011-03-01 2012-09-06 Kogan Technologies Pty Ltd Method and Apparatus for Dynamic Online Pricing
US20140188751A1 (en) * 2012-12-28 2014-07-03 Sap Ag System and method for managing multiple transportation agreements
RU170133U1 (en) * 2016-06-10 2017-04-14 Алексей Борисович Ситкин PRICE DISPLAY DEVICE
US10832268B2 (en) 2017-01-19 2020-11-10 International Business Machines Corporation Modeling customer demand and updating pricing using customer behavior data

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4351033A (en) * 1979-03-07 1982-09-21 Tokyo Electric Co., Ltd. Postal charge processing system wherein postal condition data is saved and reused for the next postal parcel
US5987429A (en) * 1997-12-16 1999-11-16 Sun Microsystems, Inc. Computer-based fee processing for electronic commerce
US6058373A (en) * 1996-10-16 2000-05-02 Microsoft Corporation System and method for processing electronic order forms
US6195646B1 (en) * 1997-05-13 2001-02-27 Data Junction Corp System and method for facilitating the valuation and purchase of information
US6876975B1 (en) * 2000-08-30 2005-04-05 Ncr Corporation System and method for handling alternate information on electronic price labels

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5758097A (en) * 1990-12-20 1998-05-26 Americus Stock Process Corp. System for voting stock component interests
US5664111A (en) * 1994-02-16 1997-09-02 Honicorp, Inc. Computerized, multimedia, network, real time, interactive marketing and transactional system
US5897429A (en) * 1997-11-26 1999-04-27 Triquest Corporation Injection molding seat lapping device
AU3085799A (en) * 1998-03-12 1999-09-27 Dmw Worldwide, Inc. Operational system for operating on client defined rules
US7343319B1 (en) * 1999-07-09 2008-03-11 Walker Digital, Llc Multi-tier pricing of individual products based on volume discounts
US7912761B2 (en) * 1999-08-27 2011-03-22 Tech Venture Associates, Inc. Initial product offering system and method
US7630986B1 (en) * 1999-10-27 2009-12-08 Pinpoint, Incorporated Secure data interchange
AUPQ628900A0 (en) * 2000-03-16 2000-04-15 Ip3 Systems Pty Ltd E-commerce facilitation
AU2001284842A1 (en) * 2000-08-10 2002-02-18 The Debt Exchange, Inc. Systems and methods for trading and originating financial products using a computer network
US20030023567A1 (en) * 2001-07-24 2003-01-30 Berkovitz Joseph H. Method and system for dynamic pricing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4351033A (en) * 1979-03-07 1982-09-21 Tokyo Electric Co., Ltd. Postal charge processing system wherein postal condition data is saved and reused for the next postal parcel
US6058373A (en) * 1996-10-16 2000-05-02 Microsoft Corporation System and method for processing electronic order forms
US6195646B1 (en) * 1997-05-13 2001-02-27 Data Junction Corp System and method for facilitating the valuation and purchase of information
US5987429A (en) * 1997-12-16 1999-11-16 Sun Microsystems, Inc. Computer-based fee processing for electronic commerce
US6876975B1 (en) * 2000-08-30 2005-04-05 Ncr Corporation System and method for handling alternate information on electronic price labels

Cited By (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040210541A1 (en) * 2001-05-04 2004-10-21 Jeremy Epstien User interface for a rules engine and methods therefor
US8762294B2 (en) * 2001-07-24 2014-06-24 Oracle Otc Subsidiary Llc Method and system for dynamic pricing
US20070299790A1 (en) * 2001-07-24 2007-12-27 Art Technology Group, Inc. Method and system for dynamic pricing
US20030074278A1 (en) * 2001-10-11 2003-04-17 International Business Machines Corporation Apparatus and method of effectuating real-time price calculations based on user preferences
US20030110066A1 (en) * 2001-12-10 2003-06-12 I2 Technologies Us, Inc. Generating an optimized pricing plan
US8494887B2 (en) * 2001-12-10 2013-07-23 Jda Software Group, Inc. Generating an optimized pricing plan
US7421397B2 (en) 2002-02-01 2008-09-02 Canadian National Railway Company System and method for providing a price quotation for a transportation service providing route selection capability
US20030163333A1 (en) * 2002-02-01 2003-08-28 Podgurny Leonard John System and method for providing a price quotation for a transportation service providing route selection capability
US7792762B2 (en) 2002-02-01 2010-09-07 Canadian National Railway Company System and method for providing a price quotation for a transportation service providing route selection capability
US7814028B2 (en) 2002-02-01 2010-10-12 Canadian National Railway Company System and method for providing a price quotation for a transportation service based on equipment ownership
US20030171940A1 (en) * 2002-02-01 2003-09-11 Podgurny Leonard John System and method for providing a price quotation for a hybrid transportation service
US7343300B2 (en) 2002-02-01 2008-03-11 Canadian National Railway Company System and method for providing a price quotation for a hybrid transportation service
US10268981B2 (en) 2002-02-01 2019-04-23 Canadian National Railway Company System and method for providing a price quotation for a transportation service providing equipment selection capability
US9336507B2 (en) 2002-02-01 2016-05-10 Canadian National Railway Company System and method for providing a price quotation for a transportation service providing equipment selection capability
US20030163331A1 (en) * 2002-02-01 2003-08-28 Podgurny Leonard John System and method for providing a price quotation for a transportation service providing selective price adjustment capabilities based on customer profiles
US20080201243A1 (en) * 2002-02-01 2008-08-21 Canadian National Railway Company System and method for providing a price quotation for a transportation service based on equipment ownership
US9141922B2 (en) 2002-02-01 2015-09-22 Canasian National Railway Company System and method for providing a price quotation for a transportation service providing equipment selection capability
US20040176997A1 (en) * 2002-02-01 2004-09-09 Podgurny Leonard John System and method for providing a price quotation for a transportation service having promotional event notification capabilities
US7680674B2 (en) 2002-02-01 2010-03-16 Canadian National Railway Company System and method for providing a price quotation for a transportation service having promotional event notification capabilities
US20080270325A1 (en) * 2002-02-01 2008-10-30 Canadian National Railway Company System and method for providing a price quotation for a transportation service providing route selection capability
US8700500B2 (en) 2002-02-01 2014-04-15 Canadian National Railway Company System and method for providing a price quotation for a transportation service providing equipment selection capability
US7539650B2 (en) 2002-02-01 2009-05-26 Canadian National Railway Company System and method for providing a price quotation for a transportation service providing equipment selection capability
US20090204508A1 (en) * 2002-02-01 2009-08-13 Canadian National Railway Company System and method for providing a price quotation for a transportation service providing equipment selection capability
US20030163378A1 (en) * 2002-02-01 2003-08-28 Podgurny Leonard John System and method for providing a price quotation for a transportation service providing equipment selection capability
US8306851B2 (en) * 2003-02-27 2012-11-06 Murphy Oil Usa, Inc. Automated price management system
US20040172372A1 (en) * 2003-02-27 2004-09-02 Wells Paul Christopher Automated price management system
US20050212511A1 (en) * 2004-03-26 2005-09-29 Hiroyuki Kujirai Variable-reluctance resolver and rotational angle sensor using same
US20080201273A1 (en) * 2004-08-31 2008-08-21 Revionics, Inc. Price Optimization System and Process for Recommending Product Price Changes to a User Based on Numerical Endings of Prices
US20080201272A1 (en) * 2004-08-31 2008-08-21 Revionics, Inc. Price Optimization System and Process for Recommending Product Price Changes to a User Based on Analytic Modules Calculating Price Recommendations Independently
US20080201271A1 (en) * 2004-08-31 2008-08-21 Revionics, Inc. Price Optimization System and Process for Recommending Product Price Changes to a User Based on Unit Size, Price and Margin
US7853473B2 (en) 2004-08-31 2010-12-14 Revionics, Inc. Market-based price optimization system
US8463639B2 (en) 2004-08-31 2013-06-11 Revionics, Inc. Market-based price optimization system
US8234225B2 (en) 2004-08-31 2012-07-31 Revionics, Inc. Price optimization system and process for recommending product price changes to a user based on analytic modules calculating price recommendations independently
US7966221B1 (en) 2005-06-16 2011-06-21 Amdocs Software Systems Limited System, method and computer program product for dynamic pricing
US7640192B1 (en) 2005-06-16 2009-12-29 Amdocs Software Systems Limited Method and computer program product for dynamic pricing
US20080065488A1 (en) * 2006-09-12 2008-03-13 Infineon Technologies Ag Apparatus and method for providing a coupon program
US7941344B1 (en) * 2006-10-18 2011-05-10 Intuit Inc. Method and apparatus for time incremented purchase price discounting
US8160909B2 (en) 2007-02-06 2012-04-17 Digital River, Inc. Site optimizer
US20080189156A1 (en) * 2007-02-06 2008-08-07 Digital River, Inc. Site Optimizer
US20090013268A1 (en) * 2007-07-02 2009-01-08 Universal Ad Ltd. Creation Of Visual Composition Of Product Images
US8055530B2 (en) 2008-02-29 2011-11-08 International Business Machines Corporation System and method for composite pricing of services to provide optimal bill schedule
US8180691B2 (en) 2008-02-29 2012-05-15 International Business Machines Corporation System and method for generating optimal bill/payment schedule
US20110213689A1 (en) * 2008-02-29 2011-09-01 International Business Machines Corporation System and method for generating optimal bill/payment schedule
US20090222319A1 (en) * 2008-02-29 2009-09-03 International Business Machines Corporation System and method for calculating piecewise price and incentive
US7979329B2 (en) 2008-02-29 2011-07-12 International Business Machines Corporation System and method for generating optimal bill/payment schedule
US7962357B2 (en) 2008-02-29 2011-06-14 International Business Machines Corporation System and method for calculating potential maximal price and share rate
US20090222311A1 (en) * 2008-02-29 2009-09-03 International Business Machines Corporation System and method for calculating potential maximal price and share rate
US20090222366A1 (en) * 2008-02-29 2009-09-03 International Business Machines Corporation System and method for generating optimal bill/payment schedule
US20090222297A1 (en) * 2008-02-29 2009-09-03 International Business Machines Corporation System and method for composite pricing of services to provide optimal bill schedule
US20120311008A1 (en) * 2011-06-01 2012-12-06 Microsoft Corporation Smart rounding supporting psychological pricing
US9811845B2 (en) 2013-06-11 2017-11-07 Sap Se System for accelerated price master database lookup
US20170010926A1 (en) * 2015-07-06 2017-01-12 Microsoft Technology Licensing, Llc Extensibility of engines in computing systems
US9753788B2 (en) * 2015-07-06 2017-09-05 Microsoft Technology Licensing, Llc Extensibility of engines in computing systems
WO2017007741A1 (en) * 2015-07-06 2017-01-12 Microsoft Technology Licensing, Llc Extensibility of engines in computing systems
US20190147470A1 (en) * 2017-11-14 2019-05-16 Yahoo Japan Corporation Information processing apparatus and information processing method
CN111178927A (en) * 2018-11-11 2020-05-19 千寻位置网络有限公司 Multi-dimension and strategy-based commodity pricing method and system

Also Published As

Publication number Publication date
US8762294B2 (en) 2014-06-24
US20070299790A1 (en) 2007-12-27

Similar Documents

Publication Publication Date Title
US8762294B2 (en) Method and system for dynamic pricing
US5999914A (en) Electronic promotion system for an electronic merchant system
US7637426B1 (en) Method and system for finding an alternative grouping of selected items
US8019657B2 (en) Method for searching products intelligently based on analysis of customer's purchasing behavior and system therefor
KR100775725B1 (en) Interactive upsell advisor method and apparatus for internet applications
US8738430B2 (en) Environmentally responsive shipping selection
Hung A personalized recommendation system based on product taxonomy for one-to-one marketing online
US8321267B2 (en) Method, system and apparatus for targeting an offer
US7720850B2 (en) Self-uploaded indexing and data clustering method and apparatus
US8788330B2 (en) Automated determination of applicability and value of discounts for a purchase order
US11010798B2 (en) System and method for integrating retail price optimization for revenue and profit with business rules
US10181138B2 (en) System and method for determining retail-business-rule coefficients from current prices
US20020143612A1 (en) Electronic coupons decision support and recommendation system
US20140129363A1 (en) Dynamic rating rules for an online marketplace
US8321279B2 (en) Rule-based bidding platform
JP5792559B2 (en) Cloud marketplace system
US20120130828A1 (en) Source of decision considerations for managing advertising pricing
US20030130897A1 (en) System and method for automatic addition to online shopping carts
WO2007067862A2 (en) Synchronizing price information among various sources of price information
KR20000012230A (en) Method of Advertisement in Electronic Commerce
US20060184400A1 (en) System and method for real-time pricing through advertising
US11551252B1 (en) System for a product bundle and related methods
KR20010111788A (en) System and method for applying randomly designed discount to the cost of procucts
JP6819227B2 (en) Information processing equipment, information processing methods and information processing programs
US20090234875A1 (en) System and methods for providing product metrics

Legal Events

Date Code Title Description
AS Assignment

Owner name: ART TECHNOLOGY GROUP, INC., MASSACHUSETTS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BERKOVITZ, JOSEPH H.;KAWAF, TAREEF S.;MASON, ROBERT H.;AND OTHERS;REEL/FRAME:012147/0944;SIGNING DATES FROM 20011016 TO 20011023

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION