WO2001016847A2 - A system, method and article of manufacture for organizing multiple dimensions of tax data for the purpose of generating tax-related fact details - Google Patents

A system, method and article of manufacture for organizing multiple dimensions of tax data for the purpose of generating tax-related fact details Download PDF

Info

Publication number
WO2001016847A2
WO2001016847A2 PCT/US2000/024243 US0024243W WO0116847A2 WO 2001016847 A2 WO2001016847 A2 WO 2001016847A2 US 0024243 W US0024243 W US 0024243W WO 0116847 A2 WO0116847 A2 WO 0116847A2
Authority
WO
WIPO (PCT)
Prior art keywords
fact
tax
dimensions
attributes
details
Prior art date
Application number
PCT/US2000/024243
Other languages
French (fr)
Other versions
WO2001016847A8 (en
Inventor
Harold Campbell
Original Assignee
Accenture Llp
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 Accenture Llp filed Critical Accenture Llp
Priority to EP00959843A priority Critical patent/EP1222586A2/en
Priority to AU71097/00A priority patent/AU7109700A/en
Publication of WO2001016847A2 publication Critical patent/WO2001016847A2/en
Publication of WO2001016847A8 publication Critical patent/WO2001016847A8/en

Links

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
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling

Definitions

  • the present invention relates to tax-related software and more particularly to managing and organizing tax -related details in a database for effective input and retrieval.
  • Numerous systems have been developed to automate financial record keeping for the purpose of tracking expense related items, income, assets, and/or liabilities, for budgetary or tax purposes.
  • a system, method, and article of manufacture are provided for organizing multiple dimensions of tax-related data for generating fact details to facilitate payment of taxes.
  • a plurality of dimensions of tax-related data are provided along with a plurality of attributes for each of the dimensions.
  • a plurality of entries are received which are associated with the attributes of the dimensions.
  • a plurality of fact details are then generated by aggregating the entries of a predetermined set of the attributes of the dimensions. Thereafter, the fact details are outputted.
  • a description may be provided for each of the attributes, dimensions, and fact details. Such description may facilitate the inputting of the entries or serve to explain the generated fact details.
  • the dimensions may include asset, date, entity, jurisdiction, tax classification, and/or transaction dimensions.
  • the fact details may include an adjusted book fact, a tax adjustment fact, a schedule M fact, a tax return fact, an apportionment fact, a line item fact, a transaction fact, an invoice fact, an asset fact, a payroll fact, a taxes paid fact, and/or a projected financial fact.
  • Figure 1 is a schematic diagram of a hardware implementation of one embodiment of the present invention.
  • Figure la is a flowchart depicting the various steps of one embodiment of the present invention.
  • Figure 2 is an illustration showing various dimensions of tax-related data which together comprise a plurality of fact groups in accordance with one embodiment of the present invention
  • FIG. 3 is an illustration showing various examples of attributes associated with the asset dimension in accordance with one embodiment of the present invention.
  • Figure 4 is an illustration showing various examples of attributes associated with the date dimension in accordance with one embodiment of the present invention.
  • Figure 5 is an illustration showing various examples of attributes associated with the entity dimension in accordance with one embodiment of the present invention.
  • Figure 6 is an illustration showing various examples of attributes associated with the jurisdiction dimension in accordance with one embodiment of the present invention.
  • Figure 7 is an illustration showing various examples of attributes associated with the tax classification dimension in accordance with one embodiment of the present invention.
  • Figure 8 is an illustration showing various examples of attributes associated with the transaction dimension in accordance with one embodiment of the present invention.
  • Figure 9 is an illustration showing a set of the attributes associated with the adjusted book fact in accordance with one embodiment of the present invention
  • Figure 10 is an illustration showing a set of the attributes associated with the tax adjustment fact in accordance with one embodiment of the present invention
  • Figure 11 is an illustration showing a set of the attributes associated with the schedule M fact in accordance with one embodiment of the present invention.
  • Figure 12 is an illustration showing a set of the attributes associated with the tax return fact in accordance with one embodiment of the present invention.
  • Figure 13 is an illustration showing a set of the attributes associated with the apportionment fact in accordance with one embodiment of the present invention.
  • Figure 14 is an illustration showing a set of the attributes associated with the line item fact in accordance with one embodiment of the present invention.
  • Figure 15 is an illustration showing a set of the attributes associated with the transaction amount fact in accordance with one embodiment of the present invention.
  • Figure 16 is an illustration showing a set of the attributes associated with the invoice fact in accordance with one embodiment of the present invention.
  • Figure 17 is an illustration showing a set of the attributes associated with the asset fact in accordance with one embodiment of the present invention.
  • Figure 18 is an illustration showing a set of the attributes associated with the payroll amount fact in accordance with one embodiment of the present invention.
  • Figure 19 is an illustration showing a set of the attributes associated with the taxes paid fact in accordance with one embodiment of the present invention.
  • Figure 20 is an illustration showing a set of the attributes associated with the projected fmancials fact in accordance with one embodiment of the present invention.
  • the present invention is provided for organizing multiple dimensions of tax-related data for generating fact details to facilitate payment of taxes.
  • one embodiment of the present invention is practiced in the context of a personal computer such as an IBM compatible personal computer, Apple Macintosh computer or UNIX based workstation.
  • FIG. 1 A representative hardware environment is depicted in Figure 1, which illustrates a typical hardware configuration of a workstation in accordance with a preferred embodiment having a central processing unit 110, such as a microprocessor, and a number of other units interconnected via a system bus 112.
  • a central processing unit 110 such as a microprocessor
  • the workstation shown in Figure 1 includes a Random Access Memory (RAM) 114, Read Only Memory (ROM) 116, an I/O adapter 118 for connecting peripheral devices such as disk storage units 120 to the bus 112, a user interface adapter 122 for connecting a keyboard 124, a mouse 126, a speaker 128, a microphone 132, and/or other user interface devices such as a touch screen (not shown) to the bus 112, communication adapter 134 for connecting the workstation to a communication network (e.g., a data processing network) and a display adapter 136 for connecting the bus 112 to a display device 138.
  • a communication network e.g., a data processing network
  • display adapter 136 for connecting the bus 112 to a display device 138.
  • the workstation typically has resident thereon an operating system such as the Microsoft
  • OOP Object oriented programming
  • OOP Since it contains both data and a collection of structures and procedures, it can be visualized as a self-sufficient component that does not require other additional structures, procedures or data to perform its specific task. OOP, therefore, views a computer program as a collection of largely autonomous components, called objects, each of which is responsible for a specific task. This concept of packaging data, structures, and procedures together in one component or module is called encapsulation.
  • OOP components are reusable software modules which present an interface that conforms to an object model and which are accessed at run-time through a component integration architecture.
  • a component integration architecture is a set of architecture mechanisms which allow software modules in different process spaces to utilize each others capabilities or functions. This is generally done by assuming a common component object model on which to build the architecture. It is worthwhile to differentiate between an object and a class of objects at this point.
  • An object is a single instance of the class of objects, which is often just called a class.
  • a class of objects can be viewed as a blueprint, from which many objects can be formed.
  • OOP allows the programmer to create an object that is a part of another object.
  • the object representing a piston engine is said to have a composition-relationship with the object representing a piston.
  • a piston engine comprises a piston, valves and many other components; the fact that a piston is an element of a piston engine can be logically and semantically represented in OOP by two objects.
  • OOP also allows creation of an object that "depends from” another object. If there are two objects, one representing a piston engine and the other representing a piston engine wherein the piston is made of ceramic, then the relationship between the two objects is not that of composition.
  • a ceramic piston engine does not make up a piston engine. Rather it is merely one kind of piston engine that has one more limitation than the piston engine; its piston is made of ceramic.
  • the object representing the ceramic piston engine is called a derived object, and it inherits all of the aspects of the object representing the piston engine and adds further limitation or detail to it.
  • the object representing the ceramic piston engine "depends from" the object representing the piston engine. The relationship between these objects is called inheritance.
  • the object or class representing the ceramic piston engine inherits all of the aspects of the objects representing the piston engine, it inherits the thermal characteristics of a standard piston defined in the piston engine class.
  • the ceramic piston engine object overrides these ceramic specific thermal characteristics, which are typically different from those associated with a metal piston. It skips over the original and uses new functions related to ceramic pistons.
  • Different kinds of piston engines have different characteristics, but may have the same underlying functions associated with it (e.g., how many pistons in the engine, ignition sequences, lubrication, etc.).
  • a programmer would call the same functions with the same names, but each type of piston engine may have different/overriding implementations of functions behind the same name. This ability to hide different implementations of a function behind the same name is called polymorphism and it greatly simplifies communication among objects.
  • composition-relationship With the concepts of composition-relationship, encapsulation, inheritance and polymorphism, an object can represent just about anything in the real world. In fact, our logical perception of the reality is the only limit on determining the kinds of things that can become objects in object- oriented software. Some typical categories are as follows:
  • Objects can represent physical objects, such as automobiles in a traffic-flow simulation, electrical components in a circuit-design program, countries in an economics model, or aircraft in an air-traffic-control system.
  • Objects can represent elements of the computer-user environment such as windows, menus or graphics objects.
  • An object can represent an inventory, such as a personnel file or a table of the latitudes and longitudes of cities.
  • An object can represent user-defined data types such as time, angles, and complex numbers, or points on the plane.
  • OOP allows the software developer to design and implement a computer program that is a model of some aspects of reality, whether that reality is a physical entity, a process, a system, or a composition of matter. Since the object can represent anything, the software developer can create an object which can be used as a component in a larger software project in the future.
  • OOP enables software developers to build objects out of other, previously built objects.
  • C++ is an OOP language that offers a fast, machine-executable code.
  • C++ is suitable for both commercial-application and systems-programming projects.
  • C++ appears to be the most popular choice among many OOP programmers, but there is a host of other OOP languages, such as Smalltalk, Common Lisp Object System (CLOS), and Eiffel. Additionally, OOP capabilities are being added to more traditional popular computer programming languages such as Pascal.
  • Encapsulation enforces data abstraction through the organization of data into small, independent objects that can communicate with each other. Encapsulation protects the data in an object from accidental damage, but allows other objects to interact with that data by calling the object's member functions and structures.
  • Class hierarchies and containment hierarchies provide a flexible mechanism for modeling real-world objects and the relationships among them.
  • Class libraries are very flexible. As programs grow more complex, more programmers are forced to adopt basic solutions to basic problems over and over again.
  • a relatively new extension of the class library concept is to have a framework of class libraries. This framework is more complex and consists of significant collections of collaborating classes that capture both the small scale patterns and major mechanisms that implement the common requirements and design in a specific application domain. They were first developed to free application programmers from the chores involved in displaying menus, windows, dialog boxes, and other standard user interface elements for personal computers.
  • Frameworks also represent a change in the way programmers think about the interaction between the code they write and code written by others.
  • the programmer called libraries provided by the operating system to perform certain tasks, but basically the program executed down the page from start to finish, and the programmer was solely responsible for the flow of control. This was appropriate for printing out paychecks, calculating a mathematical table, or solving other problems with a program that executed in just one way.
  • a programmer writing a framework program not only relinquishes control to the user (as is also true for event loop programs), but also relinquishes the detailed flow of control within the program to the framework. This approach allows the creation of more complex systems that work together in interesting ways, as opposed to isolated programs, having custom code, being created over and over again for similar problems.
  • a framework basically is a collection of cooperating classes that make up a reusable design solution for a given problem domain. It typically includes objects that provide default behavior (e.g., for menus and windows), and programmers use it by inheriting some of that default behavior and overriding other behavior so that the framework calls application code at the appropriate times.
  • default behavior e.g., for menus and windows
  • Behavior versus protocol Class libraries are essentially collections of behaviors that you can call when you want those individual behaviors in your program.
  • a framework provides not only behavior but also the protocol or set of rules that govern the ways in which behaviors can be combined, including rules for what a programmer is supposed to provide versus what the framework provides.
  • a preferred embodiment of the invention utilizes HyperText Markup Language (HTML) to implement documents on the Internet together with a general-purpose secure communication protocol for a transport medium between the client and the Newco. HTTP or other protocols could be readily substituted for HTML without undue experimentation. Information on these products is available in T. Berners-Lee, D. Connoly, "RFC 1866: Hypertext
  • HTML Markup Language - 2.0
  • R. Fielding H, Frystyk, T. Bemers-Lee, J. Gettys and J.C. Mogul, "Hypertext Transfer Protocol ⁇ HTTP/1.1: HTTP Working Group Internet Draft” (May 2, 1996).
  • HTML is a simple data format used to create hypertext documents that are portable from one platform to another.
  • HTML documents are SGML documents with generic semantics that are appropriate for representing information from a wide range of domains.
  • HTML has been in use by the World-Wide Web global information initiative since 1990. HTML is an application of ISO Standard 8879; 1986 Information Processing Text and Office Systems; Standard Generalized Markup Language (SGML).
  • SGML Standard Generalized Markup Language
  • HTML has been the dominant technology used in development of Web-based solutions.
  • HTML has proven to be inadequate in the following areas:
  • UI User Interface
  • Custom “widgets” e.g., real-time stock tickers, animated icons, etc.
  • client-side performance is improved.
  • Java supports the notion of client-side validation, offloading appropriate processing onto the client for improved performance.
  • Dynamic, real-time Web pages can be created. Using the above-mentioned custom UI components, dynamic Web pages can also be created.
  • Sun's Java language has emerged as an industry-recognized language for "programming the Internet.”
  • Sun defines Java as: "a simple, object-oriented, distributed, interpreted, robust, secure, architecture-neutral, portable, high-performance, multithreaded, dynamic, buzzword- compliant, general-purpose programming language.
  • Java supports programming for the Internet in the form of platform-independent Java applets.”
  • Java applets are small, specialized applications that comply with Sun's Java Application Programming Interface (API) allowing developers to add "interactive content" to Web documents (e.g., simple animations, page adornments, basic games, etc.). Applets execute within a Java-compatible browser (e.g., Netscape Navigator) by copying code from the server to client.
  • Java's core feature set is based on C++.
  • Sun's Java literature states that Java is basically, "C++ with extensions from Objective C for more dynamic method resolution.”
  • ActiveX includes tools for developing animation, 3-D virtual reality, video and other multimedia content.
  • the tools use Internet standards, work on multiple platforms, and are being supported by over 100 companies.
  • the group's building blocks are called ActiveX Controls, small, fast components that enable developers to embed parts of software in hypertext markup language (HTML) pages.
  • ActiveX Controls work with a variety of programming languages including Microsoft Visual C++, Borland Delphi, Microsoft Visual Basic programming system and, in the future, Microsoft's development tool for Java, code named "Jakarta.”
  • ActiveX Technologies also includes ActiveX Server Framework, allowing developers to create server applications.
  • ActiveX could be substituted for JAVA without undue experimentation to practice the invention.
  • Figure 1A is a flowchart illustrating the various operations of the present invention that may be carried out by the hardware and software tools set forth hereinabove.
  • the process begins in operation 150.
  • a plurality of dimensions of tax-related data to be submitted in a tax return are provided along with a plurality of attributes for each of the dimensions. See operation 152 and 154, respectively.
  • the dimensions include information pertinent to the calculation of tax liability. Such information includes tax classification and entity type. This information may be further classified in the various attributes of the dimensions.
  • a plurality of entries are shown to be received which are associated with the attributes of the dimensions.
  • a plurality of fact details are then generated by aggregating the entries of a predetermined set of the attributes of some or all of the dimensions, as indicated in operation 158. Thereafter, in operation 160 the fact details are outputted for various reasons such as submission with the tax return after which the process is terminated in operation 162.
  • the dimensions, attributes, and entries may be inputted by any input device such as the keyboard 124, the mouse 126, the microphone 132, the touch screen (not shown), or anything else that is capable of conveying such information.
  • the dimensions attributes need only be entered initially once, or simply provided.
  • the generation of the fact details may be carried out via the CPU 110 which in turn may be governed by a computer program stored on a computer readable medium, i.e. the RAM 114,
  • ROM 116 the disk storage units 120, and/or anything else capable of storing the computer program.
  • dedicated hardware such as an application specific integrated circuit (ASIC) may be employed to accomplish the same.
  • ASIC application specific integrated circuit
  • a computer program, or any other type of logic is adapted to use different sets of the attributes of some or all of the dimensions for calculation of each of the various fact details.
  • the fact detail may be calculated using equations and rules set forth by the desired tax preparation practice.
  • such calculation of the fact details may be carried out manually, thereby using the present invention primarily for the collection, organization, and convenient access to the tax-related data.
  • the outputting of the fact details may be effected by way of the display 138, the speaker 128, a printer (not shown) or any other output mechanism capable of delivering the results to the user. It should be understood that the foregoing components need not be resident on a single computer, but also may be a component of either a networked client and/or a server.
  • a description may be provided for each of the attributes, dimensions, and fact details. Such description may facilitate the inputting of the entries or serve to explain the generated fact details.
  • the system may be capable of supporting data requirements for federal and state income tax filing; supporting the analysis of foreign sale corporation activity on a transaction-by- transaction basis, storing and retrieving transaction data to support federal income tax information document requests, analyzing sales and using tax refund opportunities, comparing specific valuation bases for property tax reporting, supplying financial data on a jurisdictional basis to support state and local credit and incentives analysis, and storing and retrieving data related to income projection and schedule M reversals to support deferred planning.
  • the present invention may thus include an API which can handle any tax-related matter including those listed above, and may further be capable of allowing convenient retrieval and input of tax-related fact details through an automated organization method which will soon be set forth.
  • the dimensions may include asset 200, date 202, entity 204, jurisdiction 206, tax classification 208, and or transaction 210 dimensions.
  • Note Figure 2 as well as the following table, which lists and describes each of the dimensions found in Figure 2 and used for generation of fact details.
  • Asset Contains all of the attributes associated with an asset.
  • Date Contains attributes about the time when an activity occurred.
  • Entity Contains all the attributes associated with a legal entity.
  • Jurisdiction Contains all the attributes of the taxing jurisdiction.
  • Tax Classification Represents the categories by which information is reported on various returns.
  • Transaction Contains all the attributes of all source systems from which information was imported.
  • FIG. 3 Various attributes of the asset dimension 200 of the tax-related data are shown in Figure 3.
  • the following table lists each attribute of the asset dimension 200 shown in Figure 3 and its exemplary description. Also included are sample entries that are used for, for example, calculating fact details and tax cost or identifying a particular asset.
  • Cost Center Indicates a specific cost center Sales that has a budget. This is the lowest level of the corporate organizational structure.
  • Consolidated Group Represents the companies, which North America are grouped together for reporting
  • Geo code represents a unique identifier 77777-12345678 similar to zip code.
  • Transaction ID Identifies the document posting # Invoice #, Check #, in the source system. Journal Entry #, Batch Posting #
  • Transaction Type Identifies the document posting Accruals, Sales, type in the source system.
  • the fact details may include an adjusted book fact, a tax adjustment fact, a schedule M fact, a tax return fact, an apportionment fact, a line item fact, a transaction fact, an invoice fact, an asset fact, a payroll fact, a taxes paid fact, and/or a projected financial fact.
  • FIG. 9 An example of calculation of an adjusted book fact 900 is shown in Figure 9.
  • the dimensions necessary for the exemplary calculation of an adjusted book amount, such as of the level of an account, are shown along with a selected attribute that define the parameters of the final calculated fact.
  • the month attribute of the date dimension is used, meaning that the level of the account at the end of the month is being calculated.
  • the type of entity is classified under the business unit attribute of the entity dimension.
  • the proper jurisdiction type attribute such as property, sales, or income tax, is selected along with the jurisdiction of the taxing authority, i.e., state, federal, foreign, or special, are selected from the of the jurisdiction dimension.
  • a particular tax sub category of the tax classification dimension is used to identify the type of information that will be reported on the return, such as for capturing information by line item on the tax form.
  • Examples of the tax sub category for the account in this example include sales and cash.
  • the transaction and asset dimensions are not used to calculate the adjusted book fact in this example.
  • the hierarchical manner in which the data is priontized or sorted is also illustrated.
  • Tax Subcategory Dimension Transaction_Description Levels: • Transaction Description
  • Cubes The following sets illustrate various examples of dimensions and attributes necessary to determine exemplary facts.
  • Tax_Subcategory tax subcategory
  • Tax Sub Category sub-category Cube Tax Adjustment
  • Tax_Account ID Account ED (Description)
  • Projected taxable income 1. Projected Book Net Income Projected taxable income 1. Projected Permanent Differences Projected taxable income 1. Projected Timing Difference Projected taxable income 2. Schedule M Amount
  • Tax_Account ED Account ED (Description)
  • the dimensions are selected from the group of dimensions consisting of asset, date, entity, jurisdiction, tax classification, and transaction.
  • fact details are selected from the group of fact details consisting of an adjusted book fact, a tax adjustment fact, a schedule M fact, a tax return fact, an apportionment fact, a line item fact, a transaction fact, an invoice fact, an asset fact, a payroll fact, a taxes paid fact, and a projected financial fact.

Abstract

A system, method, and article of manufacture are provided for organizing multiple dimensions of tax-related data for generating fact details to facilitate payment of taxes. First, a plurality of dimensions of tax-related data are provided along with a plurality of attributes for each of the dimensions. Next, a plurality of entries are received which are associated with the attributes of the dimensions. A plurality of fact details are then generated by aggregating the entries of a predetermined set of the attributes of the dimensions. Thereafter, the fact details are outputted.

Description

A SYSTEM, METHOD AND ARTICLE OF MANUFACTURE FOR ORGANIZING MULTIPLE DIMENSIONS OF TAX DATA FOR THE PURPOSE OF GENERATING
TAX-RELATED FACT DETAILS
FIELD OF INVENTION
The present invention relates to tax-related software and more particularly to managing and organizing tax -related details in a database for effective input and retrieval.
BACKGROUND OF INVENTION
Numerous systems have been developed to automate financial record keeping for the purpose of tracking expense related items, income, assets, and/or liabilities, for budgetary or tax purposes.
Nevertheless, although attractive in theory, most conventional systems are impractical for effective use. In most cases, one cannot afford to hire a bookkeeper to gather the necessary data, and even though a number of commercial accounting programs are available which can be run by an individual with no special training on a personal home computer, most individuals do not have the time or desire to run such programs, which inevitably require the individual to manually enter the necessary data into the computer each time a transaction, i.e., the writing of a check or deposit slip, is carried out, or to scan prerecorded forms, which must be specially prepared and compared with the original checks or deposit slips to ensure accuracy.
Numerous entities have finances which would benefit from automation, especially for budget planning or tax purposes, but the automation is useless if it requires generation of additional forms, manual verification and/or manual data entry. The simplest investments, such as a rental property or the purchase of ordinary common stocks, can generate an overwhelming amount of transaction data. Nevertheless, even the most user-friendly home accounting and tax preparation programs tend to end up on the shelf when the user discovers the effort needed to enter transaction data every time a cancelled check is returned or a deposit is made. Even where the bank makes available electronic or optically scannable records which can be entered in the home accounting program, the time necessary to verify the data often negates the time saved by automated entry. Despite the best of intentions, the cancelled checks and other documents concerning the transaction thus often end up in a "shoe box" until they are needed, for example, for taxes, or for an unforeseen crisis such as a divorce or bankruptcy, by which time the individual's records can at best be only partially reconstructed and at great difficulty. While such a possibility should motivate individuals to keep better records, especially in view of the currently available technology for that purpose, it simply does not.
SUMMARY OF INVENTION
A system, method, and article of manufacture are provided for organizing multiple dimensions of tax-related data for generating fact details to facilitate payment of taxes. First, a plurality of dimensions of tax-related data are provided along with a plurality of attributes for each of the dimensions. Next, a plurality of entries are received which are associated with the attributes of the dimensions. A plurality of fact details are then generated by aggregating the entries of a predetermined set of the attributes of the dimensions. Thereafter, the fact details are outputted.
In one aspect of the present invention, a description may be provided for each of the attributes, dimensions, and fact details. Such description may facilitate the inputting of the entries or serve to explain the generated fact details.
In another aspect of the present invention, the dimensions may include asset, date, entity, jurisdiction, tax classification, and/or transaction dimensions. Further, the fact details may include an adjusted book fact, a tax adjustment fact, a schedule M fact, a tax return fact, an apportionment fact, a line item fact, a transaction fact, an invoice fact, an asset fact, a payroll fact, a taxes paid fact, and/or a projected financial fact.
BRIEF DESCRIPTION OF DRAWINGS
The invention will be better understood when consideration is given to the following detailed description thereof. Such description makes reference to the annexed drawings wherein:
Figure 1 is a schematic diagram of a hardware implementation of one embodiment of the present invention;
Figure la is a flowchart depicting the various steps of one embodiment of the present invention.
Figure 2 is an illustration showing various dimensions of tax-related data which together comprise a plurality of fact groups in accordance with one embodiment of the present invention;
Figure 3 is an illustration showing various examples of attributes associated with the asset dimension in accordance with one embodiment of the present invention;
Figure 4 is an illustration showing various examples of attributes associated with the date dimension in accordance with one embodiment of the present invention;
Figure 5 is an illustration showing various examples of attributes associated with the entity dimension in accordance with one embodiment of the present invention;
Figure 6 is an illustration showing various examples of attributes associated with the jurisdiction dimension in accordance with one embodiment of the present invention;
Figure 7 is an illustration showing various examples of attributes associated with the tax classification dimension in accordance with one embodiment of the present invention;
Figure 8 is an illustration showing various examples of attributes associated with the transaction dimension in accordance with one embodiment of the present invention;
Figure 9 is an illustration showing a set of the attributes associated with the adjusted book fact in accordance with one embodiment of the present invention; Figure 10 is an illustration showing a set of the attributes associated with the tax adjustment fact in accordance with one embodiment of the present invention;
Figure 11 is an illustration showing a set of the attributes associated with the schedule M fact in accordance with one embodiment of the present invention;
Figure 12 is an illustration showing a set of the attributes associated with the tax return fact in accordance with one embodiment of the present invention;
Figure 13 is an illustration showing a set of the attributes associated with the apportionment fact in accordance with one embodiment of the present invention;
Figure 14 is an illustration showing a set of the attributes associated with the line item fact in accordance with one embodiment of the present invention;
Figure 15 is an illustration showing a set of the attributes associated with the transaction amount fact in accordance with one embodiment of the present invention;
Figure 16 is an illustration showing a set of the attributes associated with the invoice fact in accordance with one embodiment of the present invention;
Figure 17 is an illustration showing a set of the attributes associated with the asset fact in accordance with one embodiment of the present invention;
Figure 18 is an illustration showing a set of the attributes associated with the payroll amount fact in accordance with one embodiment of the present invention;
Figure 19 is an illustration showing a set of the attributes associated with the taxes paid fact in accordance with one embodiment of the present invention; and
Figure 20 is an illustration showing a set of the attributes associated with the projected fmancials fact in accordance with one embodiment of the present invention. DISCLOSURE OF INVENTION
The present invention is provided for organizing multiple dimensions of tax-related data for generating fact details to facilitate payment of taxes. In order to accomplish this, one embodiment of the present invention is practiced in the context of a personal computer such as an IBM compatible personal computer, Apple Macintosh computer or UNIX based workstation.
A representative hardware environment is depicted in Figure 1, which illustrates a typical hardware configuration of a workstation in accordance with a preferred embodiment having a central processing unit 110, such as a microprocessor, and a number of other units interconnected via a system bus 112. The workstation shown in Figure 1 includes a Random Access Memory (RAM) 114, Read Only Memory (ROM) 116, an I/O adapter 118 for connecting peripheral devices such as disk storage units 120 to the bus 112, a user interface adapter 122 for connecting a keyboard 124, a mouse 126, a speaker 128, a microphone 132, and/or other user interface devices such as a touch screen (not shown) to the bus 112, communication adapter 134 for connecting the workstation to a communication network (e.g., a data processing network) and a display adapter 136 for connecting the bus 112 to a display device 138.
The workstation typically has resident thereon an operating system such as the Microsoft
Windows NT or Windows/95 Operating System (OS), the IBM OS/2 operating system, the MAC OS, or UNIX operating system. Those skilled in the art will appreciate that the present invention may also be implemented on platforms and operating systems other than those mentioned.
Operating on the hardware is software. One embodiment of software is written using JAVA, C, and the C++ language and utilizes object oriented programming methodology. Object oriented programming (OOP) has become increasingly used to develop complex applications. As OOP moves toward the mainstream of software design and development, various software solutions require adaptation to make use of the benefits of OOP. A need exists for these principles of OOP to be applied to a messaging interface of an electronic messaging system such that a set of OOP classes and objects for the messaging interface can be provided. OOP is a process of developing computer software using objects, including the steps of analyzing the problem, designing the system, and constructing the program. An object is a software package that contains both data and a collection of related structures and procedures. Since it contains both data and a collection of structures and procedures, it can be visualized as a self-sufficient component that does not require other additional structures, procedures or data to perform its specific task. OOP, therefore, views a computer program as a collection of largely autonomous components, called objects, each of which is responsible for a specific task. This concept of packaging data, structures, and procedures together in one component or module is called encapsulation.
In general, OOP components are reusable software modules which present an interface that conforms to an object model and which are accessed at run-time through a component integration architecture. A component integration architecture is a set of architecture mechanisms which allow software modules in different process spaces to utilize each others capabilities or functions. This is generally done by assuming a common component object model on which to build the architecture. It is worthwhile to differentiate between an object and a class of objects at this point. An object is a single instance of the class of objects, which is often just called a class. A class of objects can be viewed as a blueprint, from which many objects can be formed.
OOP allows the programmer to create an object that is a part of another object. For example, the object representing a piston engine is said to have a composition-relationship with the object representing a piston. In reality, a piston engine comprises a piston, valves and many other components; the fact that a piston is an element of a piston engine can be logically and semantically represented in OOP by two objects.
OOP also allows creation of an object that "depends from" another object. If there are two objects, one representing a piston engine and the other representing a piston engine wherein the piston is made of ceramic, then the relationship between the two objects is not that of composition. A ceramic piston engine does not make up a piston engine. Rather it is merely one kind of piston engine that has one more limitation than the piston engine; its piston is made of ceramic. In this case, the object representing the ceramic piston engine is called a derived object, and it inherits all of the aspects of the object representing the piston engine and adds further limitation or detail to it. The object representing the ceramic piston engine "depends from" the object representing the piston engine. The relationship between these objects is called inheritance.
When the object or class representing the ceramic piston engine inherits all of the aspects of the objects representing the piston engine, it inherits the thermal characteristics of a standard piston defined in the piston engine class. However, the ceramic piston engine object overrides these ceramic specific thermal characteristics, which are typically different from those associated with a metal piston. It skips over the original and uses new functions related to ceramic pistons. Different kinds of piston engines have different characteristics, but may have the same underlying functions associated with it (e.g., how many pistons in the engine, ignition sequences, lubrication, etc.). To access each of these functions in any piston engine object, a programmer would call the same functions with the same names, but each type of piston engine may have different/overriding implementations of functions behind the same name. This ability to hide different implementations of a function behind the same name is called polymorphism and it greatly simplifies communication among objects.
With the concepts of composition-relationship, encapsulation, inheritance and polymorphism, an object can represent just about anything in the real world. In fact, our logical perception of the reality is the only limit on determining the kinds of things that can become objects in object- oriented software. Some typical categories are as follows:
• Objects can represent physical objects, such as automobiles in a traffic-flow simulation, electrical components in a circuit-design program, countries in an economics model, or aircraft in an air-traffic-control system. • Objects can represent elements of the computer-user environment such as windows, menus or graphics objects.
• An object can represent an inventory, such as a personnel file or a table of the latitudes and longitudes of cities.
• An object can represent user-defined data types such as time, angles, and complex numbers, or points on the plane.
With this enormous capability of an object to represent just about any logically separable matters, OOP allows the software developer to design and implement a computer program that is a model of some aspects of reality, whether that reality is a physical entity, a process, a system, or a composition of matter. Since the object can represent anything, the software developer can create an object which can be used as a component in a larger software project in the future.
If 90% of a new OOP software program consists of proven, existing components made from preexisting reusable objects, then only the remaining 10% of the new software project has to be written and tested from scratch. Since 90% already came from an inventory of extensively tested reusable objects, the potential domain from which an error could originate is 10% of the program. As a result, OOP enables software developers to build objects out of other, previously built objects.
This process closely resembles complex machinery being built out of assemblies and sub- assemblies. OOP technology, therefore, makes software engineering more like hardware engineering in that software is built from existing components, which are available to the developer as objects. All this adds up to an improved quality of the software as well as an increased speed of its development.
Programming languages are beginning to fully support the OOP principles, such as encapsulation, inheritance, polymorphism, and composition-relationship. With the advent of the C++ language, many commercial software developers have embraced OOP. C++ is an OOP language that offers a fast, machine-executable code. Furthermore, C++ is suitable for both commercial-application and systems-programming projects. For now, C++ appears to be the most popular choice among many OOP programmers, but there is a host of other OOP languages, such as Smalltalk, Common Lisp Object System (CLOS), and Eiffel. Additionally, OOP capabilities are being added to more traditional popular computer programming languages such as Pascal.
The benefits of object classes can be summarized, as follows:
• Objects and their corresponding classes break down complex programming problems into many smaller, simpler problems.
• Encapsulation enforces data abstraction through the organization of data into small, independent objects that can communicate with each other. Encapsulation protects the data in an object from accidental damage, but allows other objects to interact with that data by calling the object's member functions and structures.
• Subclassing and inheritance make it possible to extend and modify objects through deriving new kinds of objects from the standard classes available in the system. Thus, new capabilities are created without having to start from scratch.
• Polymorphism and multiple inheritance make it possible for different programmers to mix and match characteristics of many different classes and create specialized objects that can still work with related objects in predictable ways.
• Class hierarchies and containment hierarchies provide a flexible mechanism for modeling real-world objects and the relationships among them.
• Libraries of reusable classes are useful in many situations, but they also have some limitations. For example:
• Complexity. In a complex system, the class hierarchies for related classes can become extremely confusing, with many dozens or even hundreds of classes. • Flow of control. A program written with the aid of class libraries is still responsible for the flow of control (i.e., it must control the interactions among all the objects created from a particular library). The programmer has to decide which functions to call at what times for which kinds of objects.
• Duplication of effort. Although class libraries allow programmers to use and reuse many small pieces of code, each programmer puts those pieces together in a different way.
Two different programmers can use the same set of class libraries to write two programs that do exactly the same thing but whose internal structure (i.e., design) may be quite different, depending on hundreds of small decisions each programmer makes along the way. Inevitably, similar pieces of code end up doing similar things in slightly different ways and do not work as well together as they should.
Class libraries are very flexible. As programs grow more complex, more programmers are forced to reinvent basic solutions to basic problems over and over again. A relatively new extension of the class library concept is to have a framework of class libraries. This framework is more complex and consists of significant collections of collaborating classes that capture both the small scale patterns and major mechanisms that implement the common requirements and design in a specific application domain. They were first developed to free application programmers from the chores involved in displaying menus, windows, dialog boxes, and other standard user interface elements for personal computers.
Frameworks also represent a change in the way programmers think about the interaction between the code they write and code written by others. In the early days of procedural programming, the programmer called libraries provided by the operating system to perform certain tasks, but basically the program executed down the page from start to finish, and the programmer was solely responsible for the flow of control. This was appropriate for printing out paychecks, calculating a mathematical table, or solving other problems with a program that executed in just one way.
The development of graphical user interfaces began to turn this procedural programming arrangement inside out. These interfaces allow the user, rather than program logic, to drive the program and decide when certain actions should be performed. Today, most personal computer software accomplishes this by means of an event loop which monitors the mouse, keyboard, and other sources of external events and calls the appropriate parts of the programmer's code according to actions that the user performs. The programmer no longer determines the order in which events occur. Instead, a program is divided into separate pieces that are called at unpredictable times and in an unpredictable order. By relinquishing control in this way to users, the developer creates a program that is much easier to use. Nevertheless, individual pieces of the program written by the developer still call libraries provided by the operating system to accomplish certain tasks, and the programmer must still determine the flow of control within each piece after it's called by the event loop. Application code still "sits on top of the system.
Even event loop programs require programmers to write a lot of code that should not need to be written separately for every application. The concept of an application framework carries the event loop concept further. Instead of dealing with all the nuts and bolts of constructing basic menus, windows, and dialog boxes and then making these things all work together, programmers using application frameworks start with working application code and basic user interface elements in place. Subsequently, they build from there by replacing some of the generic capabilities of the framework with the specific capabilities of the intended application. Application frameworks reduce the total amount of code that a programmer has to write from scratch. However, because the framework is really a generic application that displays windows, supports copy and paste, and so on, the programmer can also relinquish control to a greater degree than event loop programs permit. The framework code takes care of almost all event handling and flow of control, and the programmer's code is called only when the framework needs it (e.g., to create or manipulate a proprietary data structure).
A programmer writing a framework program not only relinquishes control to the user (as is also true for event loop programs), but also relinquishes the detailed flow of control within the program to the framework. This approach allows the creation of more complex systems that work together in interesting ways, as opposed to isolated programs, having custom code, being created over and over again for similar problems.
Thus, as is explained above, a framework basically is a collection of cooperating classes that make up a reusable design solution for a given problem domain. It typically includes objects that provide default behavior (e.g., for menus and windows), and programmers use it by inheriting some of that default behavior and overriding other behavior so that the framework calls application code at the appropriate times.
There are three main differences between frameworks and class libraries:
• Behavior versus protocol. Class libraries are essentially collections of behaviors that you can call when you want those individual behaviors in your program. A framework, on the other hand, provides not only behavior but also the protocol or set of rules that govern the ways in which behaviors can be combined, including rules for what a programmer is supposed to provide versus what the framework provides.
• Call versus override. With a class library, the code the programmer instantiates objects and calls their member functions. It's possible to instantiate and call objects in the same way with a framework (i.e., to treat the framework as a class library), but to take full advantage of a framework's reusable design, a programmer typically writes code that overrides and is called by the framework. The framework manages the flow of control among its objects. Writing a program involves dividing responsibilities among the various pieces of software that are called by the framework rather than specifying how the different pieces should work together. • Implementation versus design. With class libraries, programmers reuse only implementations, whereas with frameworks, they reuse design. A framework embodies the way a family of related programs or pieces of software work. It represents a generic design solution that can be adapted to a variety of specific problems in a given domain. For example, a single framework can embody the way a user interface works, even though two different user interfaces created with the same framework might solve quite different interface problems.
Thus, through the development of frameworks for solutions to various problems and programming tasks, significant reductions in the design and development effort for software can be achieved. A preferred embodiment of the invention utilizes HyperText Markup Language (HTML) to implement documents on the Internet together with a general-purpose secure communication protocol for a transport medium between the client and the Newco. HTTP or other protocols could be readily substituted for HTML without undue experimentation. Information on these products is available in T. Berners-Lee, D. Connoly, "RFC 1866: Hypertext
Markup Language - 2.0" (Nov. 1995); and R. Fielding, H, Frystyk, T. Bemers-Lee, J. Gettys and J.C. Mogul, "Hypertext Transfer Protocol ~ HTTP/1.1: HTTP Working Group Internet Draft" (May 2, 1996). HTML is a simple data format used to create hypertext documents that are portable from one platform to another. HTML documents are SGML documents with generic semantics that are appropriate for representing information from a wide range of domains.
HTML has been in use by the World-Wide Web global information initiative since 1990. HTML is an application of ISO Standard 8879; 1986 Information Processing Text and Office Systems; Standard Generalized Markup Language (SGML).
To date, Web development tools have been limited in their ability to create dynamic Web applications which span from client to server and interoperate with existing computing resources. Until recently, HTML has been the dominant technology used in development of Web-based solutions. However, HTML has proven to be inadequate in the following areas:
• Poor performance; • Restricted user interface capabilities;
• Can only produce static Web pages;
• Lack of interoperability with existing applications and data; and
• Inability to scale. Sun Microsystem's Java language solves many of the client-side problems by:
• Improving performance on the client side;
• Enabling the creation of dynamic, real-time Web applications; and • Providing the ability to create a wide variety of user interface components.
With Java, developers can create robust User Interface (UI) components. Custom "widgets" (e.g., real-time stock tickers, animated icons, etc.) can be created, and client-side performance is improved. Unlike HTML, Java supports the notion of client-side validation, offloading appropriate processing onto the client for improved performance. Dynamic, real-time Web pages can be created. Using the above-mentioned custom UI components, dynamic Web pages can also be created.
Sun's Java language has emerged as an industry-recognized language for "programming the Internet." Sun defines Java as: "a simple, object-oriented, distributed, interpreted, robust, secure, architecture-neutral, portable, high-performance, multithreaded, dynamic, buzzword- compliant, general-purpose programming language. Java supports programming for the Internet in the form of platform-independent Java applets." Java applets are small, specialized applications that comply with Sun's Java Application Programming Interface (API) allowing developers to add "interactive content" to Web documents (e.g., simple animations, page adornments, basic games, etc.). Applets execute within a Java-compatible browser (e.g., Netscape Navigator) by copying code from the server to client. From a language standpoint, Java's core feature set is based on C++. Sun's Java literature states that Java is basically, "C++ with extensions from Objective C for more dynamic method resolution."
Another technology that provides similar function to JAVA is provided by Microsoft and ActiveX Technologies, to give developers and Web designers wherewithal to build dynamic content for the Internet and personal computers. ActiveX includes tools for developing animation, 3-D virtual reality, video and other multimedia content. The tools use Internet standards, work on multiple platforms, and are being supported by over 100 companies. The group's building blocks are called ActiveX Controls, small, fast components that enable developers to embed parts of software in hypertext markup language (HTML) pages. ActiveX Controls work with a variety of programming languages including Microsoft Visual C++, Borland Delphi, Microsoft Visual Basic programming system and, in the future, Microsoft's development tool for Java, code named "Jakarta." ActiveX Technologies also includes ActiveX Server Framework, allowing developers to create server applications. One of ordinary skill in the art readily recognizes that ActiveX could be substituted for JAVA without undue experimentation to practice the invention.
Figure 1A is a flowchart illustrating the various operations of the present invention that may be carried out by the hardware and software tools set forth hereinabove. In the most general terms, the process begins in operation 150. Next, a plurality of dimensions of tax-related data to be submitted in a tax return are provided along with a plurality of attributes for each of the dimensions. See operation 152 and 154, respectively. The dimensions include information pertinent to the calculation of tax liability. Such information includes tax classification and entity type. This information may be further classified in the various attributes of the dimensions.
With continuing reference to Figure 1 A, and in particular operation 156, a plurality of entries are shown to be received which are associated with the attributes of the dimensions. A plurality of fact details are then generated by aggregating the entries of a predetermined set of the attributes of some or all of the dimensions, as indicated in operation 158. Thereafter, in operation 160 the fact details are outputted for various reasons such as submission with the tax return after which the process is terminated in operation 162.
It should be noted that the dimensions, attributes, and entries may be inputted by any input device such as the keyboard 124, the mouse 126, the microphone 132, the touch screen (not shown), or anything else that is capable of conveying such information. As an option, the dimensions attributes need only be entered initially once, or simply provided.
Further, the generation of the fact details may be carried out via the CPU 110 which in turn may be governed by a computer program stored on a computer readable medium, i.e. the RAM 114,
ROM 116, the disk storage units 120, and/or anything else capable of storing the computer program. In the alternative, dedicated hardware such as an application specific integrated circuit (ASIC) may be employed to accomplish the same. In order to generate the fact details, a computer program, or any other type of logic, is adapted to use different sets of the attributes of some or all of the dimensions for calculation of each of the various fact details. Upon the appropriate selection of attributes that are applicable to the calculation of the fact detail at hand, the fact detail may be calculated using equations and rules set forth by the desired tax preparation practice. In the alternative, such calculation of the fact details may be carried out manually, thereby using the present invention primarily for the collection, organization, and convenient access to the tax-related data.
The outputting of the fact details may be effected by way of the display 138, the speaker 128, a printer (not shown) or any other output mechanism capable of delivering the results to the user. It should be understood that the foregoing components need not be resident on a single computer, but also may be a component of either a networked client and/or a server.
In one embodiment of the present invention, a description may be provided for each of the attributes, dimensions, and fact details. Such description may facilitate the inputting of the entries or serve to explain the generated fact details.
In use, the system may be capable of supporting data requirements for federal and state income tax filing; supporting the analysis of foreign sale corporation activity on a transaction-by- transaction basis, storing and retrieving transaction data to support federal income tax information document requests, analyzing sales and using tax refund opportunities, comparing specific valuation bases for property tax reporting, supplying financial data on a jurisdictional basis to support state and local credit and incentives analysis, and storing and retrieving data related to income projection and schedule M reversals to support deferred planning. The present invention may thus include an API which can handle any tax-related matter including those listed above, and may further be capable of allowing convenient retrieval and input of tax-related fact details through an automated organization method which will soon be set forth.
Dimensions & Attributes
In one embodiment of the present invention, the dimensions may include asset 200, date 202, entity 204, jurisdiction 206, tax classification 208, and or transaction 210 dimensions. Note Figure 2 as well as the following table, which lists and describes each of the dimensions found in Figure 2 and used for generation of fact details.
Asset Contains all of the attributes associated with an asset.
Date Contains attributes about the time when an activity occurred.
Entity Contains all the attributes associated with a legal entity.
Jurisdiction Contains all the attributes of the taxing jurisdiction.
Tax Classification Represents the categories by which information is reported on various returns.
Transaction Contains all the attributes of all source systems from which information was imported.
Various attributes of the asset dimension 200 of the tax-related data are shown in Figure 3. The following table lists each attribute of the asset dimension 200 shown in Figure 3 and its exemplary description. Also included are sample entries that are used for, for example, calculating fact details and tax cost or identifying a particular asset.
Figure imgf000018_0001
Figure imgf000019_0001
Various attributes of the date dimension 202 of the tax-related data are shown in Figure 4 and further characterized as follows (* shaded areas show future attributes):
Date The specific day that a transaction 2/28/1998
Figure imgf000020_0001
Various attributes of the entity dimension 204 of the tax-related data are shown in Figure 5 and further characterized as follows:
Cost Center Indicates a specific cost center Sales that has a budget. This is the lowest level of the corporate organizational structure.
Consolidated Group Represents the companies, which North America are grouped together for reporting
Figure imgf000021_0001
Various attributes of the jurisdiction dimension 206 of the tax-related data are shown in Figure 6 and further characterized as follows:
'AffisβEitej^^af *i^5 & Sm
Figure imgf000021_0002
At SfϊEF2ut5aiUfjIIΪΪΪ dfib tfeD@cr4t below address. manufacturing, administrative
Geo code Represents a unique identifier 77777-12345678 similar to zip code.
School District Represents the name of the school Houston I.S.D district / tax collector the Geo code area is responsible for remitting taxes to.
City Represents the name of the city Houston where Geo code area is located.
County Represents the name of the Harris county where Geo code area is located.
State Represents the name of the state Texas where Geo code area is located.
Zip code The 5 digit zip code where Geo 77042 code area is located.
Zip code+4 The 9 digit zip code where Geo 77042-1041 code area is located.
Country Represents the name of the USA country where Geo code area is located.
Various attributes of the tax classification dimension 208 of the tax-related data are shown in Figure 7 and further characterized as follows:
Figure imgf000022_0001
Figure imgf000023_0001
Various attributes of the transaction dimension 210 of the tax-related data are shown in Figure 8 and further characterized as follows:
Transaction ID Identifies the document posting # Invoice #, Check #, in the source system. Journal Entry #, Batch Posting #
Transaction Type Identifies the document posting Accruals, Sales, type in the source system. Payments
Transaction Represents the text descriptive "To accrue Texas Description field for the document posting. Franchise tax for
Figure imgf000024_0001
Figure imgf000025_0001
Fact Details
In one embodiment of the present invention, the fact details may include an adjusted book fact, a tax adjustment fact, a schedule M fact, a tax return fact, an apportionment fact, a line item fact, a transaction fact, an invoice fact, an asset fact, a payroll fact, a taxes paid fact, and/or a projected financial fact.
An example of calculation of an adjusted book fact 900 is shown in Figure 9. The dimensions necessary for the exemplary calculation of an adjusted book amount, such as of the level of an account, are shown along with a selected attribute that define the parameters of the final calculated fact. In this example, the month attribute of the date dimension is used, meaning that the level of the account at the end of the month is being calculated. The type of entity is classified under the business unit attribute of the entity dimension. Also, the proper jurisdiction type attribute, such as property, sales, or income tax, is selected along with the jurisdiction of the taxing authority, i.e., state, federal, foreign, or special, are selected from the of the jurisdiction dimension. A particular tax sub category of the tax classification dimension is used to identify the type of information that will be reported on the return, such as for capturing information by line item on the tax form. Examples of the tax sub category for the account in this example include sales and cash. Also, as noted in Figure 9, the transaction and asset dimensions are not used to calculate the adjusted book fact in this example.
The following table illustrates the fact name shown in Figure 9 as well as describes the fact and provides a default aggregation rule:
Figure imgf000026_0001
Examples of the tax adjustment facts 1000 and associated exemplary descriptions are shown in Figure 10 and further characterized as follows:
Figure imgf000026_0002
Examples of the schedule M facts 1100 and associated exemplary descriptions are shown in Figure 11 and further characterized as follows:
Figure imgf000026_0003
Examples of the tax return facts 1200 and associated exemplary descriptions are shown in Figure 12 and further characterized as follows:
Figure imgf000027_0001
Examples of the tax apportionment facts 1300 and associated exemplary descriptions are shown in Figure 13 and further characterized as follows:
Figure imgf000027_0002
Examples of the line item facts 1400 and associated exemplary descriptions are shown in Figure 14 and further charactenzed as follows:
Figure imgf000028_0001
Examples of the transaction facts 1500 and associated exemplary descriptions are shown in Figure 15 and further characterized as follows:
Figure imgf000028_0002
Examples of the invoice facts 1600 and associated exemplary descriptions are shown in Figure 16 and further characterized as follows:
Figure imgf000028_0003
Figure imgf000029_0001
Examples of the asset facts 1700 and associated exemplary descriptions are shown in Figure 17 and further characterized as follows:
Figure imgf000029_0002
Figure imgf000030_0001
Examples of the payroll facts 1800 and associated exemplary descriptions are shown in Figure 18 and further characterized as follows:
Figure imgf000030_0002
Examples of the taxes paid facts 1900 and associated exemplary descriptions are shown in Figure 19 and further characterized as follows:
Figure imgf000030_0003
Figure imgf000031_0001
Examples of the projected financial facts 2000 and associated exemplary descriptions are shown in Figure 20 and further characterized as follows:
Figure imgf000031_0002
Figure imgf000032_0001
The following are the various tiers of data within the Shared Dimensions that may be used in one implementation of the present invention. The hierarchical manner in which the data is priontized or sorted is also illustrated.
Dimension: Account
Levels: Account ID
Dimension: Asset
Levels: • Asset Category
• Asset ID
Dimension: Date
Levels: • Year
Quarter
Month
Dimension i: Entity
Levels: • Consolidated Group
• Company
• Region
• Division
• Business Unit
Dimension: Entity Company Levels: • Consolidated Group • Company
Dimension: Invoice Number Levels: • PO Number
Dimension: Jurisdiction City
Levels: • Country
State
City
Dimension: Jurisdiction Geo Code
Levels: • Country
State
City
• County
• School District
• Geo Code
Dimension: Jurisdiction_Type
Levels: • Country
• Jurisdiction Type
• Name
Dimension: Tax Account ID
Levels: • Tax Category
• Tax Subcategory
• Account ID
• Account Description
Dimension: Tax_Subcategory
Levels: • Tax Category
• Tax Subcategory Dimension: Transaction_Description Levels: • Transaction Description
Dimension: Transaction FSC
Levels: • Ship To Geo Code
• Customer Ac ID
• Transaction ED
• Line Item
• Transaction Description
Dimension: Transaction ED Levels : • Transaction ID
Dimension: Transaction ID Descp Levels: • Transaction ID
• Transaction Description
Dimension: Transaction Type lD Descp Levels: • Transaction_Type
• Transaction ID
• Transaction Description
Dimension: Transaction_Line Item Levels: • Transaction Type
• Tax Type
• Line Item
Dimension: Customer ED Levels: • Customer Ac ED
OLAP Cubes
Cubes The following sets illustrate various examples of dimensions and attributes necessary to determine exemplary facts.
Cube: Adjusted Book (See Figure 9.)
Fact Table: adjusted_book_fact_tbl
Measure(s)
Adjusted Book Amount
Dimension Grain (attribute)
Date month
Entity business unit
Jurisdiction Type country
Tax_Subcategory sub-category
Cube: Apportionment Factor Comparison
Fact Table: apportionment_fact_tbl Measure(s) Apportionment Percent
Payroll Percent Property Percent Sales Percent
Dimension Grain Date year
Entity_Company business unit Jurisdiction_Geo Code Geo Code Tax Account ED Account (Description)
Cube: FSC Transaction-by-Transaction Analysis
Fact Table: line item fact tbl Measure(s)
Line Item Amount
Dimension Grain
Date month
Entity business unit
Jurisdiction_Type jurisdiction type
Tax_Subcategory sub-category
Transaction_Line Item line item
Transaction FSC Tranasaction (Description)
Cube: IDR Detail Transaction Analysis
Fact Table: line_item_fact_tbl
Measure(s)
Line Item Amount
Dimension Grain
Date month
Entity business unit
Jurisdiction City city
Tax Account ID account ID
Transaction Tran ED transaction ID
Cube: Payroll
Fact Table: payroll_fact_tbl
Measure(s)
Payroll
Employee Headcount
Employee Days
Officer Salaries Dimension Grain
Date month
Entity business unit
Jurisdiction _City city
Cube: Project Financial
Fact Table: projected_finanacial_fact_tbl Measure(s) Projected Book Net Income
Projected Permanent Differences Projected Timing Differences
Dimension Grain
Date month
Entity business unit
Jurisdiction City city
Cube: Project Taxable 1
Fact Table: projected finanacial fact tbl
Measure(s)
Projected Book Net Income
Projected Permanent Differences
Projected Timing Differences
Dimension Grain
Date month
Entity business unit
Jurisdiction _City city
Cube: Project Taxable 2 Fact Table: schedule_m_fact_tbl
Measure(s)
Schedule M Amount
Dimension Grain
Date month
Entity business unit
Tax_Subcategory tax subcategory
Cube: Property Tax Comparison
Fact Table: asset_fact_tbl
Measure(s)
Accumulated Depreciation
Assessed Value
Book Basis
Capacity
Replacement Cost
Utilization
Dimension Grain
Asset asset ID
Date month
Entity business unit
Jurisdiction Geo Code geo code
Tax Account ED account ED
Cube: Purchase Transactions Analysis
Fact Table: invoice_fact_tbl
Measure(s) Pretax Invoice Taxes Paid Invoice Total
Dimension Grain Date month
Entity_Company Company Jurisdiction Geo Code geo code Account ED account ED Transaction ED_Decsp Transaction Description
Cube: Reserve Account Transaction Analysis
Fact Table: line_item_fact_tbl
Measure(s)
Line Item Amount
Dimension Grain Date month Entity business unit
Jurisdiction City city Tax Account ID account ED Transaction Description Transaction Description Transaction ID Transaction ED Transaction Type Transaction Type
Cube: Sales Tax Refund
Fact Table: invoice_fact_tbl Measure(s) Invoice Total Pre-tax Invoice Amount
Exempt Amount Tax Paid Tax Accrued Dimension Grain
Date month
Entity business unit
Tax Subcategory tax subcategory
Vendor ED vendor ED
Invoice Number Invoice Number
Cube: Sales Tax Refund Analysis
Fact Table: invoice_fact_tbl
Measure(s)
Exempt Base Amount
Invoice Amount
Pre-tax Invoice Amount
Tax Accrued
Tax Paid
Dimension Grain Date month
Entity business unit Tax Account ED account ED
Cube: Schedule M Comparison
Fact Table: schedule_m_fact_tbl
Measure(s)
Schedule M Amount
Dimension Grain
Date year Entity business unit Tax Sub Category sub-category Cube: Tax Adjustment
Fact Table: tax_adjustment_fact_tbl
Measure(s)
Tax Adjustment Amount
Dimension Grain Date year Entity business unit
Jurisdiction Type jurisdiction name Tax_Sub Category sub-category
Cube: Tax Return Analysis
Fact Table: tax return fact tbl Measure(s) Tax Return Amount
Dimension Grain
Date year
Entity business unit
Jurisdiction Type jurisdiction type
Tax_Sub Category sub-category
Cube: Three Year Schedule M Comparison
Fact Table: schedule m fact table
Measure(s)
Schedule M Amount
Dimension Grain Date year
Entity business unit
Tax_Account ID Account ED (Description)
Cube: Virtual Reserve Account Tax Class
Fact Table: line_item_fact_tbl
Measure(s)
Line Item Amount
Dimension Grain
Tax Account ED Account ED (Description)
Virtual Cubes
Cube: Book to Tax Reconciliation
Fact Tables: tax_return_fact_tbl, schedule_m_fact_tbl, adjusted_book_fact_tbl Measure(s) tax return fact tbl.Tax Return Amount schedule_m_fact_tbl. Schedule M Amount adjusted_book_fact_tbl.Adjusted Book Amount tax adjustment.Tax Adjustment Amount
Dimension Grain
Date month Entity business unit
Jurisdiction Type jurisdiction type Tax_Sub Category sub-category
Cube: Projected Taxable Income
Fact Tables: projected finanacial fact tbl, schedule_m_fact_tbl Measure(s)
Projected taxable income 1. Projected Book Net Income Projected taxable income 1. Projected Permanent Differences Projected taxable income 1. Projected Timing Difference Projected taxable income 2. Schedule M Amount
Dimension Grain
Date month
Entity business unit Jurisdiction_City jurisdiction type
Tax_Sub Category sub-category
Cube: Projected Taxable Income (FIX)
Fact Tables: Reserve Account Transaction Analysis
Measure(s) Reserve Account Transaction Analysis .Line Item Amount
Dimension Grain Date month
Entity business unit
Jurisdiction City jurisdiction type
Tax_Account ED Account ED (Description)
Although only a few embodiments of the present invention have been described in detail herein, it should be understood that the present invention may be embodied in many other specific forms without departing from the spirit or scope of the invention. Therefore, the present examples and embodiments are to be considered as illustrative and not restrictive, and the invention is not to be limited to the details given herein, but may be modified within the scope of the appended claims. CLAIMS
What is claimed is:
1. A method for organizing multiple dimensions of tax-related data for generating fact details comprising the steps of:
(a) providing a plurality of dimensions of tax-related data;
(b) providing a plurality of attributes for each of the dimensions;
(c) receiving a plurality of entries associated with the attributes of the dimensions; (d) generating a plurality of fact details by aggregating the entries of a predetermined set of the attributes of the dimensions; and (e) outputting the fact details.
2. The method as set forth in claim 1, and further comprising the step of: providing a description of each of the attributes.
3. The method as set forth in claim 1 , and further comprising the step of: providing a description of each of the dimensions.
4. The method as set forth in claim 1 , and further comprising the step of: providing a description of each of the fact details.
5. The method as set forth in claim 1, wherein the dimensions are selected from the group of dimensions consisting of asset, date, entity, jurisdiction, tax classification, and transaction.
6. The method as set forth in claim 1, wherein the fact details are selected from the group of fact details consisting of an adjusted book fact, a tax adjustment fact, a schedule M fact, a tax return fact, an apportionment fact, a line item fact, a transaction fact, an invoice fact, an asset fact, a payroll fact, a taxes paid fact, and a projected financial fact.
7. A system for organizing multiple dimensions of tax -related data for generating fact details comprising:

Claims

(a) logic that provides a plurality of dimensions of tax-related data;
(b) logic that provides a plurality of attributes for each of the dimensions;
(c) logic that receives a plurality of entries associated with the attributes of the dimensions;
(d) logic that generates a plurality of fact details by aggregating the entries of a predetermined set of the attributes of the dimensions; and
(e) logic that outputs the fact details.
8. The system as set forth in claim 7, and further comprising logic that provides a description of each of the attributes.
9. The system as set forth in claim 7, and further comprising logic that provides a description of each of the dimensions.
10. The system as set forth in claim 7, and further comprising logic that provides a description of each of the fact details.
11. The system as set forth in claim 7, wherein the dimensions are selected from the group of dimensions consisting of asset, date, entity, jurisdiction, tax classification, and transaction.
12. The system as set forth in claim 7, wherein the fact details are selected from the group of fact details consisting of an adjusted book fact, a tax adjustment fact, a schedule M fact, a tax return fact, an apportionment fact, a line item fact, a transaction fact, an invoice fact, an asset fact, a payroll fact, a taxes paid fact, and a projected financial fact.
13. A computer program embodied on a computer readable medium for organizing multiple dimensions of tax-related data for generating fact details comprising:
(a) a code segment that provides a plurality of dimensions of tax-related data;
(b) a code segment that provides a plurality of attributes for each of the dimensions;
(c) a code segment that receives a plurality of entries associated with the attributes of the dimensions;
(d) a code segment that generates a plurality of fact details by aggregating the entries of a predetermined set of the attributes of the dimensions; and (e) a code segment that outputs the fact details.
14. The computer program as set forth in claim 13, and further comprising a code segment that provides a description of each of the attributes.
15. The computer program as set forth in claim 13, and further comprising a code segment that provides a description of each of the dimensions.
16. The computer program as set forth in claim 13, and further comprising a code segment that provides a description of each of the fact details.
17. The computer program as set forth in claim 13, wherein the dimensions are selected from the group of dimensions consisting of asset, date, entity, jurisdiction, tax classification, and transaction.
18. The computer program as set forth in claim 13, wherein the fact details are selected from the group of fact details consisting of an adjusted book fact, a tax adjustment fact, a schedule M fact, a tax return fact, an apportionment fact, a line item fact, a transaction fact, an invoice fact, an asset fact, a payroll fact, a taxes paid fact, and a projected financial fact.
Figure imgf000047_0001
Figure 1
PCT/US2000/024243 1999-08-31 2000-08-31 A system, method and article of manufacture for organizing multiple dimensions of tax data for the purpose of generating tax-related fact details WO2001016847A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP00959843A EP1222586A2 (en) 1999-08-31 2000-08-31 A system, method and article of manufacture for organizing multiple dimensions of tax data for the purpose of generating tax-related fact details
AU71097/00A AU7109700A (en) 1999-08-31 2000-08-31 A system, method and article of manufacture for organizing multiple dimensions of tax data for the purpose of generating tax-related fact details

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US38774499A 1999-08-31 1999-08-31
US09/387,744 1999-08-31

Publications (2)

Publication Number Publication Date
WO2001016847A2 true WO2001016847A2 (en) 2001-03-08
WO2001016847A8 WO2001016847A8 (en) 2001-12-13

Family

ID=23531219

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/024243 WO2001016847A2 (en) 1999-08-31 2000-08-31 A system, method and article of manufacture for organizing multiple dimensions of tax data for the purpose of generating tax-related fact details

Country Status (3)

Country Link
EP (1) EP1222586A2 (en)
AU (1) AU7109700A (en)
WO (1) WO2001016847A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7676428B2 (en) 2004-01-20 2010-03-09 Incomeworks, Inc. System and method for aiding commercial property assessment
CN103544790A (en) * 2012-07-11 2014-01-29 北京旋极信息技术股份有限公司 Invoice tax control data processing method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7630123B2 (en) 2004-09-27 2009-12-08 Qualcomm Mems Technologies, Inc. Method and device for compensating for color shift as a function of angle of view

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
No Search *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7676428B2 (en) 2004-01-20 2010-03-09 Incomeworks, Inc. System and method for aiding commercial property assessment
CN103544790A (en) * 2012-07-11 2014-01-29 北京旋极信息技术股份有限公司 Invoice tax control data processing method

Also Published As

Publication number Publication date
AU7109700A (en) 2001-03-26
EP1222586A2 (en) 2002-07-17
WO2001016847A8 (en) 2001-12-13

Similar Documents

Publication Publication Date Title
US7043448B2 (en) Organizing and managing transaction-related tax information
US7617169B1 (en) System, method and computer program product for a collaborative decision platform
US20060167771A1 (en) Financial event software engine
CA2240747A1 (en) System for managing accounting information in a multi-dimensional database
US7231608B1 (en) Financial manager user interface as filed
Rahmayanti et al. Digital accounting for small to medium enterprises using mobile applications
Antill et al. Systems analysis: made simple computerbooks
WO1994020912A1 (en) An object-oriented system for creating, structuring, manipulating and evaluating a financial instrument
US6901393B1 (en) System, method and computer program product for a customer-centric collaborative protocol
EP1222586A2 (en) A system, method and article of manufacture for organizing multiple dimensions of tax data for the purpose of generating tax-related fact details
US8065159B2 (en) System, method and article of manufacture for a network-based child support framework
WO2001016846A2 (en) A system, method and article of manufacture for organizing and managing asset-related tax information
Buxmann et al. Inter-organizational Cooperation with SAP Solutions: Design and Management of Supply Networks
US7814011B1 (en) System for calculating a support payment in a network-based child support framework
Kusleika Data Visualization with Excel Dashboards and Reports
Woodward Management of printed and electronic serials.
US20230245245A1 (en) System and method for node presentation of financial data with multimode graphical views
Pover Mastering QlikView Data Visualization
Markandeya et al. ERP and SAP overview
Dmytrenko et al. Application of modern software for improving the economic analysis accounting efficiency at enterprises
Obisesan Implementing Data Warehouse On-premises
Arapova et al. Development of a Software Complex for Managing the IT Industry Based on the IAD of the Financial and Economic State of Enterprises
Haisten Planning for a data warehouse
Gray An Approach to End-Users Application Design.
Webster Library and information systems management

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ 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 MZ 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 MZ 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: C1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ 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 MZ 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 MZ 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
WWE Wipo information: entry into national phase

Ref document number: 2000959843

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2000959843

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

NENP Non-entry into the national phase in:

Ref country code: JP

WWW Wipo information: withdrawn in national office

Ref document number: 2000959843

Country of ref document: EP