WO2000046719A2 - Financial modeling in a modular system and method for processing transactions - Google Patents
Financial modeling in a modular system and method for processing transactions Download PDFInfo
- Publication number
- WO2000046719A2 WO2000046719A2 PCT/US2000/002921 US0002921W WO0046719A2 WO 2000046719 A2 WO2000046719 A2 WO 2000046719A2 US 0002921 W US0002921 W US 0002921W WO 0046719 A2 WO0046719 A2 WO 0046719A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- average
- data
- customer
- offers
- information
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION 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/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
Definitions
- This invention relates to a computer system for processing transactions over a network and, more particularly, to a system which utilizes modular, data independent,
- the present invention is directed to methods of and systems for processing transactions that incorporate a four dimensional system architecture
- This architecture divides the system into four basic types of modular components or program objects
- component types include data management components or objects which can be used to manipulate data within the system as part of the transaction, functional components or objects which can be used to transform or process the data, presentation components or objects which can be used to provide an interface to the customer or client m order to facilitate the transfer of information; and control components or objects which
- the system utilizes a standardized, extensible data structure or interface for controlling the process flow as well as transferring the data between objects.
- the present invention is directed to methods and systems for processing transactions that incorporate a four dimensional command architecture.
- This command architecture includes a system of modular commands that provide the fundamental building blocks used to create a transaction processing system.
- this architecture divides the system commands into four basic types. These command types include, data management commands which can be used to manipulate data within the system as part of the transaction, service commands which can be used to transform or process the data; presentation commands which can be used to provide an interface to the customer or client in order to facilitate the transfer of information, and control commands which determine when and how the data objects, functional objects and presentation objects should be applied to implement
- the system processes a transaction that is defined by a business or transactional model
- the control component or object uses the business model to control the order and manner in which the data objects, the functional or service objects and the presentation objects are used to process the transaction
- the control component interacts with the data objects, the functional objects and the presentation objects, by exchanging structured data records with the predefined data, functional and presentation objects, in a predefined manner according to the
- the business or transaction model can be made up of one or more business or transactional actions which make up a session du ⁇ ng which the system interacts with a customer
- Each business or transactional action can involve invoking one or more of the system objects which can process input from the customer and generate a response which is transferred to the customer
- a higher level monito ⁇ ng system utilizing additional functional and data objects can be integrated into the system to collect and report data relating to individual transactions and groups of transactions including providing forecasts and identifying
- the system can be configured to operate in a dist ⁇ aded processing environment where multiple servers, configured in an array, can be used to execute each instance of a component or program object of the system
- the system can further include load balancing capability to dist ⁇ bute both the front-end processing load (servicing incoming requests) and back-side (application services) processing load evenly and optimally over all the available servers in the system
- the system dynamically balances the load according to the capacity of each individual server in the system, thus a server with twice the capacity will receive
- a method for constructing a transaction processing system
- the method includes the step of defining a business model for the svstem
- the method also includes the step of using a controller to control system software components (elements or objects) as a function of the business model to perform a se ⁇ es of business actions
- the se ⁇ es of business actions make up a transaction
- Each ot the business actions includes at least one function call
- a function call includes the steps of invoking a software component, passing data to the software component, and executing a software function as a function of the data
- the function call passes to the software component data in the form of structured data records utilizing an extensible markup language or a hypertext markup language such as may be used in a web page
- the system for processing a transaction includes a computer processing system and associated memory, a plurality of independent program objects operatively coupled to the computer processing system, wherein each object is selected from a set of different program object types The group of program
- the business model can be defined as a set of business actions and each business action can be defined by set of object invocations or instances, which are used by a control component, or control commands to execute various functions provided by the other system components.
- the business action can be provided in the form of one or more markup language pages, each including one or more calls to any of the available system components or system commands.
- a business action can be initiated by a customer requesting access to a specific web document residing on a web server.
- the web server submits the corresponding markup language page (which defines the appropriate business action) to the controller.
- the controller parses the calls or commands to the system components or function in the order specified to complete the business action.
- a presentation component or function transmits the appropriate web page to the web server to be delivered to the customer.
- Each of the system components can be preconfigured to support auditing and monitoring functions-
- the system can track and log every system component accessed or every system function performed.
- the system can monitor every piece of content viewed as well as every product or service item viewed by a given customer.
- the invention further contemplates having the system developer assign or associate a customer category or rating with every piece of content and every product and service item available, such that the system can create a profile for each customer as a function of each item of content viewed by a customer to allow the system to target products and services that are more suited to the customer's needs.
- the system can update the customer's profile as a function of the category or rating for the content of the page requested.
- the system can further include predefined auditing and monito ⁇ ng functions that relate to the financial status of the transactional processing system.
- the system can monitor the goods and sen ices sold and report, in real time, on the financial health of system on a business model by business model basis or for the system overall Specifically, the system can report the profit and loss for a given business model, the total cost of ownership of the system and the return on investment of the system This can be accomplished by enabling the system components to report transactional data to specialized financial modeling components which use the transaction data and other data (such as wholesale costs, margins, channel costs, return costs and execution costs) to continuously report the financial health of a business model or the entire system at any point in time
- FIGURE 1 is a diagrammatic view of the architecture of an e-commerce system according to one embodiment of the present invention
- FIGURE 2 is a diagrammatic view of a business model according to one
- FIGURE 3 is a flowchart according to one embodiment of the invention for constructing the e-commerce system of FIGURE 1 ,
- FIGURE 4 is a diagram of functions that make up a business action according to
- FIGURE 5 is a sample data item that holds information used by a service component
- FIGURE 6 is a sample data item that holds a user request information to be used by a service component
- FIGURE 7 is a sample data item that holds an audit trail of all actions that were performed du ⁇ ng a session
- FIGURE 8 is a diagrammatic representation of a system for processing transactions according to one embodiment of the present invention.
- FIGURE 9 is an example of an active server page (ASP) file which handles the request to view a targeted catalog
- FIGURE 10 is an example of a data item which is managed by a Product Application Component type (ACT)
- ACT Product Application Component type
- the present invention is directed to methods of, and systems for, processing transactions
- a system for conducting Internet or electronic commerce (“e-commerce") embodying the methods and systems of the present invention is desc ⁇ bed herein
- FIGURE 1 shows a modular system 100 according to the present invention which includes a plurality of components or program objects
- the modular system 100 organizes the system program components or objects into one of four basic dimensions herein referred to as system component types
- component types can include application component types (ACTs) 130 which include program components or objects 132 that provide persistent data access and management functions, service component types (SCTs) 120 which include program components or objects 122 that can be used to provide services, for example, w hich manipulate, analyze and/or transform data, control component types or business model component types (BCTs) 1 12 which include
- ACTs application component types
- SCTs service component types
- BCTs business model component types
- program components or objects 1 14 that can be used to control the logical flow of a transaction, and determine when and how the other program components or objects are used, and presentation component types (PCTs) 140 which include program components or objects 142 that define how data is presented to entities external to the system such as a customer
- the SCTs can include a financial modeling component 122 A and a tracking and profiling component 122B that are desc ⁇ bed in further detail below
- the system can further include connector component types (CCTs) 160 and w orkstation component types (WCTs) 170
- CCTs 160 include connector program components or objects 162 that interface with legacy systems 164
- CCTs also interface with systems that can provide access to external services 166
- CCTs that provide access to legacy data can be considered ACTs for purposes of this disclosure
- CCTs convert data from those legacy systems into the common data representation language used by the present invention
- CCTs that provide access to external services can be considered SCTs for purposes of this disclosure
- WCTs are BCTs that use available system data (provided by ACTs as may be modified by SCTs) in order to perform administrative
- the BCTs 1 12 are part of the system control function or controller 1 10 which implements an e-commerce system according to one or more business models 200
- a business model 200 includes one or more business actions 210
- the business model 200 informs the system controller 1 10 which data objects are to be used, which functions or
- the functional objects can be independent of the data elements and interchangeable with each other
- the data objects are implemented in the form of application component types and the functional elements are implemented in the form of service component types.
- SCTs can apply their services (e.g., cataloging, sorting, and searching) polymorphically to all types of data, i.e., to all ACTs.
- each of the ACTs 130, SCTs 120, BCTs 1 12 and PCTs 140 conform to a predefined program component or object protocol which defines the structure of the data elements and interfaces.
- each of the ACTs 130, SCTs 120, BCTs 112 and PCTs 140 can utilize a common data structure and data interchange format 150 to facilitate the transfer of information between components.
- a customer accesses a vendor web site residing on a web server 180 using a browser on the customer's system 182 and software executed on the vendor's server system 182.
- a typical vendor website is a network of related documents. The customer can navigate from one document to the next by clicking on document links. Each time the customer clicks on a document link he is submitting a request to a web server 180 to retrieve a document from the web server
- the customer is normally unaware of which web server 180 he is submitting the request to, and the web server 180 is normally not concerned with how each request is related to previous requests.
- the e-commerce system 100 extends this idea by generating documents dynamically as they are requested. Through the use of HTML forms and "Cookies," the web server 180 collects customer information from the customer system 182 and passes it to the e-commerce system 100 along with the request.
- the web server's responds to this request differently than it would respond to a request for a simple web page
- This request can invoke a complex set of objects or functions that generate predefined output to be displayed on the customer's browser
- the e-commerce system 100 can use the received customer information (such as from HTML forms and "Cookies" that are received from the customer system 180 via the browser) to maintain state information w hich allows the system 100 to group together other requests into a series of related requests known as a session or transaction
- the related requests that make up a session are typically made by
- the system 100 can further require a customer to authenticate himself with a
- the system 100 can also use Cookies to track a customer in a session
- an e-commerce system 100 incorporates one or more business models 200 As shown in FIGURE 2, each business model 200 is made up of a set of business actions 210 that the system 100 permits a customer to initiate In one embodiment, the business actions 210 are performed by passing data in the form of at least one web page 220 between component types
- the business models are formatted according to Microsoft Active Server Page (ASP) format as defined by Microsoft Corporation, Redmond. Washington
- ASP Microsoft Active Server Page
- the invention contemplates the use of any of a va ⁇ ety of common representation languages, including.
- XML extensible Markup Language
- HTML extensible Markup Language
- SGML SGML
- the customer may bookmark a URL (a request) or may type a requested URL directly, so the e-commerce application cannot rely solely on the customer making the requests in a logical or expected order.
- the controller 110 can: 1 ) determine whether the customer is permitted to perform this action; 2) determine whether the customer has supplied all the necessary inputs to perform the action; 3) determine whether the customer has been given access to all data required to perform the action; and 4) determine whether the customer has successfully completed all prerequisite actions. If all of these conditions are satisfied, then the controller 1 10 will permit the action to be performed. Otherwise the controller 1 10 must choose a more suitable action to perform. A more suitable action may be to request additional input, return an error message and ask the customer to choose an alternative action, attempt to process prerequisite actions, or any other action that the controller may determine is appropriate.
- the system 100 can include a more sophisticated controller 1 10 which can keep track of requested actions which were denied because of missing inputs or incomplete prerequisite actions so that it can perform these actions once the missing input is supplied or the prerequisite action is performed. For example, if a customer who must log in before viewing product information makes a view request before logging in. the controller 1 10 could request that the customer log in but save the prior request to view product information which can be performed after the customer has successfully logged in.
- the controller 110 can operate by dispatching or invoking system components or objects to implement the business action 210.
- the system components can be designed to operate independently of each other and the business action in order to provide a separation between the control of the system and the functions that the system can perform.
- Services for example, a "search” service
- New functions to be added and existing ones can be removed or replaced without affecting the performance of the rest of the system.
- the Business Model 200 itself to be replaced or modified as necessary to change the entire behavior of the system.
- electronic commerce in accordance with the invention can include the following steps: A) defining a business or transactional model or models for the system, 300; B) utilizing each of the model(s) to select system components, i.e., application component types, service component types, presentation component types, and business model component types, 310; and C) assembling 320 the system components with core system components on a scaleable system platform (hardware and software), 320.
- the Business Model 200 can be created easily by a person having limited programming skills and can be easily swapped in and out of an otherwise complete system.
- the system architecture which uses a business model and a control component in accordance with the invention permits a website developer to put together a site by simply specifying the actions that a customer can
- a Business Model Utility can be provided to assist a web site developer in creating an e-commerce system 100 just by pulling together all of the reusable application, service, presentation and control components provided by the system into a logical flow of control This can be accomplished by providing a "pickhst" of functions that a site developer can select and order as desired.
- a "drag and drop" graphical interface can be provided to allow a site developer to create Business Models by arranging symbols representative of components in a manner similar to the way a
- the system 100 performs each Business Action 400 that the customer requests by invoking a se ⁇ es of services (service functions or methods) as shown in the example of FIGURE 4
- the illustrated business action begins with an initial web server request 410
- the request 410 can be a request for a web page that is transmitted by the customer's browser
- the actual page requested can be an ASP page that is used by Microsoft Internet Information Server (IIS) to invoke one or more ACTs,
- IIS Microsoft Internet Information Server
- the components can be implemented in the form of objects that conform to the Microsoft Component Object Model (COM) specification and executed on the Microsoft Transaction Server (MTS) platform
- the web server request causes the business action 400 to call the component OneSession 430 and to invoke the function GetRequest of the component OneSession 430
- the component OneSession 430 then passes data in the form of an XML page 412 to another component OneCatalog 432 in
- the component OneCatalog 432 invokes the Getltem function to obtain the catalog data for one or more product items (to be viewed or purchased) and appends the data to the XML page 416 Information concerning the product item or items can be received from the request as well as obtained when the component OneSession 430 restored the session data in the XML page as part of the GetRequest function
- the component OneTarget 434 invokes the Target function to add any targeting information to the XML page 418
- the component OneAudit 436 invokes the log function to log the state of the transaction from the XML page 420
- the component OneStore 438 uses the XML page 420 and style sheet such as extensible Style Sheet Language (XSL) formatted style sheet to render an HTML page that is transmitted to the customer containing content about the product items requested by the customer as well as any targeting information (e g product specials or related products) This process of calling components and passing data in the form of XML pages
- a controller 1 10 uses a business model to provide the logic which controls the flow through web requests to a website and several controller/husiness models can be executed concurrently
- the system 100 can execute a separate business model for each customer accessing the website
- the initial input to the web server is a customer request which can spawn a separate business model instance to service each customer
- the controller can be implemented as a library of ASP functions (a business action can be an ASP page or a set of ASP pages), an ASP function which calls a COM or DCOM object, a Java serverlet, a CGI application, an ISAPI application, or an ISAPI filter.
- An e-commerce web site application can contain
- one or more business models or be limited to only one business model.
- Service components regardless of the functionality that they implement take the same form.
- Service components can act as data filters that take
- XML structured data as input
- transform or process the data transform or process the data
- services or functions can be chained together so that the output of one service or filter may be the input of the next service or filter.
- a business action can be built by sequencing service components together with data manipulation functions in such a way that the action starts with the customer's request and ends with the HTML output by a presentation component that will be displayed on the customer's browser-
- the Business Model specifies what services are invoked for each business action and what order the services or functions need to be executed.
- the controller makes sure that the services are executed in order and that the necessary data is passed from one
- the data transferred between components is structured using a common data representation format language for all component types.
- the e-commerce system 100 uses XML as the common data representation language for all component types and all components are designed to communicate data structured according to a predefined XML schema
- the service components can access other service components and application components in addition to the data that the services receive
- Accessing additional data from other application components allows a service component to merge together data from multiple sources such as other services, application components and external systems
- Accessing additional service components permits a single service component to implement complex service functions by constructing a "pipeline" or sequence of functions which permit the complex Business Models to be easily created from a se ⁇ es of basic components
- the component OneAudit 436 can be a service component that parses the XML page 418 in order to 1) pass session state information to a OneSession ACT which stores the session data, 2) pass the catalog data to a OneProfile SCT which creates customer profile information and updates the customer profile stored in the OneProfile ACT, and 3) pass audit information to a OneAudit ACT which tracks the status of the customer transaction.
- the connector components 162 receive data from an external source, such as a legacy system
- the types ot services that can be provided within this framework are extensive and can include for example Fill out an empty data structure with data from the va ⁇ ous
- the service components essentially fit into one of several different categories Request Processing Services, Data Transformation Services, and Monitoring Services
- Request Processing Services Data Transformation Services
- Monitoring Services the nature and types of services are extensible and additional catego ⁇ es can
- every business action has to start with a request for a web page received from the customer
- the request (for example, HTML form data) can be converted into an XML data structure to begin the business action or data received as part of the request (form data, cookie data, etc ) can be used to identify the customer and create an XML representation of a user session
- Request Processing Services are unique in that they are the only services that do not require XML as an input Request Processing Services can take data directly from the va ⁇ ables available in the web server and can create XML structure w hich includes all or some of this data
- the Server va ⁇ ables come from a va ⁇ ety of places, for example the URL which contains the path
- the server va ⁇ ables can come from the HTML form values which can be passed in either as a GET request function or a POST request function In a GET request, the values are passed in on the URL In a POST request, the values are passed in on the standard input All of these values are available to the web server and request being processed according to the business model
- the server values can also come from cookies which get passed from the server to customer's computer and allow the server to track the customer throughout the system.
- server values can come from system - ariables which are accessible from the web server through an operating system, a gateway interface or a hardware platform
- the OneAccess service controls the level of access each user has within the system 100
- Data Transformation Services modify the data that is received by adding additional data, removing data, or changing data values These services are typically only interested in a part or subset of the data that is passed in. although all the data in the XML page can be modified They make their transformations to one or more predetermined data elements or fields, if they are present at all, and pass the other data through unmodified
- Mo to ⁇ ng Services typically do not modify the data They pass it though, but extract predefined portions of the data to be saved in audit or log stores (ACTs), update the system or session state, or store in a persistent storage.
- ACTs audit or log stores
- the extracted data can be used for system performance monitoring and reporting.
- Service components provide the functionality of the system 100.
- each service component can contain its own data and may not even require data at all.
- the system architecture provides for all service components to be applicable across all ACTs, but many service components can be applied only to specified types of data.
- an SCT utilizes one or more ACTs and exposes none of its own data, but can generate some non-ACT data to be displayed.
- SCTs can provide helping functions so the other components do not need to manipulate XML and SCTs may combine data from multiple ACTs.
- each SCT function applies across all ACTs.
- the system may be designed whereby not all SCT
- ACTs ACTs which are 'salable' which can be used with any pure commerce function.
- a service component can have more than one function, service or method and a service component can use other service components.
- the installation of a new SCT or a group of new SCTs can include an SCT installation package can be made up of the following: Documentation; a list of basic ACTs; a methods library, for example: OneItemSCT.dll (SCT interface with 1 or more methods defined); Registry Settings; Sample ASP file for each of the defined functions; and Default XSL views to edit and view any data generated/compiled by a services.
- customer information in an LDAP database customer information in an LDAP database
- product information in a SQL Server database Publications from a file system, news and securities information from a push data server, streaming video/audio from a multimedia database, and advisor information from an expert system.
- each single data repository is encapsulated in an Application Component Type, such as an application object that can provide data methods which can include creating, deleting, retrieving, updating, and searching for a particular type of data, e.g., product data.
- Application Component Type such as an application object that can provide data methods which can include creating, deleting, retrieving, updating, and searching for a particular type of data, e.g., product data.
- Component provides a core set of data services that may be used by other services to
- all application components can include the ability to process their data
- all ACTs are provide basic functionality such as saving and retrieving a set of basic data attributes and elements.
- the ACT may support additional elements as needed.
- the set of basic data attributes and elements is
- Basic attributes ID A unique string that identifies this data item within the type.
- TYPE String identifying the type of data.
- VISIBLE Indicates if the data has a visual component or not
- Figure 10 shows an example of a data item which is managed by the OneProduct ACT
- All Application Components support a common ACT Interface which provides predefined services or functions (methods), for example
- Create - the Create service creates a new data item and initializes it with the values specified in the input and saves it to persistent storage It returns an item identifier to the data that it created Regardless of the identifier that is passed in, Create will generate a new, unique identifier and assign it to the new data item Create in one
- Destroy the Destroy service removes the specified data item from persistent storage The only pertinent data in the input is the identifier of the item to remove
- Destroy can take the following form Destroy([ ⁇ n] IDTYPE xmlOneltemld)
- Getltem - the Getltem service ret ⁇ eves all or pieces of the specified data item from persistent storage and returns it to the calling component
- the input data may be an item identifier or it may be an empty shell containing elements that are expected to be ret ⁇ eved.
- Getltem uses the identifier to determine which data item to ret ⁇ eve and uses the input data as a guide on which elements to ret ⁇ eve and send back.
- Getltem can take the following form:
- Setltem ([ ⁇ n] BSTR xmlOnltemln, [out.retval] BSTR* xmlOneltemOut)
- Setltem the Setltem service saves the specified data item to persistent storage overw ⁇ ting any existing data for this data item If the entire data item is not specified then only those elements which are specified will be overw ⁇ tten and the remaining element values will remain the same Setltem can take the following form: Setltem([in] BSTR xmlOneltem) GetCollection - the GetCollection service ret ⁇ eves all data items that match the data item on the input. The result is a OneCollection type item which contains all of the data items which match the specified one. The collection may be empty if no matches were found.
- GetCollection can take the following form: GetCollect ⁇ on([ ⁇ n] BSTR xmlOnltemln, [out,retval] BSTR* xmlOneltemOut)
- Each application component can include an ACT installation package including the following: 1) Documentation, 2) Library OneltemACT dll (ACT interface with Create, Destroy, Getltem, Setltem, GetCollection methods), 3) Registry Settings, 4) Database (sc ⁇ pts to create the database and populate if needed), 5) Sample ASP files to create, delete, edit, view and query an item, and 6) Default XSL views to edit, list and
- Application Components allow other components to save and ret ⁇ eve in formation in persistent storage and transfer data to and from other components in the form of XML data.
- the ACTs implement the data spectrum of the system
- An ACT can provide methods, services or functions, other than the core set identified above, as may required to manipulate the data.
- An ACT can contain any data in the system including data that represents a salable item
- the four dimensional independent component architecture that uses ACTs and a common data format allows the Services (SCTs) provided to be polymorphic
- SCTs Services
- a sort sen ice component can sort any data type that any ACT can provide in the common data format, such as, XML This benefit comes from that fact that all SCTs are designed to interface with any and all ACT
- an ACT provides no functionality beyond a core of set data management functions Create, Destroy, Getltem, Setltem, Search
- an ACT can have no dependencies on other system components
- a utility for creating ACTs can be provided
- exemplary components can include OneAudit, OneCatalog, OneChat, OneEvent, Onelnbox, Onelnquiry, OneLink, OneNote, OneOrder, OneProduct, and OneSession
- OneAudit OneCatalog
- OneChat OneChat
- OneEvent Onelnbox
- Onelnquiry OneLink
- OneNote OneOrder
- OneProduct OneSession
- the OneAudit senice component monitors and logs order, payment, and other customer transactions
- the OneCatalog service component is used to manage a collection of product or similar items in a organized hierarchy This collection of product or similar items may represent a page in an on-line catalog, an aisle in an online storefront, or any other hierarchy of items
- An individual catalog may contain items of ⁇ arving application component types - a single catalog can include hard good offerings, discussion groups and chats, or any combination of available application component types that are all related to a common theme
- the system 100 can also include a OneCatalog application component that maintains the data required by the OneCatalog sen ice component
- the OneCatalog service component can include a plurality of functions or methods. The functions can include, for example, ADDItemCatalog, CreateCatalog, DeleteCatalog, Destroy. GetCollection, Getltem, ModifyCatalog,
- RemoveltemFromCatalog RemoveCatalog
- Setltem Example of various OneCatalog functions or methods are described below.
- the AddltemToCatalog function adds the specified product item to the specified catalog section.
- the CreateCatalog function creates an empty catalog within the specified parent catalog and returns its identifier.
- the DeleteCatalog function removes the specified catalog from the system.
- the Destroy function removes the specified OneCatalog instance from the system.
- the GetCollection function gets a group of data items from the catalog database in accordance with predefined selection criteria provided to the function.
- the Getltem function gets the contents of a OneCatalog item specified by the
- the ModifyCatalog function modifies the properties of the specified OneCatalog
- the RemoveltemFromCatalog function removes the specified item from the
- the request may specify how many levels of the catalog to ret ⁇ eve
- the OneChat application component allows site users to discuss topics synchronously in multiple channels through a Java client
- the OneChat senice can include a OneChat ACT, a Window s NT sener process, and a Java applet
- OneChat differs from most components in that it implements a downloaded client application providing the following functionality, through an application component and not through a service component Thus, active content instances are allowed for ACTs as well as passive content instances
- P ⁇ vate chat the ability for two users to create and use a p ⁇ vate chat channel.
- Buddy Support the ability to see the status of selected "buddy" users
- the OneEvent application component allows the display and management of any
- the Onelnbox application component provides a means for sto ⁇ ng work items and assigning them to workstation users
- a work item is a reference to another ACT item such as an Order or Inquiry, which is in need of intenention by the workstation user
- the user checks his or her inbox for work items upon logging into work station It is important to understand that the "Inbox" is not an inbox in the sense of a place to store message or deliver email. It is a tool to assign application component instances that require external processing to a user who can perform that processing.
- the Inquiry Application Component provides customer inquiry processing functionality for customer senice and support.
- the Inquiry component application enables efficient management and tracking of the inquiries generated by the customers.
- the following provides examples of the methods services and functions, both standard interface and component-specific, that can apply to Onelnquiry component.
- Addlnquiry creates a new inquiry and adds it to the inquiry queue for later processing.
- the Onelnquiry application component is responsible for generating a unique key (probably through a function in the utility module) and returning it to the caller in the idltemID parameter.
- the Create function sets up the mandatory fields of an item. Other elements have to be set individually via the Set method.
- Destroy deletes the product item from storage.
- GetlnquirylD returns the unique identifier of the Inquiry.
- GetlnquiryStatus returns the status of the inquiry specified.
- GetlnquirySubmissionMethod returns the inquiry submissionMethodlD.
- GetlnquirylD returns the unique identifier of the Inquiry.
- Removelnquiry removes an inquiry from the queue.
- GetlnquirylD returns the unique identifier of the Inquiry.
- the OneLink application component allows a site to host a list of internet links which can be catego ⁇ zed into one or more hierarchical structures, similar to the directory structure provided by the Windows Explorer interface.
- the OneNotes application component provides the ability to allow users to attach internal notes to application component instances (ACIs)
- ACIs application component instances
- the notes are intended for site-internal use only, allowing a business to maintain ad hoc information about customers, orders, or inqui ⁇ es
- the OneOrder application component manages stored data relating to customer orders
- the OneOrder senice component manages Internet order creation, processing, and reference functionally
- the following provides examples of the methods semces and functions, both standard interface and component-specific, that can apply to this ACT.
- AddToOrder adds an order item to an order in the specified session It checks for an OrderlD session va ⁇ able and creates a new order item that references the OrderlD session variable in the Orderltems table If there is no Orderld in the specified session, the OneOrder SCT creates a new order in the Orders table, and creates a new order item
- CalculateSubtotal calculates the subtotal of all order items from an order in the specified session
- OneOrder checks the session for an OrderlD and sums p ⁇ ces of all items in the order, multiplied by quantity, to return a total order price If there is no order specified in the session, a subtotal of zero is returned A new order will NOT be created.
- the Create method creates a new OneOrder instance and initializes it with the values specified in an xmlOneOrder parameter Create returns a OneOrder IDTYPE structure.
- DeleteOrder deletes the order from the specified session
- OneOrderSvc checks the session for an OrderlD, deletes that order and order items from the Order and Orderltems database and removes it from the session
- the Destroy method removes the specified OneOrder instance
- the GetCollection method gets a collection of all orders
- the Getltem method ret ⁇ eves all or specified elements of the OneOrder instance specified in the XML structure xmlOneOrderld
- GetOrder lists the order items from an order in the specified session
- OneOrderSvc checks the session for an OrderlD and creates and returns an XML order st ⁇ ng that represents the order If there is no order specified in the session, an XML order st ⁇ ng with no items is returned
- ListOrders lists previous orders placed by the user
- OneOrder checks the session for a non-guest user id, searches the OneOrder ACT for old orders owned by this user, and returns an XML order list st ⁇ ng that represents all known orders If no orders are found, OneOrder returns an XML order list st ⁇ ng with no
- OrderStatus returns the status of an order OneOrder checks the session for an
- OrderlD determines the status of the order specified by OrderlD
- Purchase processes the purchase of the order in the specified session
- OneOrder checks the session for an OrderlD and executes Tax and Shipping computations, processes the purchase with the Payment connector, and changes the orders' status to purchase
- This method requires authentication for use
- RemoveFromOrder removes the specified quantity of an order item from an order in the specified session
- the OneOrder sen ice component checks the session for an OrderlD and removes the specified order item amount from that order. If Quantity is zero or greater than the total quantity, the whole order item and quantity are removed from the Order and Orderltems tables.
- the Setltem method sets values in the specified OneOrder instance.
- the OneProduct application component manages creation, storage, and retrieval of hard good product offerings.
- OneSession - the OneSession application component manages storage and retrieval of customer session information. It associates information about a user's actions during a session with the session. This data may be used by other senice components or other senices to make decisions based on the user's behavior, or to update customer profile information.
- the business model controls when session information is captured and destroyed. The following provides examples of the methods
- BeginRequest retrieves previously saved information from the OneSession ACT and restores the user's session. It does not require any data as input, but any data present will be copied to the output with the saved data. Create creates a new OneSession instance and initializes it with the values specified in the OneSessionln parameter. It returns the OneSession instance identifier.
- a OneSession instance may also be referred to as a "session profile '
- EndRequest is called at the end of a request to save the current state of the session to the database.
- EndSession changes the status of the specified session profile to TERMINATED and fills in all associated properties. This method can only be called on session profiles that are not already terminated; if the session has already been terminated, an error is generated.
- Getltem gets the contents of the session profile specified by the section ID.
- Setltem updates the contents of the specified session profile with new values.
- Presentation components provide view generation senices that are a special type of data transformation senice.
- the presentation components take in XML data and produces data in a client viewable format such as, for example, an HTML formatted web page viewable through a web browser.
- a view generation senice is typically one of the last senices in a Business Model since it changes the data structure from one which is useful for understanding the data to one that is useful for formatting or presenting the data to the customer in a client application such
- the system 100 can start the recording of a session at the customer's initial request even before the customer has been authenticated.
- the system can use the information obtained prior to authentication to impact how the controller implements a business model.
- every action that a customer can take within a session is controlled by a business model that is valid for the customer. It is therefore important to keep track of every action that the customer takes.
- the OneSession ACT restores the customer session information to the XML data structure for the session every time it receives a request for a w eb page which invokes a business action
- the system 100 stores the session data for each customer in the OneSession ACT
- the controller may call on a number of senices to complete its task and each senice function may use any number of data items (ACT data) in performing its senice Therefore, a single request may have many data items associated with processing the request and the system can group all or some of the data items into one larger data envelope that can be passed to each senice used in processing the request The senices can use whatever data is needed and optionally add new data to the envelope, remove data from it, or modify existing data in it.
- ACT data data
- each request performs only a single business action in the business model that defines the operation of the site and may rely on data that was generated on
- a session ACT such as OneSession
- the session data envelope can hold any of the data items that a given senice may need to use or add to the session data item or alternatively, it can provide a pointer to a database or data item that a given service can use This data can be used by other services later in the business action or model or by any senice called in a subsequent request within the same session
- the session ACT is provided to save and restore the session data in the session data envelope
- the session data envelope can hold any of the data items that a given senice may need to use or add to the session data item or alternatively, it can provide a pointer to a database or data item that a given service can use This data can be used by other services later in the business action or model or by any senice called in a subsequent request within the same session
- the session ACT such as OneSession
- the session ACT BeginRequest function is called This function has no input data, it restores the session data based on the session identifier received from the customer's web browser's (such as from an HTML form or a "Cookie") The session data is restored from the session ACT which holds whatever data was left in the session item when the previous request of the cu ⁇ ent session ended
- the session ACT EndRequest senice can be called to save the data in persistent storage via the Session ACT Services that need to maintain state within a session can use this ACT to hold their state information by inserting or modifying the fields in the XML of a particular session data item of the session data envelope
- the identifiers of any ACT items that are inserted into the session can be stored so that later
- one particular ACT item identifier that is always present is the Customer item identifier
- the Customer item identifies the customer who is using the session and becomes useful for profiling the customer after the customer has logged in A unique but 'anonymous' Customer item can be used in the first request of a session to make sure that each session has a customer associated with it
- Figure 5 shows an example of a typical Session ACT data item
- the data items that it contains, such as the Customer and Order data items, for example, can be saved and restored during the course of the session
- Other senices can obtain the full or partial contents of the session data item from the approp ⁇ ate session ACT and can insert additional data into the session data to be held for the duration of the request or session
- the data that is added or modified du ⁇ ng the session can be provided in any valid XML data format and the system 100 will save and restore the data over the course of one or
- the Session Senice Component BeginRequest sen ice is also responsible for ret ⁇ eving information from the request (such as information provided by a CGI scnpt, ASP sc ⁇ pt or Visual Basic sc ⁇ pt), converting it to XML and inserting it into the Session data item so it is available for all of the senices which are called du ⁇ ng this request.
- This information can include any data that was entered bv the customer in a form, any va ⁇ ables on the URL, the customer's browser and local host information, information about the sener and requested URL, and cookie and certificate information Figure 6
- request data which can be obtained from the web se er variables, converted to XML and placed in the Session data item This information can be available to all services invoked du ⁇ ng a specific request
- every senice component can add a desc ⁇ ption of each senice (function) that it performed as well as any additional information, which the Audit Senice Component can log. in the session data stored by the OneAudit ACT
- this information can include the following TYPE - The name of the senice component ACTION - The name of the senice function which was performed
- a utility function can be provided to help service component developers to develop SCTs that add audit information to the session data
- a function can also be provided to automatically add the ACT data to the audit information
- Figure 7 shows an example of an Audit data item which was added to the session data by the Order Service
- the controller 1 10 controls the customer flow through the system 100 which can present to the customer an e-commerce or online store
- the nature of the world wide web allows a customer to have considerable freedom in determining where to go and what to do next by the links they select This is accomplished by providing the customer with many links to choose from in response to each requested action However, the customer can go outside the links provided by making requests by typing in a URL directly, or by selecting a book marked URL
- the Controller sits between the web sen er, which dispatches the request to be processed, and the senices that are used to perform that action and generate the responsive web page This way, the controller can make sure that no actions are performed outside of what is allowed by the customer or is approp ⁇ ate for the current state of what he has done
- the Controller does this by applying a particular Business Model to every request that the customer makes.
- the Business Model governs what actions a customer may perform and what he must do prior to performing that action.
- the controller operates to ensure that all of the customers actions fit within a predefined business model.
- the controller processes an action requested by a customer according to a business model defined for that customer or situation.
- the relationship between the control component and the business model can vary such that a tightly integrated control component - business model based system can be used in an optimized and highly efficient system, requiring only limited functionality, whereas a more structured and clearly separated control component - business model based system can be used when flexibility is valued more
- every business action includes the following information: customer access privileges 330a that specify which customers may execute the business action, prerequisite business actions 330b that must have been successfully completed by the customer before this business action can be executed, required input data 330c that must be provided by the customer when requesting to execute the business action, required content 330c which the business action uses during execution, processing logic 330d which controls what the business action does, output display format 330e for the data which is generated by the business action and will be displayed to the customer, and possible next actions that a customer may choose from.
- the controller will utilize an SCT, such as an access senice component, to determine if the customer has access to the requested action. If a customer attempts to perform an action that he is not permitted to perform, then the controller can be provided with a number of alternative actions or functions. The controller may give the customer an opportunity to upgrade his identity (e.g. guest customers can login as a registered customer, already registered customers may re-login as an administrative customer)
- the controller may process a similar action that the customer does have access to or let the customer choose from a list of alternative actions. If nothing else, the controller can report to the customer that the customer does not have the proper privileges to perform the requested action.
- the controller can redirect the customer to a form, such as an HTML form, that can be used to supply the missing information.
- a form such as an HTML form
- this form should be pre-filled with all of the information that the controller already knows and indicate which of the missing information is required.
- the customer can then modify the information, add to it any missing information, and resubmit the request.
- the customer can also choose to cancel the request either explicitly by clicking on a cancel button on the input form or implicitly by not supplying the additional information within a specific, allowed period of time.
- the controller can utilize an SCT, such as an access senice component, to determine if the requesting customer has been granted access to all data that is needed to perform the requested action If the customer has not been granted sufficient access, then the controller may direct the customer to a different action or return an error message
- the controller can compare the prerequisite actions associated with a given business action with a log of the p ⁇ or actions completed by the customer that is stored in an audit log or session log
- the logging of p ⁇ or actions completed can be performed by an SCT, such as a session senice component, that tracks action completion and uses an ACT, such as a session log application component, to store a history of completed actions If the customer has not performed a prerequisite action, then the controller can attempt to execute the prerequisite action instead After the prerequisite action or actions are executed, the controller can reinitiate the p ⁇ or action
- the controller utilizes a business model in making all decisions
- Specialized business models can be provided to allow turnkey installation for some common e- commerce applications
- a shopping controller hich can include a business model that allows a customer to interact ith a site directly through a catalog
- the shopping controller can provide personalized presentation of dynamic catalog content to a customer
- the customer can move through the sections of a virtual store, view detailed representations of products and services (hard-goods, digital content, chat rooms etc ) in an intuitive way
- the client is then charged for all selected items purchased or senices used Some items or senices may be free to customers
- the system can include a predefined Business Model that incorporates a Targeting Controller
- the Targeting Controller can include a business model that allows a customer to receive a completely personalized, targeted product and service offe ⁇ ng from the virtual store
- the Targeting Controller can utilize information provided by the customer as well as histo ⁇ cal information about the customer's past buying habits and web pages viewed to create a customer profile, identifying the customer's interests
- the Targeting Controller can use the customer profile to dynamically generate targeted product and senice offe ⁇ ngs du ⁇ ng the customer session
- This business model can reduce the amount of information that a customer needs to grapple with and increase the likelihood of making a sale before the customer goes to another website
- the customer can also see detailed representations of any of the targeted hard-goods, digital content, chat rooms, or other items that might be of interest to the customer in an intuitive way and provide compensation (such as discounts) in approp ⁇ ate ways for all items being purchased This enables marketing information to
- a system according to the invention provides tracking and profiling as desc ⁇ bed below
- the OneMeta ACT manages the meta-data categones and values which the system uses for targeting and profiling It maintains a simple data structure such as that presented in the follow ing table
- the OneUpSell ACT manages recommended upsell item(s) for any ACT instance.
- the OneUpSell ACT includes information such as that presented in the following table.
- the OneCrossSell ACT manages recommended upsell item(s) for any ACT instance.
- the OneCrossSell ACT includes information such as that presented in the following table.
- the OneTarget ACT manages the meta-data tags associated with each ACT instance in the system (that has been tagged by our customer).
- the OneTarget ACT includes information such as that presented in the following table.
- the OneProfile ACT tracks customer affinities for meta-data categories and meta-data tags.
- the OneProfile ACT includes information such as that presented in the following
- the OneProfile SCT analyses the click-trail executed during a customer session (which is held in the OneSession ACT) to score the affinity of that customer session with meta-data tags placed on Application Component Type Instances touched during the click-through. This process works as follows. Assume the OneSession ACT contains the click trail information listed below for a customer session.
- OneTarget ACT contains the meta-data tags listed below for the referenced ACT instances drawing on the OneMeta ACT to select meta-data catego ⁇ es and meta- data tags within catego ⁇ es-
- OneProfile can extract the following affinity vector for this session.
- the update method in the OneProfile SCT takes a customer session as input and updates this customer's affinity matnx in the OneProfile ACT
- updating this customer's affinity mat ⁇ x with this session results in the following new affinity matrix:
- this affinity matrix is stored not only by meta-data tag but also by meta-data category to support the targeting SCT's operations. (See the last four rows).
- the system renews customer profiles over time. Otherwise,
- the OneProfile SCT offers a renew method that takes two parameters indicating how much the profiles should be renewed and which profiles are old enough to merit renewing.
- a call to renew (x.y) with a large -v wipes away more of a historical pattern and makes the profile more sensitive to current activities.
- a call to renew (x,y) with a smaller value for -r allows cu ⁇ ent clicks to have a significant impact while including historical clicks in the calculation of affinity.
- the v parameter indicates which profiles are old enough to renew. Only customers whose total affinity point value is great than v will be affected by the renew operation.
- the OneTarget senice component examines the relative customer affinities for meta-data tags and selects those ACT instances, which statistically
- the system sums his/her affinities for each meta-data tag on that ACT instance.
- the absolute preference method in the OneTarget SCT should return a set of ACT instances in decreasing order of absolute preference.
- the system attaches a pair of parameters here where the first indicates a threshold of absolute preference and the second indicates a maximum number of instances to return. Passing in a 0 for either or both parameters indicates no bound.
- Absolute Preference (percent threshol ⁇ . instance count threshold)
- the CatagoryPreference method in the OneTarget SCT performs a weighted average of affinity based on the meta-data tag's category.
- the weights for this customer are: clothing-type (4), interest (3), age-group (2), material (1 ).
- a high affinity for a particular value (say Interest/sports) has more impact if the Interest category frequently draws this customer's click and less impact if the Interest category is not so compelling.
- the system uses the two parameters for percent threshold and absolute number of instances threshold with 0 in either/both places removing the
- Categor Preference percent threshold, instance count threshold OneTarget has 2 more ACTs beneath it (beyond the meta-data tags on ACIs held m the
- OneTarget ACT OneTarget ACT
- OneACT is called OneUpsell ACT and stores which particular ACT instance should be pushed either as an up-sell to some other ACT instance
- OneTarget SCT has a method called Upsell that takes an ACT/ID pair and responds with a set of ACT instances to up-sell It cuts off this list at threshold elements in the response If 0 is passed in as the threshold then the number of instances in the response is not limited
- Upsell (ACT, ID threshold) returns the ACT ⁇ nstance(s) that we recommend upselhng
- OneCrossSell ACT stores which ACT instances should be pushed as a cross-sell to some other ACT instance or meta-data tag
- OneTarget SCT has a method called CrossSell that works like this:
- CrossSell (ACT, ID, Meta-Data, threshold) returns the ACT instance that we recommend cross-selling
- the method can be invoked with either an ACT/ID pair or a Meta-data tag along with a threshold for the maximum number of instances to return and the method responds with a set of recommended ACT instances to cross-sell If 0 is passed in as the threshold
- the Searching Controller can include a business model that allows a customer to receive an offe ⁇ ng of items from a virtual store that match the customer's search c ⁇ te ⁇ a This business model reduces the amount of information that a customer needs to grapple with and increases the likelihood of making a sale It also gives the customer a certain sense of control Once the products sought are found, the customer can see detailed representations of these hard-goods, digital content, chat rooms, and other items in an intuitive way and provide compensation in approp ⁇ ate ways for all items being purchased This business model can be used to appeal to and retain those customers that want to control their own destiny in a virtual store without having to walk through it section by section
- Workstations can provide an administrator's view of data contained in ACTs or generated by SCTs Workstations can also provide a customer's view of the same data
- a workstation can contain business logic and control of its own or it can rely on the services and a business model Any logic that is used in a service could be useable by other workstations and components
- a Workstation installation package includes the following Documentation; List of required ACT and SCTs, ASP files to handle views, and XSL views for all data
- a Workstation can provide a view on top of ACTs and SCTs and can include external ASP, HTML, etc
- a Workstation can also provide pure views with no business
- the e-commerce system can include a higher level monitoring and reporting system for collecting data about the operation of the transaction processing system over a pe ⁇ od of time and reporting information relating to the performance of the system
- the system can include sales channel modeling and reporting which is desc ⁇ bed in further
- system can include technical modeling and
- Role-based proceedings e workstations allow a company to dist ⁇ bute the responsibility for va ⁇ ous administrative functions to any of the available administrative roles (such as content manager, marketing manager and channel manager). This provides the system with complete flexibility to distribute and redefine responsibilities as the developer requires.
- the e-commerce system can be adapted to run on a distributed processing system or sener cluster, such as a Distributed Internet Sener Array (DISA) available from Compaq Computer Corporation, Houston, Texas.
- DISA Distributed Internet Sener Array
- This hardware platform provides scaleability by allowing sener resources to added as demand increases.
- the system can provide both front-end and backside load balancing to distribute the front end and back-side sener loads to optimize sener resources.
- a preferred embodiment of a system according to the invention provides financial modeling for a developed e-commerce solution.
- the following is a simple, mathematical framework that quantifies performance in a sales channel.
- the model is presented in three tables. The first defines the variables involved. The second presents business values that can be computed over the variables. The third table presents retained net profit. This model demonstrates the system's ability to improve the customers'
- the system can formulate a profit equation that ties all of the key variables together into a final number representing cash flow.
- the function is defined using the business functions above. In the table below, the system substitutes all the variables and presents the final equation.
- the illustration below makes assumptions including what percentage of total offers are targeted, which percentage of those are executed, and which percentage of those are retained.
- the illustration also makes an assumption about what percentage of visits are customer satisfying in the online and in-store cases. This illustration assumes values in the context of a very successful in-store retailer taking full advantage of personalization mechanisms to be customer-centric on the Internet. The assumptions are indicated in the first few rows of the table.
- this illustration indicates which elements most directly relate to the customer ' s profits within the virtual channel.
Landscapes
- Business, Economics & Management (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Strategic Management (AREA)
- Economics (AREA)
- Marketing (AREA)
- Development Economics (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Information Transfer Between Computers (AREA)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
Abstract
Un système modulaire permettant de développer et de traiter des transactions en réseau est constitué d'une architecture ou d'une charpente à quatre dimensions qui peut comporter quatre types de composants ou d'objets fonctionnels. Ces composants comprennent des objets de gestion de données qui accèdent à des données et déplacent ces données à l'intérieur du système comme une partie de la transaction, des objets fonctionnels qui peuvent servir à transformer ou à traiter ces données, des objets de présentation qui fournissent une interface au client afin de faciliter le transfert d'informations et des objets de contrôle qui déterminent quand et comment les objets de données, les objets fonctionnels et les objets de présentation devraient être appliqués aux données comme faisant partie de la transaction. Ce système utilise une structure de données extensible et standardisée, des données permettant de transférer des données entre des composants ou objets, ce qui permet d'utiliser ces objets comme blocs de construction interchangeables d'une architecture de système complète et flexible.A modular system for developing and processing network transactions consists of a four-dimensional architecture or framework which can include four types of components or functional objects. These components include data management objects that access and move data within the system as part of the transaction, functional objects that can be used to transform or process that data, presentation objects that provide an interface to the client to facilitate the transfer of information and control objects that determine when and how data objects, functional objects, and presentation objects should be applied to the data as part of the transaction. This system uses an extensible and standardized data structure, data making it possible to transfer data between components or objects, which makes it possible to use these objects as interchangeable building blocks of a complete and flexible system architecture.
Description
Claims
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| AU32226/00A AU3222600A (en) | 1999-02-03 | 2000-02-03 | Financial modeling in a modular system and method for processing transactions |
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US11849399P | 1999-02-03 | 1999-02-03 | |
| US60/118,493 | 1999-02-03 | ||
| US49653000A | 2000-02-02 | 2000-02-02 | |
| US09/496,530 | 2000-02-02 |
Publications (3)
| Publication Number | Publication Date |
|---|---|
| WO2000046719A2 true WO2000046719A2 (en) | 2000-08-10 |
| WO2000046719A9 WO2000046719A9 (en) | 2001-09-20 |
| WO2000046719A8 WO2000046719A8 (en) | 2002-07-25 |
Family
ID=26816426
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2000/002933 Ceased WO2000046723A2 (en) | 1999-02-03 | 2000-02-03 | Modular system and method for processing transactions |
| PCT/US2000/002921 Ceased WO2000046719A2 (en) | 1999-02-03 | 2000-02-03 | Financial modeling in a modular system and method for processing transactions |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2000/002933 Ceased WO2000046723A2 (en) | 1999-02-03 | 2000-02-03 | Modular system and method for processing transactions |
Country Status (2)
| Country | Link |
|---|---|
| AU (2) | AU3222600A (en) |
| WO (2) | WO2000046723A2 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1209587A3 (en) * | 2000-11-24 | 2005-08-10 | Siemens Aktiengesellschaft | Method and Apparatus for converting data |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7778889B2 (en) | 2000-08-31 | 2010-08-17 | The Softad Group, Llc | Modular e-commerce web site development system |
| US20020147745A1 (en) * | 2001-04-09 | 2002-10-10 | Robert Houben | Method and apparatus for document markup language driven server |
| CN100456247C (en) * | 2002-12-26 | 2009-01-28 | 捷讯研究有限公司 | Method for establishing wireless component application, mobile communication device and server |
| CN114884564B (en) * | 2022-05-20 | 2023-11-07 | 成都中科微信息技术研究院有限公司 | Improved superframe sequence distribution method and communication system based on DVB-RCS2 protocol |
-
2000
- 2000-02-03 AU AU32226/00A patent/AU3222600A/en not_active Abandoned
- 2000-02-03 AU AU29814/00A patent/AU2981400A/en not_active Abandoned
- 2000-02-03 WO PCT/US2000/002933 patent/WO2000046723A2/en not_active Ceased
- 2000-02-03 WO PCT/US2000/002921 patent/WO2000046719A2/en not_active Ceased
Non-Patent Citations (1)
| Title |
|---|
| No Search * |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1209587A3 (en) * | 2000-11-24 | 2005-08-10 | Siemens Aktiengesellschaft | Method and Apparatus for converting data |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2000046719A9 (en) | 2001-09-20 |
| AU3222600A (en) | 2000-08-25 |
| WO2000046723A8 (en) | 2002-06-27 |
| WO2000046719A8 (en) | 2002-07-25 |
| WO2000046723A2 (en) | 2000-08-10 |
| AU2981400A (en) | 2000-08-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4422902B2 (en) | Method and system for electronic commerce using multiple roles | |
| US7778889B2 (en) | Modular e-commerce web site development system | |
| US6611814B1 (en) | System and method for using virtual wish lists for assisting shopping over computer networks | |
| US6490602B1 (en) | Method and apparatus for providing enhanced functionality to product webpages | |
| US6904449B1 (en) | System and method for an application provider framework | |
| US5999914A (en) | Electronic promotion system for an electronic merchant system | |
| US20020062245A1 (en) | System and method for generating real-time promotions on an electronic commerce world wide website to increase the likelihood of purchase | |
| US20040024888A1 (en) | Systems and methods for managing web content and behavior rules engine | |
| US20020156685A1 (en) | System and method for automating electronic commerce transactions using a virtual shopping cart | |
| KR19990064318A (en) | Sales Process Support System and Method | |
| CA2441406C (en) | Web page annotation systems | |
| EP1395900A1 (en) | Method and apparatus for providing custom configurable business applications from a standardized set of components | |
| JPH10207945A (en) | Distributed contents electronic business transaction system and method | |
| WO2002003268A1 (en) | Attribute-based shopping intelligence | |
| Power et al. | The changing technological context of decision support systems | |
| WO2000046720A2 (en) | Targeting and profiling participants in a modular system and method for processing transactions | |
| US20020087412A1 (en) | Method for post-sales customer retention | |
| US7415438B1 (en) | System and method for obtaining feedback from delivery of informational and transactional data | |
| WO2000046719A2 (en) | Financial modeling in a modular system and method for processing transactions | |
| US7505923B1 (en) | Network based franchise business system and method | |
| KR100372919B1 (en) | Electronic Commerce System and Selling Method in the Same | |
| KR20100089300A (en) | System and method for request for everything b2b electronic commerce | |
| CA3098007C (en) | System and method for merging accounts | |
| WO2002001456A1 (en) | E-commerce real time demand and pricing system and method | |
| WO2000041520A2 (en) | System and method for computer-implemented consolidated mall shopping |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AK | Designated states |
Kind code of ref document: A2 Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: A2 Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
| DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
| AK | Designated states |
Kind code of ref document: C2 Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: C2 Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
| COP | Corrected version of pamphlet |
Free format text: PAGES 1-54, DESCRIPTION, REPLACED BY NEW PAGES 1-57; PAGES 55-61, CLAIMS, REPLACED BY NEW PAGES 58-64; PAGES 1/8-8/8, DRAWINGS, REPLACED BY NEW PAGES 1/10-10/10; DUE TO LATE TRANSMITTAL BY THE RECEIVING OFFICE |
|
| REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
| AK | Designated states |
Kind code of ref document: C1 Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: C1 Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
| D17 | Declaration under article 17(2)a | ||
| 122 | Ep: pct application non-entry in european phase |