Search: in
Database transaction
Database transaction in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       
Encyclopedia results for Database transaction

Database transaction





Encyclopedia results for Database transaction

  1. Database transaction

    moreref date August 2010 A transaction comprises a unit of work performed within a database management system or similar system against a database, and treated in a coherent and reliable way independent of other transactions. Transactions in a database environment have two main purposes To provide reliable units of work that allow correct recovery from failures and keep a database consistent even in cases of system failure, when execution stops completely or partially and many operations upon a database remain uncompleted, with unclear status. To provide isolation between programs accessing a database .... A database transaction, by definition, must be Atomicity database systems atomic , Consistency database systems consistent , Isolation database systems isolated and Durability database systems durable . ref http msdn.microsoft.com en us library aa366402 VS.85 .aspx A transaction is a group of operations that are atomic, consistent, isolated, and durable ACID . ref Database practitioners often refer to these properties of database transactions using the acronym ACID . Transactions provide an all ... into the category of databases that support transactions. In a database system a transaction might ... integrity of data as highly important. A simple transaction is usually issued to the database ... and persists the results to the database. If an error occurs during the transaction, or if the user ... the transaction are not persisted to the database. In no case can a partial transaction be committed ... TRANSACTION code , autocommit will often also be reenabled. Some database systems allow the synonyms ... available. Distributed transactions Database systems implement distributed transaction s as transactions ... that all parts of the transaction are applied to all relevant systems. As with database and other ... Database Transaction Category Data management Category Transaction processing cs Datab zov transakce ... base de dados ru simple Database transaction sr ta ...   more details



  1. Transaction

    Wiktionary transaction Transaction or transactional may refer to Commerce Financial transaction , an agreement, communication, or movement carried out between a buyer and a seller to exchange an asset for payment Electronic funds transfer , the electronic exchange or transfer of money from one account to another Real estate transaction , the process whereby rights in a unit of property is transferred between two or more parties Transaction cost , a cost incurred in making an economic exchange Computer science and database systems Transaction processing , information processing that is divided into individual, indivisible operations Database transaction , a unit of work performed within a database management system Atomic transaction , a series of database operations either all occur, or nothing occurs Other uses Transaction Publishers , a New Jersey based publishing house that specializes in social sciences books Transaction an episode of the Death Note anime series see List of Death Note episodes Transactional analysis , a psychoanalytic theory of psychology Transactional interpretation , an interpretation of quantum mechanics Transactional leadership , a leadership style described by James MacGregor Burns See also Lookfrom Transactions of Intitle Transaction disambiguation cs Transakce de Transaktion es Transacci n fr Transaction it Transazione nl Transactie pl Transakcja pt Transa o ru vi Giao d ch ...   more details



  1. Transaction time

    Refimprove date May 2008 Transaction time TT , a concept originated by Richard T. Snodgrass and his doctoral student, is used in temporal database s. ref cite doi 10.1109 MC.1986.1663327 ref It denotes the time period during which a database fact is was stored in the database. In a database table transaction time is often represented by two extra table columns StartTT and EndTT . The time interval is closed at its lower bound and open at its upper bound . When the ending transaction time is unknown, it may be considered as Until Closed . Academic researchers and some RDBMS have represented Until Closed with the largest timestamp supported or the keyword forever . This convention is not technically precise. See also Valid time References Reflist DEFAULTSORT Transaction Time Category Database management systems Category Transaction processing Compu prog stub ...   more details



  1. Transaction data

    Unreferenced date July 2010 Transaction data are data describing an event the change as a result of a Transaction processing transaction and is usually described with verbs. Transaction data always has a time dimension, a numerical value and refers to one or more objects i.e. the reference data . Typical transactions are Financial orders, invoices, payments Work Plans, activity records Logistics Deliveries, storage records, travel records, etc. Typical transaction processing system s systems generating transactions are SAP ERP SAP and Oracle Financials . Records management Main Records management Recording and retaining transactions is called records management . The record of the transaction is stored in a place where the wikt retention retention can be guaranteed and where data are archived removed following a retention period . The format of the transaction can be data to be stored in a database , but it can also be a document. Data Warehousing Transaction data can be summarised in a Data warehouse , which helps accessibility and analysis of the data. See also Data modeling Data architecture Information Lifecycle Management reference data Category Data management Category Transaction processing compsci stub ...   more details



  1. Transaction server

    Unreferenced date December 2006 A transaction server is a software component that is used in implementing Database transaction transactions . A transaction involves multiple steps which must be completed Atomic operation atomically , as though it is a single operation which can not be interrupted, even though it may require multiple steps. For example, a bank moving money from account A to account B must remove it from A and also add it to B it would be unacceptable to do only one of these steps. If the server is unable to accomplish all of the steps it must be sure to perform none of them. This will mean ensuring that transactions are guaranteed, or that if a transaction fails the system can tell this has happened. In case of transaction failure, it can be rollback data management backed out or rolled back , which will mean that the system reverses all the actions that happened during the partial completion of the transaction. This is sometimes referred to as the ACID property. Citation needed date April 2009 A transaction Server computing server will consist of a system providing the safety described above, and an software environment environment where programs can be written to make use of these features. It will also have various connection protocol computing protocols to allow it to connect to the database s involved, and to the front end software for example the computer of a telesales person or the web interface of an online bank . See also CICS Server computing Transaction processing DEFAULTSORT Transaction Server Category Transaction processing compu stub ...   more details



  1. Database

    , the Database transaction Atomic transaction concept and related Concurrency control techniques ... by subject matter, process relatively high volumes of updates using transaction database transactions ...refimprove date December 2011 condense date November 2011 A database is an organized collection of data ... this information for example, finding a hotel with vacancies . The term database is correctly applied to the data and their supporting data structures, and not to the database management system DBMS . The database data collection with DBMS is called a database system . The term database system implies ..., and resilience and this in turn often implies the use of a general purpose database management system DBMS . ref name Ullman Jeffrey Ullman and Jennifer widom 1997 First course in database systems ... include Oracle Database Oracle , IBM DB2 , Microsoft SQL Server , PostgreSQL , MySQL , WebDNA and SQLite . A database is not generally Software portability portable across different DBMS, but different ..., movies, banking, manufacturing, or insurance. The term database may be narrowed to specify particular aspects of organized collection of data and may refer to the logical database, to physical database as data content in computer data storage or to many other database sub definitions. Basic technical terms The design, construction, and maintenance of a complex database requires specialist skills the staff performing these functions are referred to as database application programmer s and database administrator s. Their tasks are supported by tools provided either as part of the DBMS or as stand alone software products. These tools include specialized database language s including ... they are provided as extensions of existing programming languages, with added database commands. Database languages are generally specific to one data model , and in many cases they are specific to one DBMS type. The most widely supported database language is SQL , which has been developed ...   more details



  1. Transaction processing

    . Each transaction must succeed or fail as a complete unit it cannot remain in an intermediate state. Description Transaction processing is designed to maintain a computer system typically a database ... any inconsistency in the bank s database as a whole. Transaction processing is designed to provide this. Transaction processing allows multiple individual operations to be linked together automatically as a single, indivisible transaction. The transaction processing system ensures that either all operations in a transaction are completed without error, or none of them are. If some of the operations are completed but errors occur when the others are attempted, the transaction processing ... changes to the database are made permanent the transaction cannot be rolled back once this is done. Transaction ... used below are not necessarily universal. Rollback Transaction processing systems ensure database integrity ... to restore the database to a known state if a transaction cannot be committed. For example, copies of information on the database prior to its modification by a transaction are set aside by the system ... part of the transaction fails before it is committed, these copies are used to restore the database ... failure, so some transaction processing systems provide it. If the database fails entirely, it must ..., transaction A may access portion X of the database, and transaction B may access portion Y of the database. If, at that point, transaction A then tries to access portion Y of the database while transaction ... ACMS Audit trail CICS Compensating transaction Concurrent programming Database transaction Extreme ... 415 4 Ahmed K. Elmagarmid Editor , Transaction Models for Advanced Database Applications, Morgan Kaufmann ...otheruses Transaction disambiguation noref date February 2012 In computer science , transaction processing ... successfully. For example, consider a typical banking transaction that involves moving 700 from a customer s savings account to a customer s checking account. This transaction is a single operation ...   more details



  1. Transaction logic

    Transaction logic is an extension of predicate logic with both declarative and procedural semantics that describe state changes in logic programming over dynamic database s. First proposed in the early 1990s by Anthony J. Bonner and Michael Kifer, transaction logic allows for the amalgamation property amalgamation of features including hypothetical updating, nondeterminism , and artificial intelligence via behaviors of object oriented databases. ref Bonner and Kifer 1995 , abstract ref Bonner and Kifer have offered a proof of completeness for a Serial Horn program implementation of transaction logic. ref Bonner and Kifer 1995 , 6. Proof Theory and appendix E ref A prototype of transaction logic has been implemented in XSB XSB Prolog . ref nowiki ftp ftp.cs.toronto.edu pub goku transaction logic XSB Prototype3 nowiki ref Notes references References Bonner, Anthony J. and Michael Kifer 1995 Transaction logic programming , Computer Systems Research Institute Technical Report CSRI 323 revision of CSRI 270 of 1992 , University of Toronto. Category Logic programming languages comp sci theory stub ...   more details



  1. Compensating transaction

    rollbacks, specific business logic will typically be required to roll back a long lived transaction and restore the system to its original state. This type of transaction differs from distributed transaction ... Compensating Transaction Category Data synchronization Category Transaction processing Comp stub ...   more details



  1. Nested transaction

    With reference to a database transaction , a nested transaction occurs when a new transaction is started by an instruction that is already inside an existing transaction. The new transaction is said to be nested within the existing transaction, hence the term. Nested transactions are implemented differently in different databases. However, they have in common that the changes are not made visible to any unrelated transactions until the outermost transaction has committed. This means that a commit in an inner transaction does not necessary persist updates to the database. In some databases, changes made by the nested transaction are not seen by the host transaction until the nested transaction is committed. According to some, Who date November 2009 this follows from the isolation property of transactions. The capability to handle nested transactions properly is a prerequisite for true component based application architectures. In a component based encapsulated architecture, nested transactions can occur without the programmer knowing it. A component function may or may not contain a database transaction this is the encapsulated secret of the component. See Information hiding . If a call to such a component function is made inside a BEGIN COMMIT bracket, nested transactions occur. Since popular databases like MySQL ref cite web url http dev.mysql.com doc refman 4.1 en implicit commit.html title Statements That Cause an Implicit Commit author date work MySQL 4.1 Reference Manual ... and Open Nested Transactions journal Database Transaction Models for Advanced Applications pages ... or a transaction monitor is needed to handle this. When we speak about nested transactions, it should ... transaction model that provides higher performance while accepting the accompanying trade offs ..., 2002, ISBN 1558605088 References reflist Category Data management Category Transaction processing database stub ...   more details



  1. Distributed transaction

    POV Commitment ordering date November 2011 A distributed transaction is an operations bundle , in which two or more network hosts are involved. Usually, hosts provide transactional resources , while the transaction manager is responsible for creating and managing a global transaction that encompasses all operations against such resources. Distributed transactions, as any other Database transaction transactions , must have all four ACID properties, where atomicity guarantees all or nothing outcomes ... Open Distributed Transaction Processing DTP Model X Open XA , which became a de facto standard for behavior of transaction model components. Databases are common transactional resources and, often, transactions span a couple of such databases. In this case, a distributed transaction can be seen as a database transaction that must be synchronized or provide ACID properties among multiple participating database s which are distributed computing distributed among different physical locations. The isolation computer science isolation property the I of ACID poses a special challenge for multi database transactions, since the global serializability property could be violated, even if each database provides it see also global serializability . In practice most commercial database systems use Two .... A common algorithm for ensuring correctness correct completion of a distributed transaction .... There are also long lived distributed transactions, for example a transaction to book a trip, which ... utilize principles of Compensating transaction s, Optimism and Isolation Without Locking. X ... Beans EJBs and Microsoft Transaction Server MTS fully support distributed transaction standards. See also Java Transaction API Java Transaction API JTA References cite web title Web Services Transactions ... web title Nuts And Bolts Of Transaction Processing work Article about Transaction Management url ... Transaction Category Data management Category Transaction processing ko ja ...   more details



  1. Transaction printing

    Multiple issues wikify June 2011 orphan April 2008 unreferenced April 2008 Transaction Printing describes a mode of submitting a job to a printing device. A digital printing system is attached to a Database computer database and many similar pages, called forms, are printed each, for example, with a different person s data filling the form such as a monthly telephone or cable bill. Transaction print jobs are different from publishing print jobs in that the print controller does not know when the job will end when it starts. It may be printing a hundred, a thousand or a few million impressions before the job ends. Many digital printing system s controllers are designed to ingest the entire job, arrange its resources according to the size of the job and then begin printing the job last page first so that what is produced is a book with the user seeing the first page first. This publishing model obviously does not work for transaction printing and a controller using a different internal model for jobs must be used. Category Printing ...   more details



  1. Transaction verification

    Transaction verification is the generic term to describe the Internet security Internet based security method of verifying that the actual content of a transaction has not been altered by the fraudulent techniques known as Man in the Middle MitM and Man in the Browser Man in the Browser MitB . This form of transaction protection is alternatively known as Transaction Integrity Verification TIV . Transaction Verification must utilise either Out of band technology the use of two separate channels or an independent signing device, e.g. a programmable card reader, capable of having transactional information re keyed into it in order to create a code cryptographically linked to the underlying transaction detail. Transaction Verification should not be confused with Transaction authentication , which is simply a method of authenticating the identity of a user at the transaction level transaction authentication does not include the verification of the integrity of the transaction content. One effective way to perform Transaction Verification in a mass usage environment is to replay the transaction details to the user by placing a real time, automated call to the user before the transaction is committed, or to send these details in SMS with a confirmation code. Category Computer network security computer security stub compu network stub ...   more details



  1. WS-Transaction

    WS Transaction a Web Services specification developed by BEA Systems , IBM , and Microsoft Corporation Microsoft . The WS Transaction specification describes coordination types that are used with the extensible coordination framework described in the WS Coordination specification. It defines two coordination types WS Atomic Transaction Atomic Transaction AT for individual operations, and Business Activity BA for long running transactions. Developers can use either or both of these coordination types when building applications that require consistent agreement on the outcome of distributed activities. External links http www.ibm.com developerworks library specification ws tx WS Transaction specification by IBM http msdn.microsoft.com en us library ms951262.aspx WS Transaction specification by Microsoft http www.ibm.com developerworks webservices library ws transjta Distributed transactions with WS AtomicTransaction and JTA Category Transaction processing Category Web service specifications Transaction de WS Transaction ko WS Transaction ...   more details



  1. Deal transaction

    The deal transaction is the hub of global commerce . A deal transaction is a unique event where money exchanges hands in return for a product or service. The transaction experience is the buying , selling , and marketing cycle defined as the pre and post effects of that unique sale. The Financial transaction transaction itself holds a key position as the hub of commerce. Each sale is identified and handled separately as a unique transaction experience. Each time a signature is provided by the buyer, and a sale is consummated by the buying organization, a single transaction has occurred, but the transaction experience may only be half way over. References cite book author Martin, Steve title Heavy Hitter Selling How Successful Salespeople Use Language and Intuition to Persuade Customers to Buy publisher Wiley & Sons, Inc. year 2006 url http www.heavyhitterselling.com cite web title The Free Compendium of Professional Selling work United Professional Sales Association url http www.upsa intl.org accessdate January 2005 DEFAULTSORT Deal Transaction Category Sales Category Commerce ...   more details



  1. Transaction document

    Transaction documents refers to legally relevant documents that are either printed, inserter and mailed, or electronically presented. ref http www.outputlinks.com html news acadami xplor best practices progam canada 043008.shtml Transaction documents blockquote ...The course focuses on the concepts, technologies, and best practices associated with automated transaction document production. blockquote ref They consist of a mixture of fixed and variable data. These documents are usually created by organizations through their financial computing system and then delivered to other parties such as clients through the post office or through an electronic billing system. The printed transaction documents , once delivered to the post office , conform to the mail box rule . Common examples of transaction documents are bills bank statements and credit card, financial services, etc. insurance policies notices other legally relevant correspondence, etc. Xplor international is a technical association that focuses on the best practices and technologies associated with these documents. References Reflist law stub Category Electronic documents Category Contract law ...   more details



  1. Undervalue transaction

    An undervalue transaction is a transaction entered into by a company law company ref Some legal systems also apply undervalue transactions to insolvent individuals ref who subsequently goes into bankruptcy which the court orders be set aside, usually upon the application of a liquidator law liquidator for the benefit of the debtor s creditors. ref See for example, section 238 of the Insolvency Act 1986 in the United Kingdom , and section 567 of the Corporations Act 2001 in Australia ref Under ordinary principles of contract law , the courts will not generally look into the adequacy of the consideration provided by either side. However, if a company is in real peril of going into bankruptcy, many legal systems provide a mechanism that transactions which are seriously commercially disadvantageous to the company can be unwound, so as to prevent prejudice to the creditors of the company. Normally, for a transaction to be set aside as an undervalue transaction, the liquidator or equivalent must demonstrate that the consideration received by the company in the transaction, in money or money s worth is significantly less than the value, in money or money s worth, provided by the company the transaction was entered into during the vulnerability period and at the time of the transaction, the company was unable to pay its debts as they fell due, or became unable to pay its debts as they fell due as a result of the transaction. ref This is the cash flow test of insolvency. Some jurisdictions although not many apply the balance sheet test of insolvency to undervalue transactions, either as an alternative to the cash flow test, or in addition to it. ref The vulnerability period is the period ..., if the person with whom the company entered into the transaction with is a connected person , ref .... The effect of a successful application to have a transaction declared as an undervalue transaction varies. Inevitably the other party to the transaction who received the benefit has to return the benefit ...   more details



  1. Transaction cost

    In economics and related disciplines, a transaction cost is a cost incurred in making an economic exchange ... broker broker that commission is a transaction cost of doing the stock deal. Or consider ... the cost of the spatula are the transaction costs. When rationally evaluating a potential transaction, it is important to consider transaction costs that might prove significant. A number of kinds of transaction cost have come to be known by particular names ref cite journal last Dahlman first ... concept of transaction costs search and information costs, bargaining and decision costs, policing ... to the transaction, drawing up an appropriate contract and so on. In game theory this is analyzed for instance in the game of chicken . On asset markets and in market microstructure , the transaction ... form of organization to coordinate economic transactions. When the external transaction costs are higher than the internal transaction costs, the company will grow. If the internal transaction costs are higher than the external transaction costs the company will be downsized by outsourcing, for example ... of the institutional economists is a unit of activity a transaction, with its participants. Transactions ... 657, 1931 The term transaction cost is frequently thought to have been coined by Ronald Coase , who ... , where he first discusses the concept of transaction costs, and refers to the Costs of Market Transactions in his seminal work, The Problem of Social Cost 1960 . The term Transaction Costs itself ... Glantz , Optimal Trading Strategies , AMACOM, 2003, pp. 1 23. ref Arguably, transaction cost reasoning became most widely known through Oliver E. Williamson s Transaction Cost Economics . Today, transaction cost economics is used to explain a number of different behaviours. Often this involves ..., the determinants of transaction costs are frequency, Asset specificity specificity , uncertainty, limited rationality, and opportunistic behavior. At least two definitions of the phrase transaction ...   more details



  1. Transaction authentication

    Cleanup date March 2008 unreferenced date March 2008 Transaction authentication generally refers to the Internet based security method of securely identifying a user through two or three factor authentication Two factor authentication something you know plus something you have and or something you are at a transaction level, rather than at the traditional Session or Logon level. An internet banking application may allow a customer to perform numerous transactions within the single session and hence each, or selected transactions, will require the user to re authenticate themselves using the appropriate two or three factor authentication method see Two factor authentication . Authentication, no matter how strong the method s used cannot protect against so called Man in the Middle MitM or Man in the Browser Man in the Browser MitB attacks. This differs from Transaction verification , also an Internet based security method, which is specifically designed to combat so called Man in the Middle MitM and Man in the Browser Man in the Browser MitB attacks through not only authenticating the identity of the user, but also verifying the integrity of the actual content of the transaction, i.e. ensuring it has not been altered by one of these fraudulent techniques. Category Computer access control computer security stub ...   more details



  1. Pseudoconversational transaction

    Unreferenced date November 2009 In transaction processing , a pseudoconversational transaction is a type of transaction that emulates a true conversation in an interactive Session computer science session . To the end user, it appears as though the program has simply paused to request further input, whereas in reality, most resources are released while the input is waiting to be received. Transparent termination and restart The controlling program has deliberately saved most of its state during the delay, terminated, and then, on being restarted through new input, restores its previous state. A single control variable is usually retained to hold the current state in terms of the stage of input reached and therefore what must be recovered at any stage in order to resume processing . The state, including the control variable, is usually preserved in a temporary storage record that maps the variables needing restoration as an aggregate set, usually contained in a single structure other variables will be re initialized on re start . Conserving resources This method of programming frees up pooled resources such as Virtual memory memory for an indeterminate time. This delay is the end user thinking time or response time and depends on human factors including speed of typing. For systems supporting many thousands of users on a single processor, it allows the transparent look and feel of a true conversational session without tying up limited resources. References Reflist External links http publib.boulder.ibm.com infocenter cicsts v3r1 index.jsp?topic com.ibm.cics.ts31.doc dfhp3 dfhp35g.htm Pseudoconversational and conversational design by IBM Category Transaction processing software stub ...   more details



  1. Transaction Publishers

    according to nineteen quality criteria, Transaction Publishers ranked 6th. ref cite doi 10.3138 ..., 1988, Hoover Institution, Standford University pages 3 20 ref AldineTransaction is an imprint of Transaction ... by Transaction in July 2004, and the name changed to AldineTransaction. Aldine publishes classic ... policy. Transaction used to publish academic journals, including its flagship journal Society journal Society however, Transaction sold its journal publishing program to Springer Science Business ... program from Transaction Publishers url http www.eurekalert.org pub releases 2007 02 s ssm022007.php ... announced the Irving Louis Horowitz Transaction Publishers Archives, 1939 2009 open for public research ... Transaction Publishers Archives, 1939 2009 online searchable archive at Penn State Category Book ...   more details



  1. Transaction deposit

    globalize USA date December 2010 In the United States , transactions deposit is a term used by the Federal Reserve for checkable deposit s and other accounts that can be used directly as cash without withdrawal limits or restrictions. They are the only bank deposits that require the bank to keep bank reserves reserves at the central bank. This is in contrast to time deposit s aka term deposits . Regulatory Transaction accounts include all deposits against which the account holder is permitted to make withdrawals by negotiable or transferable instruments, payment orders of withdrawal, or telephone or preauthorized transfers for the purpose of making payments to third persons or others. However, accounts subject to the rules that permit no more than six preauthorized, automatic, or other transfers per month of which no more than three may be by check finance check , check finance draft , debit card , or similar order payable directly to third parties are savings deposit s, not transaction accounts. See also Checkable deposit s Money supply Time deposit s External links http woodrow.mpls.frb.fed.us info policy res req.cfm Federal Reserve Bank of Minneapolis About the Fed Reserve Requirements of Depository Institutions unreferenced date September 2007 DEFAULTSORT Transaction Deposit Category Economy of the United States Category Banking ...   more details



  1. 988 transaction

    UStaxation A 988 transaction refers to 26 USCA Section 988 ref name www2.law.cornell.edu of the Internal Revenue Code in the United States of America . This transaction occurs when a taxpayer enters into or acquires any debt instrument, forward contract , futures contract, option, or similar financial instrument held in a Functional currency non functional currency . ref name www2.law.cornell.edu http www2.law.cornell.edu uscode uscode26 usc sec 26 00000988 000 .html 26 USCA section 988 ref It shall not apply to any regulated futures contract or non equity options which would be mark to market marked to market under 26 USCA 1256 ref http www2.law.cornell.edu uscode search display.html?terms 1256&url uscode html uscode26 usc sec 26 00001256 000 .html 26 USCA 1256 ref 1256 contract if held on the last day of the taxable year. ref name www2.law.cornell.edu History The Tax Reform Act of 1986 tax reforms of 1986 instituted the provisions covering 988 transactions. ref http www.nysscpa.org cpajournal 1996 0996 depts intertax.htm NY CPA Journal ref Application The foreign currency gain or loss on a 988 transaction is treated as ordinary income or loss unless an election is made to treat it as a capital gain or loss. ref name www2.law.cornell.edu Impact Empty section date May 2008 See also International taxation Foreign tax credit References References External links http www.irs.gov irb 2007 21 IRB ar14.html IRS publication DEFAULTSORT 988 Transaction Category United States federal income tax Category Internal Revenue Code ...   more details



  1. Financial transaction

    Refimprove date December 2009 File Transaction at a Farmers Market.JPG thumb 275px right Financial transaction involving money and agricultural good economics goods at a farmers market . A financial transaction is an Contract agreement , communication , or movement carried out between a buyer and a seller to exchange an asset for payment . It involves a change in the status of the finances of two or more businesses or individuals. The buyer and seller are separate entities or objects, often involving the Trade exchange of items of value, such as information , good economics goods , service economics services , and money. It is still a transaction if you exchange the goods at one time, and the money at another. This is known as a two part transaction, part one is giving the money, part two is receiving the goods. History In ancient times, non financial transactions were commonly conducted through a system of barter , in which goods and services were exchanged directly, without a financial medium. This had certain disadvantages, including the requirements that traders or their intermediaries meet face to face and that transactions normally be completed in a single swap. With the introduction of precious metal s such as gold and silver , indirect trades greatly separated in time and space became possible. As cities, states, and empires were established, coin s and other compact forms ... CFP CFP 49 2009 05 27 11 38.pdf ref Examples Purchase This is the most common type of financial transaction. An item or good is exchanged for money . This transaction results in a decrease in the finances ... transaction . Loan Main Loan This is a slightly more complicated transaction in which the lender gives ... a very expensive item most often a house . As part of the transaction, the borrower usually agrees ... transaction tax Nanoeconomics References reflist DEFAULTSORT Financial Transaction Category Basic ... kk pl Transakcja ekonomia pt Transa o financeira ru simple Transaction ...   more details



  1. Secured transaction

    Unreferenced date January 2008 Generally, a secured transaction is a loan or a credit transaction in which the lender acquires a security interest in collateral owned by the borrower and is entitled to foreclose on or repossess the collateral in the event of the borrower s default. The terms of the relationship are governed by a contract , or security agreement . A common example would be a consumer who purchases a car on credit. If the consumer fails to make the payments on time, the lender will take the car and resell it, applying the proceeds of the sale toward the loan. Mortgages and deed of trust deeds of trust are another example. In the United States, secured transactions in personal property that is, anything other than real property are governed by Article 9 of the Uniform Commercial Code U.C.C. . The law treats differently those creditors who are secured i.e. have an authenticated, perfected security interest from those creditors who are unsecured. An unsecured creditor is simply a person who is owed money and has not received payment according to the terms of the agreed upon transaction. Upon Default finance default of a debtor who has multiple creditors, the distinction between being a secured creditor and an unsecured creditor is huge in the eyes of the law. The secured creditor will generally always have priority to getting his money before the unsecured creditors do. In other words, the unsecured creditor is at the back of the line of priority his only remedy is to obtain a judgment from the court for the amount of the defaulted loan. The following example is given A debtor borrows 10,000 from a car dealership to purchase an automobile, using the automobile itself as Collateral finance collateral for the loan in other words the dealership retains a right to repossess the automobile in the event the debtor defaults on the loan . The dealership makes this loan using an authenticated security agreement a signed agreement giving the dealership the secured ...   more details




Articles 1 - 25 of 159684          Next


Search   in  
Search for Database transaction in Tutorials
Search for Database transaction in Encyclopedia
Search for Database transaction in Videos
Search for Database transaction in Books
Search for Database transaction in Software
Search for Database transaction in DVDs
Search for Database transaction in Store


Advertisement




Database transaction in Encyclopedia
Database transaction top Database transaction

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.com. All Rights Reserved. Privacy Statement