WorldWideScience

Sample records for safety transactive memory

  1. Transacted Memory for Smart Cards

    NARCIS (Netherlands)

    Hartel, Pieter H.; Butler, Michael J.; de Jong, Eduard; Longley, Mark; Olivieira, J.N.; Zave, P.

    A transacted memory that is implemented using EEPROM technology offers persistence, undoability and auditing. The transacted memory system is formally specified in Z, and refined in two steps to a prototype C implementation / SPIN model. Conclusions are offered both on the transacted memory system

  2. Transactional Memory

    CERN Document Server

    Harris, Tim; Rajwar, Ravi

    2010-01-01

    The advent of multicore processors has renewed interest in the idea of incorporating transactions into the programming model used to write parallel programs.This approach, known as transactional memory, offers an alternative, and hopefully better, way to coordinate concurrent threads. The ACI(atomicity, consistency, isolation) properties of transactions provide a foundation to ensure that concurrent reads and writes of shared data do not produce inconsistent or incorrect results. At a higher level, a computation wrapped in a transaction executes atomically - either it completes successfullyand

  3. Principles of Transactional Memory The Theory

    CERN Document Server

    Guerraoui, Rachid

    2010-01-01

    Transactional memory (TM) is an appealing paradigm for concurrent programming on shared memory architectures. With a TM, threads of an application communicate, and synchronize their actions, via in-memory transactions. Each transaction can perform any number of operations on shared data, and then either commit or abort. When the transaction commits, the effects of all its operations become immediately visible to other transactions; when it aborts, however, those effects are entirely discarded. Transactions are atomic: programmers get the illusion that every transaction executes all its operati

  4. Proving Opacity of Transactional Memory with Early Release

    Directory of Open Access Journals (Sweden)

    Siek Konrad

    2015-12-01

    Full Text Available Transactional Memory (TM is an alternative way of synchronizing concurrent accesses to shared memory by adopting the abstraction of transactions in place of low-level mechanisms like locks and barriers. TMs usually apply optimistic concurrency control to provide a universal and easy-to-use method of maintaining correctness. However, this approach performs a high number of aborts in high contention workloads, which can adversely affect performance. Optimistic TMs can cause problems when transactions contain irrevocable operations. Hence, pessimistic TMs were proposed to solve some of these problems. However, an important way of achieving efficiency in pessimistic TMs is to use early release. On the other hand, early release is seemingly at odds with opacity, the gold standard of TM safety properties, which does not allow transactions to make their state visible until they commit. In this paper we propose a proof technique that makes it possible to demonstrate that a TM with early release can be opaque as long as it prevents inconsistent views.

  5. A selective logging mechanism for hardware transactional memory systems

    OpenAIRE

    Lupon Navazo, Marc; Magklis, Grigorios; González Colás, Antonio María

    2011-01-01

    Log-based Hardware Transactional Memory (HTM) systems offer an elegant solution to handle speculative data that overflow transactional L1 caches. By keeping the pre-transactional values on a software-resident log, speculative values can be safely moved across the memory hierarchy, without requiring expensive searches on L1 misses or commits.

  6. Extending Software Transactional Memory in Clojure with Side-Effects and Transaction Control

    DEFF Research Database (Denmark)

    Jensen, Søren Kejser; Thomsen, Lone Leth

    2016-01-01

    In conjunction with the increase of multi-core processors the use of functional programming languages has increased in recent years. The functional language Clojure has concurrency as a core feature, and provides Software Transactional Memory (STM) as a substitute for locks. Transactions in Cloju...

  7. Do transactive memory and participative teamwork improve nurses' quality of work life?

    Science.gov (United States)

    Brunault, Paul; Fouquereau, Evelyne; Colombat, Philippe; Gillet, Nicolas; El-Hage, Wissam; Camus, Vincent; Gaillard, Philippe

    2014-03-01

    Improvement in nurses' quality of work life (QWL) has become a major issue in health care organizations. We hypothesized that the level of transactive memory (defined as the way groups collectively encode, store, and retrieve knowledge) and participative teamwork (an organizational model of care based on vocational training, a specific service's care project, and regular interdisciplinary staffing) positively affect nurses' QWL. This cross-sectional study enrolled 84 ward-based psychiatric nurses. We assessed transactive memory, participative teamwork, perceived organizational justice, perceived organizational support, and QWL using psychometrically reliable and valid scales. Participative teamwork and transactive memory were positively associated with nurses' QWL. Perceived organizational support and organizational justice fully mediated the relationship between participative teamwork and QWL, but not between transactive memory and QWL. Improved transactive memory could directly improve nurses' QWL. Improved participative teamwork could improve nurses' QWL through better perceived organizational support and perceived organizational justice.

  8. Transactive memory in organizational groups: the effects of content, consensus, specialization, and accuracy on group performance.

    Science.gov (United States)

    Austin, John R

    2003-10-01

    Previous research on transactive memory has found a positive relationship between transactive memory system development and group performance in single project laboratory and ad hoc groups. Closely related research on shared mental models and expertise recognition supports these findings. In this study, the author examined the relationship between transactive memory systems and performance in mature, continuing groups. A group's transactive memory system, measured as a combination of knowledge stock, knowledge specialization, transactive memory consensus, and transactive memory accuracy, is positively related to group goal performance, external group evaluations, and internal group evaluations. The positive relationship with group performance was found to hold for both task and external relationship transactive memory systems.

  9. A Java Reference Model of Transacted Memory for Smart Cards

    NARCIS (Netherlands)

    Poll, Erik; Hartel, Pieter H.; de Jong, Eduard

    Transacted Memory offers persistence, undoability and auditing. We present a Java/JML Reference Model of the Transacted Memory system on the basis of our earlier separate Z model and C implementation. We conclude that Java/JML combines the advantages of a high level specification in the JML part

  10. A Java Reference Model of Transacted Memory for Smart Cards

    NARCIS (Netherlands)

    Poll, Erik; Hartel, Pieter H.; de Jong, Eduard

    2002-01-01

    Transacted Memory offers persistence, undoability and auditing. We present a Java/JML Reference Model of the Transacted Memory system on the basis of our earlier separate Z model and C implementation. We conclude that Java/JML combines the advantages of a high level specification in the JML part

  11. Parallel-Architecture Simulator Development Using Hardware Transactional Memory

    OpenAIRE

    Armejach Sanosa, Adrià

    2009-01-01

    To address the need for a simpler parallel programming model, Transactional Memory (TM) has been developed and promises good parallel performance with easy-to-write parallel code. Unlike lock-based approaches, with TM, programmers do not need to explicitly specify and manage the synchronization among threads. However, programmers simply mark code segments as transactions, and the TM system manages the concurrency control for them. TM can be implemented either in software (STM) or hardware (HT...

  12. Deadline-aware scheduling for Software Transactional Memory

    DEFF Research Database (Denmark)

    Maldonado, Walter; Marlier, Patrick; Felber, Pascal

    2011-01-01

    Software Transactional Memory (STM) is an optimistic concurrency control mechanism that simplifies the development of parallel programs. Still, the interest of STM has not yet been demonstrated for reactive applications that require bounded response time for some of their operations. We propose...

  13. Scheduling support for transactional memory contention management

    DEFF Research Database (Denmark)

    Maldonado, Walther; Marler, Patrick; Felber, Pascal

    2010-01-01

    Transactional Memory (TM) is considered as one of the most promising paradigms for developing concurrent applications. TM has been shown to scale well on >multiple cores when the data access pattern behaves "well," i.e., when few conflicts are induced. In contrast, data patterns with frequent wri...

  14. Influence of transactive memory on perceived performance, job satisfaction and identification in anaesthesia teams.

    Science.gov (United States)

    Michinov, E; Olivier-Chiron, E; Rusch, E; Chiron, B

    2008-03-01

    There is an increasing awareness in the medical community that human factors are involved in effectiveness of anaesthesia teams. Communication and coordination between physicians and nurses seems to play a crucial role in maintaining a good level of performance under time pressure, particularly for anaesthesia teams, who are confronted with uncertainty, rapid changes in the environment, and multi-tasking. The aim of this study was to examine the relationship between a specific form of implicit coordination--the transactive memory system--and perceptions of team effectiveness and work attitudes such as job satisfaction and team identification. A cross-sectional study was conducted among 193 nurse and physician anaesthetists from eight French public hospitals. The questionnaire included some measures of transactive memory system (coordination, specialization, and credibility components), perception of team effectiveness, and work attitudes (Minnesota Job Satisfaction Questionnaire, team identification scale). The questionnaire was designed to be filled anonymously, asking only biographical data relating to sex, age, status, and tenure. Hierarchical multiple regression analyses revealed as predicted that transactive memory system predicted members' perceptions of team effectiveness, and also affective outcomes such as job satisfaction and team identification. Moreover, the results demonstrated that transactive memory processes, and especially the coordination component, were a better predictor of teamwork perceptions than socio-demographic (i.e. gender or status) or contextual variables (i.e. tenure and size of team). These findings provided empirical evidence of the existence of a transactive memory system among real anaesthesia teams, and highlight the need to investigate whether transactive memory is actually linked with objective measures of performance.

  15. Improving Transactional Memory Performance for Irregular Applications

    OpenAIRE

    Pedrero, Manuel; Gutiérrez, Eladio; Romero, Sergio; Plata, Óscar

    2015-01-01

    Transactional memory (TM) offers optimistic concurrency support in modern multicore archi- tectures, helping the programmers to extract parallelism in irregular applications when data dependence information is not available before runtime. In fact, recent research focus on ex- ploiting thread-level parallelism using TM approaches. However, the proposed techniques are of general use, valid for any type of application. This work presents ReduxSTM, a software TM system specially d...

  16. Hardware Transactional Memory Optimization Guidelines, Applied to Ordered Maps

    DEFF Research Database (Denmark)

    Bonnichsen, Lars Frydendal; Probst, Christian W.; Karlsson, Sven

    2015-01-01

    efficiently requires reasoning about those differences. In this paper we present 5 guidelines for applying hardware transactional memory efficiently, and apply the guidelines to BT-trees, a concurrent ordered map. Evaluating BT-trees on standard benchmarks shows that they are up to 5.3 times faster than...

  17. The long memory and the transaction cost in financial markets

    Science.gov (United States)

    Li, Daye; Nishimura, Yusaku; Men, Ming

    2016-01-01

    In the present work, we investigate the fractal dimensions of 30 important stock markets from 2006 to 2013; the analysis indicates that the Hurst exponent of emerging markets shifts significantly away from the standard Brownian motion. We propose a model based on the Hurst exponent to explore the considerable profits from the predictable long-term memory. We take the transaction cost into account to justify why the market inefficiency has not been arbitraged away in the majority of cases. The empirical evidence indicates that the majority of the markets are efficient with a certain transaction cost under the no-arbitrage assumption. Furthermore, we use the Monte Carlo simulation to display "the efficient frontier" of the Hurst exponent with different transaction costs.

  18. The Effect of Governance on Global Software Development: An Empirical Research in Transactive Memory Systems.

    NARCIS (Netherlands)

    Manteli, C.; van den Hooff, B.J.; van Vliet, J.C.

    2014-01-01

    Context The way global software development (GSD) activities are managed impacts knowledge transactions between team members. The first is captured in governance decisions, and the latter in a transactive memory system (TMS), a shared cognitive system for encoding, storing and retrieving knowledge

  19. Micro-transactions for concurrent data structures

    DEFF Research Database (Denmark)

    Meawad, Fadi; Iyer, Karthik; Schoeberl, Martin

    2013-01-01

    implementation of transactional memory that we call micro-transactions. In particular, we argue that hardware support for micro-transactions allows us to efficiently implement certain data structures. Those data structures are difficult to realize with the atomic operations provided by stock hardware and provide......, atomic instructions, and micro-transactions. Our results suggest that transactional memory is an interesting alternative to traditional concurrency control mechanisms....

  20. Scripting for construction of a transactive memory system in multidisciplinary CSCL environments

    NARCIS (Netherlands)

    Noroozi, O.; Biemans, H.J.A.; Weinberger, A.; Mulder, M.; Chizari, M.

    2013-01-01

    Establishing a Transactive Memory System (TMS) is essential for groups of learners, when they are multidisciplinary and collaborate online. Environments for Computer-Supported Collaborative Learning (CSCL) could be designed to facilitate the TMS. This study investigates how various aspects of a TMS

  1. Scripting for Construction of a Transactive Memory System in Multidisciplinary CSCL Environments

    Science.gov (United States)

    Noroozi, Omid; Biemans, Harm J. A.; Weinberger, Armin; Mulder, Martin; Chizari, Mohammad

    2013-01-01

    Establishing a Transactive Memory System (TMS) is essential for groups of learners, when they are multidisciplinary and collaborate online. Environments for Computer-Supported Collaborative Learning (CSCL) could be designed to facilitate the TMS. This study investigates how various aspects of a TMS (i.e., specialization, coordination, and trust)…

  2. A New Contention Management Technique for Obstruction Free Transactional Memory

    OpenAIRE

    Ghosh, Ammlan; Sahin, Anubhab; Silsarma, Anirban; Chaki, Rituparna

    2014-01-01

    Part 2: Algorithms; International audience; Transactional Memory, one of the most viable alternatives to lock based concurrent systems, was explored by the researchers for practically implementing parallel processing. The goal was that threads will run parallel and improve system performance, but the effect of their execution will be linear. In STM, the non-blocking synchronization can be implemented by Wait-Freedom, Lock-Freedom or Obstruction-Freedom philosophy. Though Obstruction Free Tran...

  3. To make or buy patient safety solutions: a resource dependence and transaction cost economics perspective.

    Science.gov (United States)

    Fareed, Naleef; Mick, Stephen S

    2011-01-01

    For almost a decade, public and private organizations have pressured hospitals to improve their patient safety records. Since 2008, the Centers for Medicare & Medicaid Services has no longer been reimbursing hospitals for secondary diagnoses not reported during the point of admission. This ruling has motivated some hospitals to engage in safety-oriented programs to decrease adverse events. This study examined which hospitals may engage in patient safety solutions and whether they create these patient safety solutions within their structures or use suppliers in the market. We used a theoretical model that incorporates the key constructs of resource dependence theory and transaction cost economics theory to predict a hospital's reaction to Centers for Medicare & Medicaid Services "never event" regulations. We present propositions that speculate on how forces conceptualized from the resource dependence theory may affect adoption of patient safety innovations and, when they do, whether the adopting hospitals will do so internally or externally according to the transaction cost economics theory. On the basis of forces identified by the resource dependence theory, we predict that larger, teaching, safety net, horizontally integrated, highly interdependent, and public hospitals in concentrated, high public payer presence, competitive, and resource-rich environments will be more likely to engage in patient safety innovations. Following the logic of the transaction cost economics theory, we predict that of the hospitals that react positively to the never event regulation, most will internalize their innovations in patient safety solutions rather than approach the market, a choice that helps hospitals economize on transaction costs. This study helps hospital managers in their strategic thinking and planning in relation to current and future regulations related to patient safety. For researchers and policy analysts, our propositions provide the basis for empirical testing.

  4. Pricing European option with transaction costs under the fractional long memory stochastic volatility model

    Science.gov (United States)

    Wang, Xiao-Tian; Wu, Min; Zhou, Ze-Min; Jing, Wei-Shu

    2012-02-01

    This paper deals with the problem of discrete time option pricing using the fractional long memory stochastic volatility model with transaction costs. Through the 'anchoring and adjustment' argument in a discrete time setting, a European call option pricing formula is obtained.

  5. Fostering multidisciplinary learning through computer-supported collaboration script: The role of a transactive memory script

    NARCIS (Netherlands)

    Noroozi, O.; Weinberger, A.; Biemans, H.J.A.; Teasley, S.D.; Mulder, M.

    2012-01-01

    For solving many of today's complex problems, professionals need to collaborate in multidisciplinary teams. Facilitation of knowledge awareness and coordination among group members, that is through a Transactive Memory System (TMS), is vital in multidisciplinary collaborative settings. Online

  6. A Case for Including Transactions in OpenMP

    Energy Technology Data Exchange (ETDEWEB)

    Wong, M; Bihari, B L; de Supinski, B R; Wu, P; Michael, M; Liu, Y; Chen, W

    2010-01-25

    Transactional Memory (TM) has received significant attention recently as a mechanism to reduce the complexity of shared memory programming. We explore the potential of TM to improve OpenMP applications. We combine a software TM (STM) system to support transactions with an OpenMP implementation to start thread teams and provide task and loop-level parallelization. We apply this system to two application scenarios that reflect realistic TM use cases. Our results with this system demonstrate that even with the relatively high overheads of STM, transactions can outperform OpenMP critical sections by 10%. Overall, our study demonstrates that extending OpenMP to include transactions would ease programming effort while allowing improved performance.

  7. Do familiar teammates request and accept more backup? Transactive memory in air traffic control.

    Science.gov (United States)

    Smith-Jentsch, Kimberly A; Kraiger, Kurt; Cannon-Bowers, Janis A; Salas, Eduardo

    2009-04-01

    The present study investigated factors that explain when and why different groups of teammates are more likely to request and accept backup from one another when needed in an environment characterized by extreme time pressure and severe consequences of error: commercial air traffic control (ATC). Transactive memory theory states that teammates develop consensus regarding the distribution of their relative expertise as well as confidence in that expertise over time and that this facilitates coordination processes. The present study investigated whether this theory could help to explain between-team differences in requesting and accepting backup when needed. The present study used cross-sectional data collected from 51 commercial ATC teams. Hypotheses were tested using multiple regression analysis. Teammates with greater experience working together requested and accepted backup from one another more than those with lesser experience working together. Teammate knowledge consensus and perceived team efficacy appear to have mediated this relationship. Transactive memory theory extends to high-stress environments in which members' expertise is highly overlapping. Teammates' shared mental models about one another increase the likelihood that they will request and accept backup. Teammate familiarity should be considered when choosing among potential replacement team members. Training strategies that accelerate the development of teammate knowledge consensus and team efficacy are warranted.

  8. Memory Management for Safety-Critical Java

    DEFF Research Database (Denmark)

    Schoeberl, Martin

    2011-01-01

    Safety-Critical Java (SCJ) is based on the Real-Time Specification for Java. To simplify the certification of Java programs, SCJ supports only a restricted scoped memory model. Individual threads share only immortal memory and the newly introduced mission memory. All other scoped memories...... implementation is evaluated on an embedded Java processor....

  9. The Impact of Transactive Memory System and Interaction Platform in Collaborative Knowledge Construction on Social Presence and Self-Regulation

    Science.gov (United States)

    Yilmaz, Ramazan; Karaoglan Yilmaz, Fatma Gizem; Kilic Cakmak, Ebru

    2017-01-01

    The purpose of this study is to examine the impacts of transactive memory system (TMS) and interaction platforms in computer-supported collaborative learning (CSCL) on social presence perceptions and self-regulation skills of learners. Within the scope of the study, social presence perceptions and self-regulation skills of students in…

  10. Impact of Recent Hardware and Software Trends on High Performance Transaction Processing and Analytics

    Science.gov (United States)

    Mohan, C.

    In this paper, I survey briefly some of the recent and emerging trends in hardware and software features which impact high performance transaction processing and data analytics applications. These features include multicore processor chips, ultra large main memories, flash storage, storage class memories, database appliances, field programmable gate arrays, transactional memory, key-value stores, and cloud computing. While some applications, e.g., Web 2.0 ones, were initially built without traditional transaction processing functionality in mind, slowly system architects and designers are beginning to address such previously ignored issues. The availability, analytics and response time requirements of these applications were initially given more importance than ACID transaction semantics and resource consumption characteristics. A project at IBM Almaden is studying the implications of phase change memory on transaction processing, in the context of a key-value store. Bitemporal data management has also become an important requirement, especially for financial applications. Power consumption and heat dissipation properties are also major considerations in the emergence of modern software and hardware architectural features. Considerations relating to ease of configuration, installation, maintenance and monitoring, and improvement of total cost of ownership have resulted in database appliances becoming very popular. The MapReduce paradigm is now quite popular for large scale data analysis, in spite of the major inefficiencies associated with it.

  11. Private Memory Allocation Analysis for Safety-Critical Java

    DEFF Research Database (Denmark)

    Dalsgaard, Andreas E.; Hansen, René Rydhof; Schoeberl, Martin

    2012-01-01

    Safety-critical Java (SCJ) avoids garbage collection and uses a scope based memory model. This memory model is based on a restricted version of RTSJ [2] style scopes. The scopes form a clear hierarchy with different lifetimes. Therefore, references between objects in different scopes are only...

  12. 77 FR 39406 - Safety Zone; Tom Graves Memorial Fireworks, Port Bay, Wolcott, NY

    Science.gov (United States)

    2012-07-03

    ...-AA00 Safety Zone; Tom Graves Memorial Fireworks, Port Bay, Wolcott, NY AGENCY: Coast Guard, DHS. ACTION..., NY. This safety zone is intended to restrict vessels from a portion of Port Bay during the Tom Graves... necessary to ensure the safety of spectators and vessels during the Tom Graves Memorial Fireworks. This zone...

  13. Patterns for Safety-Critical Java Memory Usage

    DEFF Research Database (Denmark)

    Rios Rivas, Juan Ricardo; Nilsen, Kelvin; Schoeberl, Martin

    2012-01-01

    Scoped memories are introduced in real-time Java profiles in order to make object allocation and deallocation time and space predictable. However, explicit scoping requires care from programmers when dealing with temporary objects, passing scope-allocated objects as arguments to methods, and retu......Scoped memories are introduced in real-time Java profiles in order to make object allocation and deallocation time and space predictable. However, explicit scoping requires care from programmers when dealing with temporary objects, passing scope-allocated objects as arguments to methods...... are illustrated by implementations in the safety-critical Java profile....

  14. Nuclear criticality safety experiments, calculations, and analyses - 1958 to 1982. Volume 2. Summaries. Complilation of papers from the Transactions of the American Nuclear Society

    International Nuclear Information System (INIS)

    Koponen, B.L.; Hampel, V.E.

    1982-01-01

    This compilation contains 688 complete summaries of papers on nuclear criticality safety as presented at meetings of the American Nuclear Society (ANS). The selected papers contain criticality parameters for fissile materials derived from experiments and calculations, as well as criticality safety analyses for fissile material processing, transport, and storage. The compilation was developed as a component of the Nuclear Criticality Information System (NCIS) now under development at the Lawrence Livermore National Laboratory. The compilation is presented in two volumes: Volume 1 contains a directory to the ANS Transaction volume and page number where each summary was originally published, the author concordance, and the subject concordance derived from the keyphrases in titles. Volume 2 contains-in chronological order-the full-text summaries, reproduced here by permission of the American Nuclear Society from their Transactions, volumes 1-41

  15. Nuclear criticality safety experiments, calculations, and analyses - 1958 to 1982. Volume 2. Summaries. Complilation of papers from the Transactions of the American Nuclear Society

    Energy Technology Data Exchange (ETDEWEB)

    Koponen, B.L.; Hampel, V.E.

    1982-10-21

    This compilation contains 688 complete summaries of papers on nuclear criticality safety as presented at meetings of the American Nuclear Society (ANS). The selected papers contain criticality parameters for fissile materials derived from experiments and calculations, as well as criticality safety analyses for fissile material processing, transport, and storage. The compilation was developed as a component of the Nuclear Criticality Information System (NCIS) now under development at the Lawrence Livermore National Laboratory. The compilation is presented in two volumes: Volume 1 contains a directory to the ANS Transaction volume and page number where each summary was originally published, the author concordance, and the subject concordance derived from the keyphrases in titles. Volume 2 contains-in chronological order-the full-text summaries, reproduced here by permission of the American Nuclear Society from their Transactions, volumes 1-41.

  16. Transactions in Software Components: Container-Interposed Transactions

    Czech Academy of Sciences Publication Activity Database

    Procházka, M.; Plášil, František

    2002-01-01

    Roč. 3, č. 2 (2002), s. - ISSN 1525-9293 R&D Projects: GA ČR GA201/99/0244; GA AV ČR IAA2030902 Institutional research plan: AV0Z1030915 Keywords : transactions * component-based software architectures * transaction propagation policy * transaction attributes * container -interposed transactions Subject RIV: JC - Computer Hardware ; Software

  17. Unconventional uranium transactions

    International Nuclear Information System (INIS)

    Anderson, S.C.

    1981-01-01

    The purpose of this paper is to describe some representative unconventional transactions which have been observed in the uranium market; to explain the circumstances giving rise to these transactions; and to describe the benefits resulting from these transactions. Unconventional transactions are usually quite specialized, since they are tailored to meet the particular needs of specific market participants. Nevertheless, most of these transactions fall into the following basic categories: multi-party (back-to-back; bridge); swap (deconversion; nationality); barter; inventory financing (leasing with repurchase obligation; sale with repurchase option). These transactions are explained and discussed. (U.K.)

  18. Fast Failure Recovery for Main-Memory DBMSs on Multicores

    OpenAIRE

    Wu, Yingjun; Guo, Wentian; Chan, Chee-Yong; Tan, Kian-Lee

    2016-01-01

    Main-memory database management systems (DBMS) can achieve excellent performance when processing massive volume of on-line transactions on modern multi-core machines. But existing durability schemes, namely, tuple-level and transaction-level logging-and-recovery mechanisms, either degrade the performance of transaction processing or slow down the process of failure recovery. In this paper, we show that, by exploiting application semantics, it is possible to achieve speedy failure recovery wit...

  19. Externalising the autobiographical self: sharing personal memories online facilitated memory retention.

    Science.gov (United States)

    Wang, Qi; Lee, Dasom; Hou, Yubo

    2017-07-01

    Internet technology provides a new means of recalling and sharing personal memories in the digital age. What is the mnemonic consequence of posting personal memories online? Theories of transactive memory and autobiographical memory would make contrasting predictions. In the present study, college students completed a daily diary for a week, listing at the end of each day all the events that happened to them on that day. They also reported whether they posted any of the events online. Participants received a surprise memory test after the completion of the diary recording and then another test a week later. At both tests, events posted online were significantly more likely than those not posted online to be recalled. It appears that sharing memories online may provide unique opportunities for rehearsal and meaning-making that facilitate memory retention.

  20. Managerial accounting for transaction costs

    OpenAIRE

    Лабынцев, Николай Тихонович

    2015-01-01

    Essence and significance of transaction accounting and its basic concepts – transaction and transaction costs – have been determined. Main types of transaction costs and elements of transaction accounting for expenses have been considered. Source documents forms for the purpose of accounting for transaction costs have been worked out.

  1. The consequences of hospital autonomization in Colombia: a transaction cost economics analysis.

    Science.gov (United States)

    Castano, Ramon; Mills, Anne

    2013-03-01

    Granting autonomy to public hospitals in developing countries has been common over recent decades, and implies a shift from hierarchical to contract-based relationships with health authorities. Theory on transactions costs in contractual relationships suggests they stem from relationship-specific investments and contract incompleteness. Transaction cost economics argues that the parties involved in exchanges seek to reduce transaction costs. The objective of this research was to analyse the relationships observed between purchasers and the 22 public hospitals of the city of Bogota, Colombia, in order to understand the role of relationship-specific investments and contract incompleteness as sources of transaction costs, through a largely qualitative study. We found that contract-based relationships showed relevant transaction costs associated mainly with contract incompleteness, not with relationship-specific investments. Regarding relationships between insurers and local hospitals for primary care services, compulsory contracting regulations locked-in the parties to the contracts. For high-complexity services (e.g. inpatient care), no restrictions applied and relationships suggested transaction-cost minimizing behaviour. Contract incompleteness was found to be a source of transaction costs on its own. We conclude that transaction costs seemed to play a key role in contract-based relationships, and contract incompleteness by itself appeared to be a source of transaction costs. The same findings are likely in other contexts because of difficulties in defining, observing and verifying the contracted products and the underlying information asymmetries. The role of compulsory contracting might be context-specific, although it is likely to emerge in other settings due to the safety-net role of public hospitals.

  2. Content-addressable memory based enforcement of configurable policies

    Science.gov (United States)

    Berg, Michael J

    2014-05-06

    A monitoring device for monitoring transactions on a bus includes content-addressable memory ("CAM") and a response policy unit. The CAM includes an input coupled to receive a bus transaction tag based on bus traffic on the bus. The CAM stores data tags associated with rules of a security policy to compare the bus transaction tag to the data tags. The CAM generates an output signal indicating whether one or more matches occurred. The response policy unit is coupled to the CAM to receive the output signal from the CAM and to execute a policy action in response to the output signal.

  3. Applying Hamming Code to Memory System of Safety Grade PLC (POSAFE-Q) Processor Module

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Taehee; Hwang, Sungjae; Park, Gangmin [POSCO Nuclear Technology, Seoul (Korea, Republic of)

    2013-05-15

    If some errors such as inverted bits occur in the memory, instructions and data will be corrupted. As a result, the PLC may execute the wrong instructions or refer to the wrong data. Hamming Code can be considered as the solution for mitigating this mis operation. In this paper, we apply hamming Code, then, we inspect whether hamming code is suitable for to the memory system of the processor module. In this paper, we applied hamming code to existing safety grade PLC (POSAFE-Q). Inspection data are collected and they will be referred for improving the PLC in terms of the soundness. In our future work, we will try to improve time delay caused by hamming calculation. It will include CPLD optimization and memory architecture or parts alteration. In addition to these hamming code-based works, we will explore any methodologies such as mirroring for the soundness of safety grade PLC. Hamming code-based works can correct bit errors, but they have limitation in multi bits errors.

  4. Applying Hamming Code to Memory System of Safety Grade PLC (POSAFE-Q) Processor Module

    International Nuclear Information System (INIS)

    Kim, Taehee; Hwang, Sungjae; Park, Gangmin

    2013-01-01

    If some errors such as inverted bits occur in the memory, instructions and data will be corrupted. As a result, the PLC may execute the wrong instructions or refer to the wrong data. Hamming Code can be considered as the solution for mitigating this mis operation. In this paper, we apply hamming Code, then, we inspect whether hamming code is suitable for to the memory system of the processor module. In this paper, we applied hamming code to existing safety grade PLC (POSAFE-Q). Inspection data are collected and they will be referred for improving the PLC in terms of the soundness. In our future work, we will try to improve time delay caused by hamming calculation. It will include CPLD optimization and memory architecture or parts alteration. In addition to these hamming code-based works, we will explore any methodologies such as mirroring for the soundness of safety grade PLC. Hamming code-based works can correct bit errors, but they have limitation in multi bits errors

  5. 17 CFR 37.8 - Information relating to transactions on derivatives transaction execution facilities.

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 1 2010-04-01 2010-04-01 false Information relating to transactions on derivatives transaction execution facilities. 37.8 Section 37.8 Commodity and Securities Exchanges COMMODITY FUTURES TRADING COMMISSION DERIVATIVES TRANSACTION EXECUTION FACILITIES § 37.8...

  6. Managing transaction risks in interdependent supply chains: an extended transaction cost economics perspective

    NARCIS (Netherlands)

    Wever, M.; Wognum, P.M.; Trienekens, J.H.; Omta, S.W.F.

    2012-01-01

    The present study examines the management of transaction risks in supply chains. Risk management studies often ignore the wider supply chain context in which individual transactions take place. However, risk management strategies which are suitable to use when only a single transaction is considered

  7. THE SPECIFICITY OF INTRACOMMUNITY TRANSACTIONS

    Directory of Open Access Journals (Sweden)

    PALIU-POPA LUCIA

    2011-09-01

    Full Text Available Considered from the perspective of Romania's accession to the European Union, we can say that starting with 1 January 2007, foreign trade transactions were delimited in relation to the customs borders in intra-Community transactions and international transactions. In this context, the way of conducting these operations is influenced by both the economic and financial features specific to both categories of transactions, that relate to the economic character of the activity, the diversity and specificity of the foreign trade activity, transport of goods, the complexity and regulation of intra-Community and international commercial transactions, and by the specific features of each category of transaction. Starting from the consideration that the economic and financial characteristics of foreign trade activity, specific to intra-Community commercial transactions, have a significant influence in the organization and management of accounting of the entities involved in such transactions, determining in a greater or lesser extent, the way of capitalization of the financial and accounting information in the processes of analysis, decision and control, in this paper we proposed to address the features of intra-Community trade.

  8. Concurrent Operations of O2-Tree on Shared Memory Multicore Architectures

    Directory of Open Access Journals (Sweden)

    Daniel Ohene-Kwofie

    2014-05-01

    Full Text Available Modern computer architectures provide high performance computing capability by having multiple CPU cores. Such systems are also typically associated with very large main-memory capacities, thereby allowing them to be used for fast processing of in-memory database applications. However, most of the concurrency control mechanism associated with the index structures of these memory resident databases do not scale well, under high transaction rates. This paper presents the O2-Tree, a fast main memory resident index, which is also highly scalable and tolerant of high transaction rates in a concurrent environment using the relaxed balancing tree algorithm. The O2-Tree is a modified Red-Black tree in which the leaf nodes are formed into blocks that hold key-value pairs, while each internal node stores a single key that results from splitting leaf nodes. Multi-threaded concurrent manipulation of the O2-Tree outperforms popular NoSQL based key-value stores considered in this paper.

  9. Valuation of Transactive Systems

    Energy Technology Data Exchange (ETDEWEB)

    Hammerstrom, Donald J. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Corbin, Charles D. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Fernandez, Nicholas [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Homer, Juliet S. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Makhmalbaf, Atefe [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Pratt, Robert G. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Somani, Abhishek [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Gilbert, Erik I. [Navigant Consulting, Boulder, CO (United States); Chandler, Shawn [Navigant Consulting, Portland, OR (United States); Shandross, Richard [Navigant Consulting, Burlington, MA (United States)

    2016-05-12

    This is a final report from a project funded by the U.S. Department of Energy to formulate and test a methodology for valuation of systems where transaction-based mechanisms coordinate the exchange of value between the system’s actors. Today, the principal commodity being exchanged is electrical energy, and such mechanisms are called transactive energy systems. The authors strove to lay a foundation for meaningful valuations of transactive systems in general, and transactive energy systems as a special case. The word valuation is used in many different ways. This report proposes a valuation methodology that is inclusive of many types of valuations. Many will be familiar with cost-benefit valuations, in which both costs and benefits are assessed to determine whether the assets are worth their cost. Another set of valuation methods attempt to optimize an outcome using available resources, as is the case with integrated resource planning. In the end, this report’s methodology was most influenced by and most resembles the integrated-resource-planning approach. Regardless, we wish to enforce the premise that all valuations are comparative and should clearly specify a baseline scenario. A long, annotated list of prior valuation studies and valuation methodologies that influenced this report has been appended to this report. Much research is being conducted today concerning transactive systems, but only a handful of transactive system mechanisms have been formulated and field tested. They are found to be quite diverse, and the documentation of the various mechanisms is uneven in breadth and quality. It is therefore not adequate to simply assert that a valuation scenario includes a transactive system; certain characteristics and qualities of the chosen transactive system mechanism must be defined and stated. The report lists and discusses most of the known transactive system mechanisms. It offers a set of questions that may be used to help specify important

  10. Networks and Transaction Costs

    DEFF Research Database (Denmark)

    Henning, Christian; Henningsen, Geraldine; Henningsen, Arne

    2011-01-01

    Based on the well-known fact that social networks can provide effective mechanisms that help to increase the trust level between two trade partners, we apply a simple game-theoretical framework to derive transaction costs as a high risk of opportunistic behavior in a repeated trade relation...... determined by the density and size of trading networks. In the empirical part of the paper we apply a two stage procedure to estimate the impact of social network structures on farm’s transaction costs observed for different input and output markets. At a first stage we estimate a multiple input...... transaction cost functions for all traded farm inputs and outputs. Estimation results based on a sample of 315 Polish farms imply a significant influence of social network structures on farm’s transaction costs. Moreover, estimated transaction costs correspond to a reasonable amount of farm specific shadow...

  11. Networks and Transaction Costs

    DEFF Research Database (Denmark)

    Henning, Christian; Henningsen, Geraldine; Henningsen, Arne

    2011-01-01

    determined by the density and size of trading networks. In the empirical part of the paper we apply a two stage procedure to estimate the impact of social network structures on farm’s transaction costs observed for different input and output markets. At a first stage we estimate a multiple input......Based on the well-known fact that social networks can provide effective mechanisms that help to increase the trust level between two trade partners, we apply a simple game-theoretical framework to derive transaction costs as a high risk of opportunistic behavior in a repeated trade relation...... transaction cost functions for all traded farm inputs and outputs. Estimation results based on a sample of 315 Polish farms imply a significant influence of social network structures on farm’s transaction costs. Moreover, estimated transaction costs correspond to a reasonable amount of farm specific shadow...

  12. Transactional Network Platform: Applications

    Energy Technology Data Exchange (ETDEWEB)

    Katipamula, Srinivas; Lutes, Robert G.; Ngo, Hung; Underhill, Ronald M.

    2013-10-31

    In FY13, Pacific Northwest National Laboratory (PNNL) with funding from the Department of Energy’s (DOE’s) Building Technologies Office (BTO) designed, prototyped and tested a transactional network platform to support energy, operational and financial transactions between any networked entities (equipment, organizations, buildings, grid, etc.). Initially, in FY13, the concept demonstrated transactions between packaged rooftop air conditioners and heat pump units (RTUs) and the electric grid using applications or "agents" that reside on the platform, on the equipment, on a local building controller or in the Cloud. The transactional network project is a multi-lab effort with Oakridge National Laboratory (ORNL) and Lawrence Berkeley National Laboratory (LBNL) also contributing to the effort. PNNL coordinated the project and also was responsible for the development of the transactional network (TN) platform and three different applications associated with RTUs. This document describes two applications or "agents" in details, and also summarizes the platform. The TN platform details are described in another companion document.

  13. Transactions in domain-specific information systems

    Science.gov (United States)

    Zacek, Jaroslav

    2017-07-01

    Substantial number of the current information system (IS) implementations is based on transaction approach. In addition, most of the implementations are domain-specific (e.g. accounting IS, resource planning IS). Therefore, we have to have a generic transaction model to build and verify domain-specific IS. The paper proposes a new transaction model for domain-specific ontologies. This model is based on value oriented business process modelling technique. The transaction model is formalized by the Petri Net theory. First part of the paper presents common business processes and analyses related to business process modeling. Second part defines the transactional model delimited by REA enterprise ontology paradigm and introduces states of the generic transaction model. The generic model proposal is defined and visualized by the Petri Net modelling tool. Third part shows application of the generic transaction model. Last part of the paper concludes results and discusses a practical usability of the generic transaction model.

  14. Fresh Snack Food Channel Evaluation Model for Integrating Customers’ Perception of Transaction Costs in Taiwan

    Directory of Open Access Journals (Sweden)

    Po-Yu Chen

    2017-01-01

    Full Text Available The primary purpose of this study was to explore how food dealers develop methods that facilitate transaction efficiency and how they select the optimal food channels. This study establishes a model according to the impact of transaction cost factors on consumers’ decision-making regarding purchase of fresh snack foods. Using fresh snack foods in Taiwan as an example, this study employed a fuzzy analytic network process to solve decision-making problems with multiple criteria by comparing the interaction between each transaction cost factor to obtain the factor weightings as well as the weightings of the transaction costs at each decision stage. This study found that food safety assurance and providing sufficient nutrition information were the most essential topics; thus, the optimal choice for snack food producers is to develop retail outlets. This study construction process proposed is innovative and operational, and the results may provide a reference for snack food dealers or microfood enterprises to assist them in developing their food channels.

  15. Transaction Costs For Innovations Diffusion

    Directory of Open Access Journals (Sweden)

    Ilya A. Romanov

    2012-10-01

    Full Text Available The article deals with the analysis of transaction costs of the innovations distribution. The factors, affecting the innovations diffusion in accordance with the clusters, relations, dynamics of the distribution are disclosed. Transaction costs as a result of bounded rationality of economic entities are detected. The inevitability of transaction costs as an objective phenomenon is shown. Their dependence on the quality of economic information and information uncertainty is indicated. Correlative approach for the analysis of these costs is applied. The article justifies that the reduction of transaction costs increases the efficiency of innovations.

  16. Evaluating Non-In-Place Update Techniques for Flash-Based Transaction Processing Systems

    Science.gov (United States)

    Wang, Yongkun; Goda, Kazuo; Kitsuregawa, Masaru

    Recently, flash memory is emerging as the storage device. With price sliding fast, the cost per capacity is approaching to that of SATA disk drives. So far flash memory has been widely deployed in consumer electronics even partly in mobile computing environments. For enterprise systems, the deployment has been studied by many researchers and developers. In terms of the access performance characteristics, flash memory is quite different from disk drives. Without the mechanical components, flash memory has very high random read performance, whereas it has a limited random write performance because of the erase-before-write design. The random write performance of flash memory is comparable with or even worse than that of disk drives. Due to such a performance asymmetry, naive deployment to enterprise systems may not exploit the potential performance of flash memory at full blast. This paper studies the effectiveness of using non-in-place-update (NIPU) techniques through the IO path of flash-based transaction processing systems. Our deliberate experiments using both open-source DBMS and commercial DBMS validated the potential benefits; x3.0 to x6.6 performance improvement was confirmed by incorporating non-in-place-update techniques into file system without any modification of applications or storage devices.

  17. Concurrent Operations of O2-Tree on Shared Memory Multicore Architectures

    OpenAIRE

    Daniel Ohene-Kwofie; E. J. Otoo1, Gideon Nimako

    2014-01-01

    Modern computer architectures provide high performance computing capability by having multiple CPU cores. Such systems are also typically associated with very large main-memory capacities, thereby allowing them to be used for fast processing of in-memory database applications. However, most of the concurrency control mechanism associated with the index structures of these memory resident databases do not scale well, under high transaction rates. This paper presents the O2-Tree, a fast main me...

  18. Transactions Concurrency Control in Web Service Environment

    DEFF Research Database (Denmark)

    Alrifai, Mohammad; Dolog, Peter; Nejdl, Wolfgang

    2006-01-01

    an engineering point of view as it does not change the way consumers or clients of web services have to be programmed. Furthermore, it avoids direct communication between transaction coordinators which preserves security by keeping the information about business transactions restricted to the coordinators which......Business transactions in web service environments run with relaxed isolation and atomicity property. In such environments, transactions can commit and roll back independently on each other. Transaction management has to reflect this issue and address the problems which result for example from...... concurrent access to web service resources and data. In this paper we propose an extension to the WS-Transaction Protocol which ensures the consistency of the data when independent business transactions access the data concurrently under the relaxed transaction properties. Our extension is based...

  19. Identifying Bitcoin users by transaction behavior

    Science.gov (United States)

    Monaco, John V.

    2015-05-01

    Digital currencies, such as Bitcoin, offer convenience and security to criminals operating in the black marketplace. Some Bitcoin marketplaces, such as Silk Road, even claim anonymity. This claim contradicts the findings in this work, where long term transactional behavior is used to identify and verify account holders. Transaction timestamps and network properties observed over time contribute to this finding. The timestamp of each transaction is the result of many factors: the desire purchase an item, daily schedule and activities, as well as hardware and network latency. Dynamic network properties of the transaction, such as coin flow and the number of edge outputs and inputs, contribute further to reveal account identity. In this paper, we propose a novel methodology for identifying and verifying Bitcoin users based on the observation of Bitcoin transactions over time. The behavior we attempt to quantify roughly occurs in the social band of Newell's time scale. A subset of the Blockchain 230686 is taken, selecting users that initiated between 100 and 1000 unique transactions per month for at least 6 different months. This dataset shows evidence of being nonrandom and nonlinear, thus a dynamical systems approach is taken. Classification and authentication accuracies are obtained under various representations of the monthly Bitcoin samples: outgoing transactions, as well as both outgoing and incoming transactions are considered, along with the timing and dynamic network properties of transaction sequences. The most appropriate representations of monthly Bitcoin samples are proposed. Results show an inherent lack of anonymity by exploiting patterns in long-term transactional behavior.

  20. Decision, Transaction, Law and Contract

    DEFF Research Database (Denmark)

    Koch, Carsten Allan

    Copy from ”Preface to Post Doctoral Dissertation” ”Decision, transaction, law and contract” The period since 1970 has witnessed an explosion in contributions to what is now often referred to as the new institutional economics. One of the most influential (but also most atypical) of these approaches...... and Hierarchies” from 1975. Since then Williamson has, almost singlehandedly, erected an impressive research program which aims at explaining the institutional structures at the micro-level under which economic transactions take place. A number of different phenomena that were very hard to rationalize given...... further. Compared to earlier contributions, the mode of analysis employed differs in at least three ways. Firstly, the analysis is made in terms of the decision premises for entering a transactional relationship. This is in opposition to traditional transaction cost economics, where the transaction...

  1. Nonblocking Scheduling for Web Service Transactions

    DEFF Research Database (Denmark)

    Alrifai, Mohammad; Balke, Wolf-Tilo; Dolog, Peter

    2007-01-01

    . In this paper, we propose a novel nonblocking scheduling mechanism that is used prior to the actual service invocations. Its aim is to reach an agreement between the client and all participating providers on what transaction processing times have to be expected, accepted, and guaranteed. This enables service......For improved flexibility and concurrent usage existing transaction management models for Web services relax the isolation property of Web service-based transactions. Correctness of the concurrent execution then has to be ensured by commit order-preserving transaction schedulers. However, local...... schedulers of service providers typically do take into account neither time constraints for committing the whole transaction, nor the individual services' constraints when scheduling decisions are made. This often leads to an unnecessary blocking of transactions by (possibly long-running) others...

  2. An Incremental High-Utility Mining Algorithm with Transaction Insertion

    Science.gov (United States)

    Gan, Wensheng; Zhang, Binbin

    2015-01-01

    Association-rule mining is commonly used to discover useful and meaningful patterns from a very large database. It only considers the occurrence frequencies of items to reveal the relationships among itemsets. Traditional association-rule mining is, however, not suitable in real-world applications since the purchased items from a customer may have various factors, such as profit or quantity. High-utility mining was designed to solve the limitations of association-rule mining by considering both the quantity and profit measures. Most algorithms of high-utility mining are designed to handle the static database. Fewer researches handle the dynamic high-utility mining with transaction insertion, thus requiring the computations of database rescan and combination explosion of pattern-growth mechanism. In this paper, an efficient incremental algorithm with transaction insertion is designed to reduce computations without candidate generation based on the utility-list structures. The enumeration tree and the relationships between 2-itemsets are also adopted in the proposed algorithm to speed up the computations. Several experiments are conducted to show the performance of the proposed algorithm in terms of runtime, memory consumption, and number of generated patterns. PMID:25811038

  3. An Incremental High-Utility Mining Algorithm with Transaction Insertion

    Directory of Open Access Journals (Sweden)

    Jerry Chun-Wei Lin

    2015-01-01

    Full Text Available Association-rule mining is commonly used to discover useful and meaningful patterns from a very large database. It only considers the occurrence frequencies of items to reveal the relationships among itemsets. Traditional association-rule mining is, however, not suitable in real-world applications since the purchased items from a customer may have various factors, such as profit or quantity. High-utility mining was designed to solve the limitations of association-rule mining by considering both the quantity and profit measures. Most algorithms of high-utility mining are designed to handle the static database. Fewer researches handle the dynamic high-utility mining with transaction insertion, thus requiring the computations of database rescan and combination explosion of pattern-growth mechanism. In this paper, an efficient incremental algorithm with transaction insertion is designed to reduce computations without candidate generation based on the utility-list structures. The enumeration tree and the relationships between 2-itemsets are also adopted in the proposed algorithm to speed up the computations. Several experiments are conducted to show the performance of the proposed algorithm in terms of runtime, memory consumption, and number of generated patterns.

  4. Rethinking Ethiopian Secured Transactions Law through ...

    African Journals Online (AJOL)

    Various countries have reformed their secured transaction laws recognizing the significance of modern secured transactions law in enhancing access to credit and economic development. Ethiopia has not undertaken comprehensive secured transactions law reform, despite the demonstrable mismatch between the legal ...

  5. Private benefits in corporate control transactions

    DEFF Research Database (Denmark)

    Poulsen, Thomas

    This paper presents an analytical framework from which it can be inferred whether sellers or buyers in corporate control transactions value private benefits highest. I am thus able to suggest an answer to the question: Are blocks of shares traded because the buyer is a more efficient monitor...... with high security benefits, or because the buyer has high private benefits from the control rights that come with the shares? Using voting rights as the vehicle for private benefits, I find that the selling shareholders in block transactions attach more value to private benefits than the buyers. In tender...... offer transactions, the answer is that private benefits are insignificant to both sides of the transaction. As an alternative measure of the transaction premium, I calculate the abnormal return premium. This represents the stock market's valuation of the transaction. I find that the stock market puts...

  6. Resources and Transaction Costs

    DEFF Research Database (Denmark)

    Foss, Kirsten; Foss, Nicolai Juul

    2004-01-01

    resources depends on the propertyrights that she holds to those resources and on the transaction costs of exchanging,defining and protecting the relevant property rights. While transaction costs aremajor sources of value dissipation, value may be created by reducing suchdissipation. Implications for the RBV...

  7. Transaction cost of micro and small enterprises financing

    Directory of Open Access Journals (Sweden)

    Ghana Atma Sulistya

    2016-10-01

    Full Text Available High transaction costs become one of the obstacles for the micro and small enterprises (MSEs to access financial loans to the bank. In order to minimize the transaction costs, group lending scheme become  alternative, so that both sides are pay lower transaction costs, and MSEs are able to improve their welfare. This study aims to analyze the credit process and transaction costs incurred on the model of individuals and groups lending and to compare the magnitude of transaction costs on both models. Mixed Method Analysis is used to analyze the component of transaction costs and the magnitude of the transaction cost on both models.These results indicate there are differences in transaction costs incurred on both schemes. In the amount of the transaction costs, the overall group scheme still allows for greater compared to individual schemes and dominated by the cost of the disbursement. Even so, the transaction cost per member group is much smaller than the individual schemes.

  8. Resources and transaction costs

    DEFF Research Database (Denmark)

    Foss, Kirsten; Foss, Nicolai Juul

    2005-01-01

    from resources depends on the property rights that he or she holds and on the transaction costs of exchanging, defining, and protecting them. While transaction costs are a major source of value dissipation, reducing such dissipation may create value. Implications for the RBV analysis of sustained...

  9. Combining Tasking and Transactions

    OpenAIRE

    Kienzle, Jörg

    1999-01-01

    This position paper discusses the issues in design and development of a transaction support for Ada 95. Transactions and other fault tolerance mechanisms are reviewed, and their applicability in a concurrent programming language is analyzed. Possible ways of integration are presented and implementation problems are discussed.

  10. 31 CFR 541.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 541.406 Section 541.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... § 541.406 Offshore transactions. The prohibitions in § 541.201 on transactions involving blocked...

  11. 31 CFR 537.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 537.406 Section 537.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... § 537.406 Offshore transactions. The prohibitions in § 537.201 on transactions involving blocked...

  12. 31 CFR 542.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 542.406 Section 542.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... § 542.406 Offshore transactions. The prohibitions in § 542.201 on transactions involving blocked...

  13. ENC 94 International Nuclear Congress - Atoms for Energy. Transactions Vol.II: Poster Papers

    International Nuclear Information System (INIS)

    1995-01-01

    The transactions have been published in 2 volumes. Volume II contains the papers, which were orally presented in 4 sessions. In Session 1 'The need for nuclear energy in different parts of the world' was discussed in 17 contributions from the US, Korea, Turkey, Yugoslavia, Finland, the Netherlands, Poland, Russia, Croatia, Belgium and Germany. The other 3 sessions covered: Safety of operating nuclear plants (54 posters); Back-end of the fuel cycle (35 posters); Do we need new reactors to improve safety and economics ? (32 Posters)

  14. Transaction Costs in Housing Markets

    OpenAIRE

    Ommeren, van, Jos

    2008-01-01

    According to economic theory, there are no strong reasons to tax (or to subsidise) residential moves, although low levels of taxation may be potentially justified to deal with the presence of externalities and economic stability. This is in contrast to practise in most countries where governments have created strong barriers to moving (transaction taxes, rent control) which induces substantial transaction costs. Likely, the welfare losses due to these government-induced transaction costs are ...

  15. 31 CFR 543.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 543.406 Section 543.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... Interpretations § 543.406 Offshore transactions. The prohibitions in § 543.201 on transactions or dealings...

  16. 31 CFR 547.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 547.406 Section 547.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... REGULATIONS Interpretations § 547.406 Offshore transactions. The prohibitions in § 547.201 on transactions or...

  17. 31 CFR 548.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 548.406 Section 548.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... § 548.406 Offshore transactions. The prohibitions in § 548.201 on transactions or dealings involving...

  18. 31 CFR 546.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 546.406 Section 546.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... § 546.406 Offshore transactions. The prohibitions in § 546.201 on transactions or dealings involving...

  19. 31 CFR 588.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 588.406 Section 588.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... Interpretations § 588.406 Offshore transactions. The prohibitions in § 588.201 on transactions involving blocked...

  20. Ring Confidential Transactions

    Directory of Open Access Journals (Sweden)

    Shen Noether

    2016-12-01

    Full Text Available This article introduces a method of hiding transaction amounts in the strongly decentralized anonymous cryptocurrency Monero. Similar to Bitcoin, Monero is a cryptocurrency which is distributed through a proof-of-work “mining” process having no central party or trusted setup. The original Monero protocol was based on CryptoNote, which uses ring signatures and one-time keys to hide the destination and origin of transactions. Recently the technique of using a commitment scheme to hide the amount of a transaction has been discussed and implemented by Bitcoin Core developer Gregory Maxwell. In this article, a new type of ring signature, A Multilayered Linkable Spontaneous Anonymous Group signature is described which allows one to include a Pedersen Commitment in a ring signature. This construction results in a digital currency with hidden amounts, origins and destinations of transactions with reasonable efficiency and verifiable, trustless coin generation. The author would like to note that early drafts of this were publicized in the Monero Community and on the #bitcoin-wizards IRC channel. Blockchain hashed drafts are available showing that this work was started in Summer 2015, and completed in early October 2015. An eprint is also available at http://eprint.iacr.org/2015/1098.

  1. A memory aid for reduced cognitive load in manually entered online bank transactions

    OpenAIRE

    Sandnes, Frode Eika

    2012-01-01

    Paper based invoices are still commonly used in Norway where users manually copy large amounts of digits in order to set up transactions. Such digit copying tasks are cognitively and visually demanding, errors are easily introduced and the process is often perceived as laborious. This study proposes an alternative scheme based on dictionary coding that reduces the cognitive load on the user by a factor of five. The strategy has improved error detection characteristics and th...

  2. Transactions of the Twentieth Water Reactor Safety Information Meeting

    International Nuclear Information System (INIS)

    Weiss, A.J.

    1992-10-01

    This report contains summaries of papers on reactor safety research to be presented at the 20th Water Reactor Safety Information Meeting at the Bethesda Marriott Hotel in Bethesda, Maryland, October 21--23, 1992. The summaries briefly describe the programs and results of nuclear safety research sponsored by the Office of Nuclear Regulatory Research, USNRC. Summaries of invited papers concerning nuclear safety issues from US government laboratories, the electric utilities, the Electric Power Research Institute (EPRI), the nuclear industry, and from foreign governments and industry are also included

  3. Security of M-Commerce transactions

    OpenAIRE

    Ion IVAN; Daniel MILODIN; Alin ZAMFIROIU

    2013-01-01

    In this material electronic market are defined. How they are structured. Security in E-Commerce applications is very important both at the administrative level and from the user perspective. The new trend in the field is the M-commerce that involves making purchases through mobile devices. And for M-commerce transactions the security is a very important thing. Here’s how to analyze the security of M-commerce transactions and ways to increase security for these transactions taki...

  4. Disintermediation of Inter-Blockchain Transactions

    OpenAIRE

    English, S. Matthew; Orlandi, Fabrizio; Auer, Soeren

    2016-01-01

    Different versions of peer-to-peer electronic cash exist as data represented by separate blockchains. Payments between such systems cannot be sent directly from one party to another without going through a financial institution. Bitcoin provided part of the solution but its utility is limited to intra-blockchain transactions. The benefits are lost if a trusted third party is required to execute inter-blockchain transactions. We propose a solution to the inter-blockchain transaction problem us...

  5. Anonymous Transactions in Computer Networks

    Science.gov (United States)

    Dolev, Shlomi; Kopeetsky, Marina

    We present schemes for providing anonymous transactions while privacy and anonymity are preserved, providing user anonymous authentication in distributed networks such as the Internet. We first present a practical scheme for anonymous transactions while the transaction resolution is assisted by a Trusted Authority. This practical scheme is extended to a theoretical scheme where a Trusted Authority is not involved in the transaction resolution. Given an authority that generates for each player hard to produce evidence EVID (e. g., problem instance with or without a solution) to each player, the identity of a user U is defined by the ability to prove possession of said evidence. We use Zero-Knowledge proof techniques to repeatedly identify U by providing a proof that U has evidence EVID, without revealing EVID, therefore avoiding identity theft.

  6. The provision and impact of online patient access to their electronic health records (EHR) and transactional services on the quality and safety of health care: systematic review protocol.

    Science.gov (United States)

    Mold, Freda; Ellis, Beverley; de Lusignan, Simon; Sheikh, Aziz; Wyatt, Jeremy C; Cavill, Mary; Michalakidis, Georgios; Barker, Fiona; Majeed, Azeem; Quinn, Tom; Koczan, Phil; Avanitis, Theo; Gronlund, Toto Anne; Franco, Christina; McCarthy, Mary; Renton, Zoë; Chauhan, Umesh; Blakey, Hannah; Kataria, Neha; Jones, Simon; Rafi, Imran

    2012-01-01

    Innovators have piloted improvements in communication, changed patterns of practice and patient empowerment from online access to electronic health records (EHR). International studies of online services, such as prescription ordering, online appointment booking and secure communications with primary care, show good uptake of email consultations, accessing test results and booking appointments; when technologies and business process are in place. Online access and transactional services are due to be rolled out across England by 2015; this review seeks to explore the impact of online access to health records and other online services on the quality and safety of primary health care. To assess the factors that may affect the provision of online patient access to their EHR and transactional services, and the impact of such access on the quality and safety of health care. Two reviewers independently searched 11 international databases during the period 1999-2012. A range of papers including descriptive studies using qualitative or quantitative methods, hypothesis-testing studies and systematic reviews were included. A detailed eligibility criterion will be used to shape study inclusion. A team of experts will review these papers for eligibility, extract data using a customised extraction form and use the Grading of Recommendations Assessment, Development and Evaluation (GRADE) instrument to determine the quality of the evidence and the strengths of any recommendation. Data will then be descriptively summarised and thematically synthesised. Where feasible, we will perform a quantitative meta-analysis. Prospero (International Prospective Register of Systematic Reviews) registration number: crd42012003091.

  7. Value and Transaction Costs

    DEFF Research Database (Denmark)

    Foss, Kirsten; Foss, Nicolai Juul

    2003-01-01

    caused by transaction costs), andnew types of resources (i.e., capture and protection capabilities), clarifies the roleof contracting in the exercise of market power, and suggests that `strategizing'and `economizing' perspectives are related to a larger extent than is normallyrecognized. Refutable......AbstractWe forge linkages between the economics of property rights (Coase, Demsetz,Cheung, Barzel) and strategic management. Property rights to resources consistof the rights to consume, obtain income from, and alienate these resources.Transaction costs are the costs of exchanging, protecting...... and capturing propertyrights. We clarify the key role of transaction costs with respect to understandingvalue creation and the limitations and opportunities of strategizing relative tocompetitive forces. The economics of property rights identifies new sources ofvalue creation (i.e., reducing the dissipation...

  8. Transactive System: Part II: Analysis of Two Pilot Transactive Systems using Foundational Theory and Metrics

    Energy Technology Data Exchange (ETDEWEB)

    Lian, Jianming [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Sun, Y. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Kalsi, Karanjit [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Widergren, Steven E. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Wu, Di [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Ren, Huiying [Pacific Northwest National Lab. (PNNL), Richland, WA (United States)

    2018-01-24

    This document is the second of a two-part report. Part 1 reviewed several demonstrations of transactive control and compared them in terms of their payoff functions, control decisions, information privacy, and mathematical solution concepts. It was suggested in Part 1 that these four listed components should be adopted for meaningful comparison and design of future transactive systems. Part 2 proposes qualitative and quantitative metrics that will be needed to compare alternative transactive systems. It then uses the analysis and design principles from Part 1 while conducting more in-depth analysis of two transactive demonstrations: the American Electric Power (AEP) gridSMART Demonstration, which used a double –auction market mechanism, and a consensus method like that used in the Pacific Northwest Smart Grid Demonstration. Ultimately, metrics must be devised and used to meaningfully compare alternative transactive systems. One significant contribution of this report is an observation that the decision function used for thermostat control in the AEP gridSMART Demonstration has superior performance if its decision function is recast to more accurately reflect the power that will be used under for thermostatic control under alternative market outcomes.

  9. Multi-period fuzzy mean-semi variance portfolio selection problem with transaction cost and minimum transaction lots using genetic algorithm

    Directory of Open Access Journals (Sweden)

    Mohammad Ali Barati

    2016-04-01

    Full Text Available Multi-period models of portfolio selection have been developed in the literature with respect to certain assumptions. In this study, for the first time, the portfolio selection problem has been modeled based on mean-semi variance with transaction cost and minimum transaction lots considering functional constraints and fuzzy parameters. Functional constraints such as transaction cost and minimum transaction lots were included. In addition, the returns on assets parameters were considered as trapezoidal fuzzy numbers. An efficient genetic algorithm (GA was designed, results were analyzed using numerical instances and sensitivity analysis were executed. In the numerical study, the problem was solved based on the presence or absence of each mode of constraints including transaction costs and minimum transaction lots. In addition, with the use of sensitivity analysis, the results of the model were presented with the variations of minimum expected rate of programming periods.

  10. Transactions of the nineteenth water reactor safety information meeting

    International Nuclear Information System (INIS)

    Weiss, A.J.

    1991-10-01

    This report contains summaries of papers on reactor safety research to be presented at the 19th Water Reactor Safety Information Meeting at the Bethesda Marriott Hotel in Bethesda, Maryland, October 28--30, 1991. The summaries briefly describe the programs and results of nuclear safety research sponsored by the Office of Nuclear Regulatory Research, USNRC. Summaries of invited papers concerning nuclear safety issues from US government laboratories, the electric utilities, the Electric Power Research Institute (EPRI), the nuclear industry, and from the governments and industry in Europe and Japan are also included. The summaries have been compiled in one report to provide a basis for meaningful discussion and information exchange during the course of the meeting, and are given in the order of their presentation in each session. The individual summaries have been cataloged separately

  11. Security of M-Commerce transactions

    Directory of Open Access Journals (Sweden)

    Ion IVAN

    2013-07-01

    Full Text Available In this material electronic market are defined. How they are structured. Security in E-Commerce applications is very important both at the administrative level and from the user perspective. The new trend in the field is the M-commerce that involves making purchases through mobile devices. And for M-commerce transactions the security is a very important thing. Here's how to analyze the security of M-commerce transactions and ways to increase security for these transactions taking into account the organization of M-Commerce applications, software used, hardware used and other important issues in the development of these applications.

  12. The development by the German Transactional Analysis Association of a scientifically-based online evaluation system of transactional analysis training

    Directory of Open Access Journals (Sweden)

    Norbert Nagel

    2017-07-01

    Full Text Available The authors present the development and statistical analysis, conducted under the auspices of the German Transactional Analysis Association (DGTA, of an online evaluation system of transactional analysis training.  The understanding of evaluation research is clarified, and the data-entry form and its grounding in the theory of transactional analysis are presented. Emphasis is placed on the development of the competence concept, the definition of competence categories, and the representation of the foundations of a transactional-analytic educational theory.  The scientific examination of the validity and reliability of the scales, the research process with pre-test and re-test, and the evaluation of the data in the system of online evaluation are extensively documented.  In conclusion, it is claimed that this online-based DGTA evaluation is one of the few result-oriented teaching evaluation instruments in the German-speaking countries which meets scientific control criteria and is published. Citation - APA format: Nagel, N., König, J., Ottmann, S., & Hahnle, A. (2017. The development by the German Transactional Analysis Association of a scientifically-based online evaluation system of transactional analysis training. International Journal of Transactional Analysis Research & Practice, 8(2, 3-23.

  13. Optimizing Concurrent M3-Transactions: A Fuzzy Constraint Satisfaction Approach

    Directory of Open Access Journals (Sweden)

    Peng LI

    2004-10-01

    Full Text Available Due to the high connectivity and great convenience, many E-commerce application systems have a high transaction volume. Consequently, the system state changes rapidly and it is likely that customers issue transactions based on out-of-date state information. Thus, the potential of transaction abortion increases greatly. To address this problem, we proposed an M3-transaction model. An M3-transaction is a generalized transaction where users can issue their preferences in a request by specifying multiple criteria and optional data resources simultaneously within one transaction. In this paper, we introduce the transaction grouping and group evaluation techniques. We consider evaluating a group of M3-transactions arrived to the system within a short duration together. The system makes optimal decisions in allocating data to transactions to achieve better customer satisfaction and lower transaction failure rate. We apply the fuzzy constraint satisfaction approach for decision-making. We also conduct experimental studies to evaluate the performance of our approach. The results show that the M3-transaction with group evaluation is more resilient to failure and yields much better performance than the traditional transaction model.

  14. The provision and impact of online patient access to their electronic health records (EHR and transactional services on the quality and safety of health care: systematic review protocol

    Directory of Open Access Journals (Sweden)

    Freda Mold

    2013-09-01

    Full Text Available Background Innovators have piloted improvements in communication, changed patterns of practice and patient empowerment from online access to electronic health records (EHR. International studies of online services, such as prescription ordering, online appointment booking and secure communications with primary care, show good uptake of email consultations, accessing test results and booking appointments; when technologies and business process are in place. Online access and transactional services are due to be rolled out across England by 2015; this review seeks to explore the impact of online access to health records and other online services on the quality and safety of primary health care.Objective To assess the factors that may affect the provision of online patient access to their EHR and transactional services, and the impact of such access on the quality and safety of health care.Method Two reviewers independently searched 11 international databases during the period 1999–2012. A range of papers including descriptive studies using qualitative or quantitative methods, hypothesis-testing studies and systematic reviews were included. A detailed eligibility criterion will be used to shape study inclusion .A team of experts will review these papers for eligibility, extract data using a customised extraction form and use the Grading of Recommendations Assessment, Development and Evaluation (GRADE instrument to determine the quality of the evidence and the strengths of any recommendation. Data will then be descriptively summarised and thematically synthesised. Where feasible, we will perform a quantitative meta-analysis.Prospero (International Prospective Register of Systematic Reviews registration number: crd42012003091.

  15. Remedial transactions curtailment via optimization

    Directory of Open Access Journals (Sweden)

    Maksimović Viktor

    2009-01-01

    Full Text Available The new method developed in this paper is aiming at transmission congestion management (CM. The new, Optimal Transactions Management method (OTM, is based on linear programming (LP, DC load flow (DCLF and linear security constraints. The OTM method is embedded in Available Transfer Capabilities (ATCs and Power Transfer Distribution Factors (PTDFs definitions' environment. Well-suited for both preventive and corrective modes of operation, the OTM method aids transmission system operator in running a congested power system network, where congestions are due to transactions. Potential congestion threat is solved by finding the 'culprit' transaction and its optimal reduction. Besides the proposed downsizing of scheduled and/or committed transactions, controls of the OTM method also include redispatching of generation and load levels. The task is to establish a system state without constraint violations. To ensure the feasible network solution, both DC and AC power flows are used. The common 5 nodes/7 lines Ward&Hale sample power system is used to clarify the OTM method. Besides, six other power system networks including the real-life power system network of Serbia, Macedonia and Montenegro (part of the South East Europe - SEE grid are used to test remedial potentials and CPU-time performances of the method. The 24-hour daily demand diagram is used with all test networks to study the effects of transactions as they are being superimposed to the regional grid. The remedial, transactions-curtailing OTM method is found well suited for market-related analyses precluding the hour-ahead, the day-ahead dispatch, as well as the real-time generation dispatch. It could also suit for the novel, Day Ahead Congestion Forecast (DACF procedure used in power markets. .

  16. Distributed Management of Concurrent Web Service Transactions

    DEFF Research Database (Denmark)

    Alrifai, Mohammad; Dolog, Peter; Balke, Wolf-Tilo

    2009-01-01

    Business processes involve dynamic compositions of interleaved tasks. Therefore, ensuring reliable transactional processing of Web services is crucial for the success of Web service-based B2B and B2C applications. But the inherent autonomy and heterogeneity of Web services render the applicability...... of conventional ACID transaction models for Web services far from being straightforward. Current Web service transaction models relax the isolation property and rely on compensation mechanisms to ensure atomicity of business transactions in the presence of service failures. However, ensuring consistency...... in the open and dynamic environment of Web services, where interleaving business transactions enter and exit the system independently, remains an open issue. In this paper, we address this problem and propose an architecture that supports concurrency control on the Web services level. An extension...

  17. Safety leadership at construction sites: the importance of rule-oriented and participative leadership.

    Science.gov (United States)

    Grill, Martin; Pousette, Anders; Nielsen, Kent; Grytnes, Regine; Törner, Marianne

    2017-07-01

    Objectives The construction industry accounted for >20% of all fatal occupational accidents in Europe in 2014. Leadership is an essential antecedent to occupational safety. The aim of the present study was to assess the influence of transformational, active transactional, rule-oriented, participative, and laissez-faire leadership on safety climate, safety behavior, and accidents in the Swedish and Danish construction industry. Sweden and Denmark are similar countries but have a large difference in occupational accidents rates. Methods A questionnaire study was conducted among a random sample of construction workers in both countries: 811 construction workers from 85 sites responded, resulting in site and individual response rates of 73% and 64%, respectively. Results The results indicated that transformational, active transactional, rule-oriented and participative leadership predict positive safety outcomes, and laissez-faire leadership predict negative safety outcomes. For example, rule-oriented leadership predicts a superior safety climate (β=0.40, Pleadership on workers' safety behavior was moderated by the level of participative leadership (β=0.10, Pleadership behaviors on safety outcomes were largely similar in Sweden and Denmark. Rule-oriented and participative leadership were more common in the Swedish than Danish construction industry, which may partly explain the difference in occupational accident rates. Conclusions Applying less laissez-faire leadership and more transformational, active transactional, participative and rule-oriented leadership appears to be an effective way for construction site managers to improve occupational safety in the industry.

  18. Characterization of NiTi Shape Memory Damping Elements designed for Automotive Safety Systems

    Science.gov (United States)

    Strittmatter, Joachim; Clipa, Victor; Gheorghita, Viorel; Gümpel, Paul

    2014-07-01

    Actuator elements made of NiTi shape memory material are more and more known in industry because of their unique properties. Due to the martensitic phase change, they can revert to their original shape by heating when subjected to an appropriate treatment. This thermal shape memory effect (SME) can show a significant shape change combined with a considerable force. Therefore such elements can be used to solve many technical tasks in the field of actuating elements and mechatronics and will play an increasing role in the next years, especially within the automotive technology, energy management, power, and mechanical engineering as well as medical technology. Beside this thermal SME, these materials also show a mechanical SME, characterized by a superelastic plateau with reversible elongations in the range of 8%. This behavior is based on the building of stress-induced martensite of loaded austenite material at constant temperature and facilitates a lot of applications especially in the medical field. Both SMEs are attended by energy dissipation during the martensitic phase change. This paper describes the first results obtained on different actuator and superelastic NiTi wires concerning their use as damping elements in automotive safety systems. In a first step, the damping behavior of small NiTi wires up to 0.5 mm diameter was examined at testing speeds varying between 0.1 and 50 mm/s upon an adapted tensile testing machine. In order to realize higher testing speeds, a drop impact testing machine was designed, which allows testing speeds up to 4000 mm/s. After introducing this new type of testing machine, the first results of vertical-shock tests of superelastic and electrically activated actuator wires are presented. The characterization of these high dynamic phase change parameters represents the basis for new applications for shape memory damping elements, especially in automotive safety systems.

  19. Management Control of Market Transactions: The Relation Between Transaction Characteristics, Incomplete Contract Design and Subsequent Performance

    NARCIS (Netherlands)

    Anderson, S.W.; Dekker, H.C.

    2005-01-01

    Using an unusually comprehensive database on 858 transactions for information technology products and accompanying services, we study how close partners who are exposed to opportunistic hazards structure and control a significant transaction. We analyze data on the terms of contracting to determine

  20. 45 CFR 162.1901 - Medicaid pharmacy subrogation transaction.

    Science.gov (United States)

    2010-10-01

    ... 45 Public Welfare 1 2010-10-01 2010-10-01 false Medicaid pharmacy subrogation transaction. 162... STANDARDS AND RELATED REQUIREMENTS ADMINISTRATIVE REQUIREMENTS Medicaid Pharmacy Subrogation § 162.1901 Medicaid pharmacy subrogation transaction. The Medicaid pharmacy subrogation transaction is the...

  1. 21 CFR 1404.200 - What is a covered transaction?

    Science.gov (United States)

    2010-04-01

    ... 21 Food and Drugs 9 2010-04-01 2010-04-01 false What is a covered transaction? 1404.200 Section 1404.200 Food and Drugs OFFICE OF NATIONAL DRUG CONTROL POLICY GOVERNMENTWIDE DEBARMENT AND SUSPENSION (NONPROCUREMENT) Covered Transactions § 1404.200 What is a covered transaction? A covered transaction is a...

  2. 17 CFR 155.6 - Trading standards for the transaction of business on registered derivatives transaction execution...

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 1 2010-04-01 2010-04-01 false Trading standards for the transaction of business on registered derivatives transaction execution facilities. 155.6 Section 155.6 Commodity and Securities Exchanges COMMODITY FUTURES TRADING COMMISSION TRADING STANDARDS § 155.6 Trading...

  3. How to deal with malleability of BitCoin transactions

    OpenAIRE

    Andrychowicz, Marcin; Dziembowski, Stefan; Malinowski, Daniel; Mazurek, Łukasz

    2013-01-01

    BitCoin transactions are malleable in a sense that given a transaction an adversary can easily construct an equivalent transaction which has a different hash. This can pose a serious problem in some BitCoin distributed contracts in which changing a transaction's hash may result in the protocol disruption and a financial loss. The problem mostly concerns protocols, which use a "refund" transaction to withdraw a deposit in a case of the protocol interruption. In this short note, we show a gener...

  4. Egocentric-updating during navigation facilitates episodic memory retrieval.

    Science.gov (United States)

    Gomez, Alice; Rousset, Stéphane; Baciu, Monica

    2009-11-01

    Influential models suggest that spatial processing is essential for episodic memory [O'Keefe, J., & Nadel, L. (1978). The hippocampus as a cognitive map. London: Oxford University Press]. However, although several types of spatial relations exist, such as allocentric (i.e. object-to-object relations), egocentric (i.e. static object-to-self relations) or egocentric updated on navigation information (i.e. self-to-environment relations in a dynamic way), usually only allocentric representations are described as potentially subserving episodic memory [Nadel, L., & Moscovitch, M. (1998). Hippocampal contributions to cortical plasticity. Neuropharmacology, 37(4-5), 431-439]. This study proposes to confront the allocentric representation hypothesis with an egocentric updated with self-motion representation hypothesis. In the present study, we explored retrieval performance in relation to these two types of spatial processing levels during learning. Episodic remembering has been assessed through Remember responses in a recall and in a recognition task, combined with a "Remember-Know-Guess" paradigm [Gardiner, J. M. (2001). Episodic memory and autonoetic consciousness: A first-person approach. Philosophical Transactions of the Royal Society B: Biological Sciences, 356(1413), 1351-1361] to assess the autonoetic level of responses. Our results show that retrieval performance was significantly higher when encoding was performed in the egocentric-updated condition. Although egocentric updated with self-motion and allocentric representations are not mutually exclusive, these results suggest that egocentric updating processing facilitates remember responses more than allocentric processing. The results are discussed according to Burgess and colleagues' model of episodic memory [Burgess, N., Becker, S., King, J. A., & O'Keefe, J. (2001). Memory for events and their spatial context: models and experiments. Philosophical Transactions of the Royal Society of London. Series B

  5. Foreign exchange transaction exposure of enterprises in Serbia

    Directory of Open Access Journals (Sweden)

    Bogićević Jasmina

    2016-01-01

    Full Text Available Enterprises involved in international business face transaction exposure to foreign exchange risk. This type of exposure occurs when an enterprise trades, borrows, or lеnds in foreign currency. Transaction exposure has a direct effect on an enterprise’s financial position and profitability. It is one of the three forms of exposure to exchange rate fluctuations, the other two being translation exposure and operating exposure. The aim of this paper is to assess the transaction exposure of enterprises in Serbia operating internationally. In addition to identifying and measuring transaction exposure, this paper explores the practical importance that enterprises in Serbia attach to management of this type of foreign exchange risk. We do not find significant differences between domestic and foreign enterprises in their choice of the type of foreign exchange risk exposure to manage. Although transaction exposure is the most managed type of foreign exchange risk, research has shown that, compared to foreign businesses, Serbian enterprises do not use sufficient protective measures to minimize the negative impact of this type of exposure on their cash flows and profitability. We expected that there would be a statistically significant dependence between the volume of enterprises’ foreign currency transactions and the level of applied transaction exposure management practices. However, the results of our research, based on a sample of enterprises in Serbia operating internationally, show that transaction exposure management practices can be influenced by factors other than the level of an enterprise’s foreign currency transactions, such as the enterprise’s country of origin.

  6. Entrepreneurship, transaction costs, and resource attributes

    DEFF Research Database (Denmark)

    Foss, Kirsten; Foss, Nicolai Juul

    2006-01-01

    transaction costs shape the process of entrepreneurial discovery. We provide a sketch of the mechanisms that link entrepreneurship, property rights, and transaction costs in a resource-based setting, contributing further to the attempt to take the RBV in a more dynamic direction.......This paper responds to Kim and Mahoney's "How Property Rights Economics Furthers the Resource-Based View: Resources, Transaction Costs and Entrepreneurial Discovery" (a comment on Foss and Foss, 2005). While we agree with many of their arguments, we argue that they fail to recognise how exactly...

  7. Entrepreneurship, transaction costs, and resource attributes

    DEFF Research Database (Denmark)

    Foss, Kirsten; Foss, Nicolai Juul

    2006-01-01

    This paper responds to Kim and Mahoney's "How Property Rights Economics Furthers the Resource-Based View: Resources, Transaction Costs and Entrepreneurial Discovery" (a comment on Foss and Foss, 2005). While we agree with many of their arguments, we argue that they fail to recognise how exactly t...... transaction costs shape the process of entrepreneurial discovery. We provide a sketch of the mechanisms that link entrepreneurship, property rights, and transaction costs in a resource-based setting, contributing further to the attempt to take the RBV in a more dynamic direction....

  8. Transactive Systems Simulation and Valuation Platform Trial Analysis

    Energy Technology Data Exchange (ETDEWEB)

    Widergren, Steven E. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Hammerstrom, Donald J. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Huang, Qiuhua [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Kalsi, Karanjit [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Lian, Jianming [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Makhmalbaf, Atefe [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); McDermott, Thomas E. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Sivaraman, Deepak [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Tang, Yingying [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Veeramany, Arun [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Woodward, James C. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States)

    2017-04-01

    Transactive energy systems use principles of value to coordinate responsive supply and demand in energy systems. Work continues within the Transactive Systems Program, which is funded by the U.S. Department of Energy at Pacific Northwest National Laboratory, to understand the value of, understand the theory behind, and simulate the behaviors of transactive energy systems. This report summarizes recent advances made by this program. The main capability advances include a more comprehensive valuation model, including recommended documentation that should make valuation studies of all sorts more transparent, definition of economic metrics with which transactive mechanisms can be evaluated, and multiple improvements to the time-simulation environment that is being used to evaluate transactive scenarios.

  9. Transactive Systems Simulation and Valuation Platform Trial Analysis

    International Nuclear Information System (INIS)

    Widergren, Steven E.; Hammerstrom, Donald J.; Huang, Qiuhua; Kalsi, Karanjit; Lian, Jianming; Makhmalbaf, Atefe; McDermott, Thomas E.; Sivaraman, Deepak; Tang, Yingying; Veeramany, Arun; Woodward, James C.

    2017-01-01

    Transactive energy systems use principles of value to coordinate responsive supply and demand in energy systems. Work continues within the Transactive Systems Program, which is funded by the U.S. Department of Energy at Pacific Northwest National Laboratory, to understand the value of, understand the theory behind, and simulate the behaviors of transactive energy systems. This report summarizes recent advances made by this program. The main capability advances include a more comprehensive valuation model, including recommended documentation that should make valuation studies of all sorts more transparent, definition of economic metrics with which transactive mechanisms can be evaluated, and multiple improvements to the time-simulation environment that is being used to evaluate transactive scenarios.

  10. The Influence of an External Transaction on a BPEL Scope

    Science.gov (United States)

    Kopp, Oliver; Mietzner, Ralph; Leymann, Frank

    Business processes constitute an integral part of today's IT applications. They contain transactions as essential building blocks to ensure integrity and all-or-nothing behavior. The Business Process Execution Language is the dominant standard for modeling and execution of business processes in a Web service environment. BPEL itself contains a transaction model based on compensation, that describes the (local) transactions in a business process. The WS-Coordination framework deals with (external) transactions between Web services and is used to define the transaction behavior between a BPEL process and its partners. In this paper, we investigate how external transactions between Web services interrelate with local transactions of BPEL.

  11. Dynamic Self-Healing Mechanism for Transactional Business Process

    Directory of Open Access Journals (Sweden)

    Yuhai Zhao

    2015-01-01

    Full Text Available It is clear that transactional behavior consistency is a prerequisite and basis for construction of a reliable services-based business application. However, in previous works, maintaining transactional consistency during exception handling was ignored. Maintaining transactional consistency requires functionality for rolling back some operations and revoking uploaded data. Replacing only the failed service will eventually lead to overall business application failure. In this study, we take fully into account the behavioral consistency of transactional services and propose two effective self-healing mechanisms for service-based applications. If a service enters into potential failure condition, a rescheduling mechanism is triggered to maintain consistent transactional behavior and to ensure reliable execution; if a service fails during execution, the compensation operation is triggered and the system will take action to ensure transactional behavior consistency. Meanwhile, cost-benefit analysis with compensation support is proposed to minimize the dynamic reselection cost. Finally, the experimental analysis shows that the proposed strategies can effectively guarantee the reliability of Web-based applications system.

  12. A transaction assessment method for allocation of transmission services

    Science.gov (United States)

    Banunarayanan, Venkatasubramaniam

    The purpose of this research is to develop transaction assessment methods for allocating transmission services that are provided by an area/utility to power transactions. Transmission services are the services needed to deliver, or provide the capacity to deliver, real and reactive power from one or more supply points to one or more delivery points. As the number of transactions increase rapidly in the emerging deregulated environment, accurate quantification of the transmission services an area/utility provides to accommodate a transaction is becoming important, because then appropriate pricing schemes can be developed to compensate for the parties that provide these services. The Allocation methods developed are based on the "Fair Resource Allocation Principle" and they determine for each transaction the following: the flowpath of the transaction (both real and reactive power components), generator reactive power support from each area/utility, real power loss support from each area/utility. Further, allocation methods for distributing the cost of relieving congestion on transmission lines caused by transactions are also developed. The main feature of the proposed methods is representation of actual usage of the transmission services by the transactions. The proposed method is tested extensively on a variety of systems. The allocation methods developed in this thesis for allocation of transmission services to transactions is not only useful in studying the impact of transactions on a transmission system in a multi-transaction case, but they are indeed necessary to meet the criteria set forth by FERC with regard to pricing based on actual usage. The "consistency" of the proposed allocation methods has also been investigated and tested.

  13. Negative affect impairs associative memory but not item memory.

    Science.gov (United States)

    Bisby, James A; Burgess, Neil

    2013-12-17

    The formation of associations between items and their context has been proposed to rely on mechanisms distinct from those supporting memory for a single item. Although emotional experiences can profoundly affect memory, our understanding of how it interacts with different aspects of memory remains unclear. We performed three experiments to examine the effects of emotion on memory for items and their associations. By presenting neutral and negative items with background contexts, Experiment 1 demonstrated that item memory was facilitated by emotional affect, whereas memory for an associated context was reduced. In Experiment 2, arousal was manipulated independently of the memoranda, by a threat of shock, whereby encoding trials occurred under conditions of threat or safety. Memory for context was equally impaired by the presence of negative affect, whether induced by threat of shock or a negative item, relative to retrieval of the context of a neutral item in safety. In Experiment 3, participants were presented with neutral and negative items as paired associates, including all combinations of neutral and negative items. The results showed both above effects: compared to a neutral item, memory for the associate of a negative item (a second item here, context in Experiments 1 and 2) is impaired, whereas retrieval of the item itself is enhanced. Our findings suggest that negative affect impairs associative memory while recognition of a negative item is enhanced. They support dual-processing models in which negative affect or stress impairs hippocampal-dependent associative memory while the storage of negative sensory/perceptual representations is spared or even strengthened.

  14. Transactions of the twenty-fifth water reactor safety information meeting

    Energy Technology Data Exchange (ETDEWEB)

    Monteleone, S. [comp.

    1997-09-01

    This report contains summaries of papers on reactor safety research to be presented at the 25th Water Reactor Safety Information Meeting at the Bethesda Marriott Hotel in Bethesda, Maryland, October 20--22, 1997. The summaries briefly describe the programs and results of nuclear safety research sponsored by the Office of Nuclear Regulatory Research, US NRC. Summaries of invited papers concerning nuclear safety issues from US government laboratories, the electric utilities, the nuclear industry, and from foreign governments and industry are also included. The summaries have been compiled in one report to provide a basis for meaningful discussion of information exchanged during the course of the meeting, and are given in order of their presentation in each session.

  15. Transactions of the twenty-fifth water reactor safety information meeting

    International Nuclear Information System (INIS)

    Monteleone, S.

    1997-09-01

    This report contains summaries of papers on reactor safety research to be presented at the 25th Water Reactor Safety Information Meeting at the Bethesda Marriott Hotel in Bethesda, Maryland, October 20--22, 1997. The summaries briefly describe the programs and results of nuclear safety research sponsored by the Office of Nuclear Regulatory Research, US NRC. Summaries of invited papers concerning nuclear safety issues from US government laboratories, the electric utilities, the nuclear industry, and from foreign governments and industry are also included. The summaries have been compiled in one report to provide a basis for meaningful discussion of information exchanged during the course of the meeting, and are given in order of their presentation in each session

  16. Disincentives to voluntary transactions

    International Nuclear Information System (INIS)

    Anon.

    1991-01-01

    Current legal, regulatory and institutional standards and practices provide several disincentives for a utility wishing to engage in voluntary wheeling transactions, and are discussed here. These disincentives largely arise from the fact that regulation, like the transmission system itself, is based on the notion of integrated utilities engaging in transactions largely for reliability reasons. Factors which fall into this category are: a pricing regime based on embedded costs, the ratemaking treatment of revenues derived from coordination and transmission services, and several provisions in legislation and FERC regulations

  17. Transaction Costs for Design-Build-Finance-Maintain Contracts

    NARCIS (Netherlands)

    Favie, R.; Beelen, W.A.; Maas, G.J.; Ceric, A.; Radujkovic, M.

    2009-01-01

    This paper gives insight in how transaction costs arise and how in theory transaction costs can be reduced. A comparison between theory and practice has been made. A study of a case in the Netherlands, the Second Coentunnel showed how transaction costs in practice appear, in which stage of the

  18. 31 CFR 587.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 587.406 Section 587.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... MONTENEGRO) MILOSEVIC SANCTIONS REGULATIONS Interpretations § 587.406 Offshore transactions. The prohibitions...

  19. Entrepreneurship, Transaction Costs, and Resource Attributes

    DEFF Research Database (Denmark)

    Foss, Kirsten; Foss, Nicolai Juul

    transaction costs and property rights shape the process of entrepreneurial discovery. We provide a sketch of the mechanisms that link entrepreneurship, property rights, and transaction costs in a resource-based setting, contributing further to the attempt to take the RBV in a more dynamic direction....

  20. On Transaction-Cost Models in Continuous-Time Markets

    Directory of Open Access Journals (Sweden)

    Thomas Poufinas

    2015-04-01

    Full Text Available Transaction-cost models in continuous-time markets are considered. Given that investors decide to buy or sell at certain time instants, we study the existence of trading strategies that reach a certain final wealth level in continuous-time markets, under the assumption that transaction costs, built in certain recommended ways, have to be paid. Markets prove to behave in manners that resemble those of complete ones for a wide variety of transaction-cost types. The results are important, but not exclusively, for the pricing of options with transaction costs.

  1. Transactions of the Twenty-First Water Reactor Safety Information Meeting

    International Nuclear Information System (INIS)

    Monteleone, S.

    1993-10-01

    This report contains summaries of papers on reactor safety research to be presented at the 21st Water Reactor Safety Information Meeting at the Bethesda Marriott Hotel, Bethesda, Maryland, October 25--27, 1993. The summaries briefly describe the programs and results of nuclear safety research sponsored by the Office of Nuclear Regulatory Research, US NRC. Summaries of invited papers concerning nuclear safety issues from US government laboratories, the electric utilities, the Electric Power Research Institute (EPRI), the nuclear industry, and from foreign governments and industry are also included. The summaries have been compiled in one report to provide a basis for meaningful discussion and information exchange during the course of the meeting and are given in the order of their presentation in each session

  2. Transactions of the Twenty-First Water Reactor Safety Information Meeting

    Energy Technology Data Exchange (ETDEWEB)

    Monteleone, S. [comp.

    1993-10-01

    This report contains summaries of papers on reactor safety research to be presented at the 21st Water Reactor Safety Information Meeting at the Bethesda Marriott Hotel, Bethesda, Maryland, October 25--27, 1993. The summaries briefly describe the programs and results of nuclear safety research sponsored by the Office of Nuclear Regulatory Research, US NRC. Summaries of invited papers concerning nuclear safety issues from US government laboratories, the electric utilities, the Electric Power Research Institute (EPRI), the nuclear industry, and from foreign governments and industry are also included. The summaries have been compiled in one report to provide a basis for meaningful discussion and information exchange during the course of the meeting and are given in the order of their presentation in each session.

  3. Transactions of the twenty-second water reactor safety information meeting

    International Nuclear Information System (INIS)

    1994-10-01

    This report contains summaries of papers on reactor safety research to be presented at the 22nd Water Reactor Safety Information Meeting at the Bethesda Marriott Hotel, Bethesda, Maryland, October 24--26, 1994. The summaries briefly describe the programs and results of nuclear safety research sponsored by the Office of Nuclear Regulatory Research, US NRC. Summaries of invited papers concerning nuclear safety issues from US government laboratories, the electric utilities, the nuclear industry, and from foreign governments and industry are also included. The summaries have been compiled in one report to provide a basis for meaningful discussion and information exchange during the course of the meeting and are given in the order of their presentation in each session. Individual papers have been cataloged separately

  4. Financial and Cost Aspects of Other Transactions

    National Research Council Canada - National Science Library

    1998-01-01

    ...." This report discusses the DoD administration of "other transactions." The second audit report will discuss the review of costs charged to the agreements by the "other transaction" participant...

  5. 31 CFR 357.28 - Transaction requests.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 2 2010-07-01 2010-07-01 false Transaction requests. 357.28 Section 357.28 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) FISCAL... System (Legacy Treasury Direct) § 357.28 Transaction requests. (a) General. Unless otherwise authorized...

  6. 31 CFR 544.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 544.406 Section 544.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... SANCTIONS REGULATIONS Interpretations § 544.406 Offshore transactions. The prohibitions in § 544.201 on...

  7. 31 CFR 593.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 593.406 Section 593.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... SANCTIONS REGULATIONS Interpretations § 593.406 Offshore transactions. The prohibitions in § 593.201 on...

  8. 31 CFR 103.63 - Structured transactions.

    Science.gov (United States)

    2010-07-01

    ... Section 103.63 Money and Finance: Treasury Regulations Relating to Money and Finance FINANCIAL RECORDKEEPING AND REPORTING OF CURRENCY AND FOREIGN TRANSACTIONS General Provisions § 103.63 Structured transactions. No person shall for the purpose of evading the reporting requirements of § 103.22 with respect to...

  9. Reactions to Corporate Insider’s Transactions

    DEFF Research Database (Denmark)

    Rose, Caspar; Søpstad, Nicolai

    2015-01-01

    We test the impact on security prices of top manager’s requirement’s to disclose their own share transactions in the firm. Specifically we study whether buy or sales transactions convey relevant information for market participants thereby studying the effects of legal stock market disclosure rules...

  10. Transaction-Based Building Controls Framework, Volume 1: Reference Guide

    Energy Technology Data Exchange (ETDEWEB)

    Somasundaram, Sriram [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Pratt, Robert G. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Akyol, Bora A. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Fernandez, Nicholas [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Foster, Nikolas AF [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Katipamula, Srinivas [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Mayhorn, Ebony T. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Somani, Abhishek [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Steckley, Andrew C. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Taylor, Zachary T. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States)

    2014-12-01

    This document proposes a framework concept to achieve the objectives of raising buildings’ efficiency and energy savings potential benefitting building owners and operators. We call it a transaction-based framework, wherein mutually-beneficial and cost-effective market-based transactions can be enabled between multiple players across different domains. Transaction-based building controls are one part of the transactional energy framework. While these controls realize benefits by enabling automatic, market-based intra-building efficiency optimizations, the transactional energy framework provides similar benefits using the same market -based structure, yet on a larger scale and beyond just buildings, to the society at large.

  11. Transaction costs and social networks in productivity measurement

    DEFF Research Database (Denmark)

    Henningsen, Geraldine; Henningsen, Arne; Henning, Christian H. C. A.

    2015-01-01

    and support. Hence, we use measures of a firm’s access to social networks as a proxy for the transaction costs the firm faces. We develop a microeconomic production model that takes into account transaction costs and networks. Using a data set of 384 Polish farms, we empirically estimate this model......We argue that in the presence of transaction costs, observed productivity measures may in many cases understate the true productivity, as production data seldom distinguish between resources entering the production process and resources of a similar type that are sacrificed for transaction costs....... Hence, both the absolute productivity measures and, more importantly, the productivity ranking will be distorted. A major driver of transaction costs is poor access to information and contract enforcement assistance. Social networks often catalyse information exchange as well as generate trust...

  12. The transactional interpretation of quantum mechanics

    Science.gov (United States)

    Cramer, John G.

    2001-06-01

    The transactional interpretation of quantum mechanics [1] was originally published in 1986 and is now about 14 years old. It is an explicitly nonlocal and Lorentz invariant alternative to the Copenhagen interpretation. It interprets the formalism for a quantum interaction as describing a "handshake" between retarded waves (ψ) and advanced waves (ψ*) for each quantum event or "transaction" in which energy, momentum, angular momentum, and other conserved quantities are transferred. The transactional interpretation offers the advantages that (1) it is actually "visible" in the formalism of quantum mechanics, (2) it is economical, involving fewer independent assumptions than its rivals, (3) it is paradox-free, resolving all of the paradoxes of standard quantum theory including nonlocality and wave function collapse, (4) it does not give a privileged role to observers or measurements, and (5) it permits the visualization of quantum events. We will review the transactional interpretation and some of its applications to "quantum paradoxes."

  13. Absorbers in the Transactional Interpretation of Quantum Mechanics

    Science.gov (United States)

    Boisvert, Jean-Sébastien; Marchildon, Louis

    2013-03-01

    The transactional interpretation of quantum mechanics, following the time-symmetric formulation of electrodynamics, uses retarded and advanced solutions of the Schrödinger equation and its complex conjugate to understand quantum phenomena by means of transactions. A transaction occurs between an emitter and a specific absorber when the emitter has received advanced waves from all possible absorbers. Advanced causation always raises the specter of paradoxes, and it must be addressed carefully. In particular, different devices involving contingent absorbers or various types of interaction-free measurements have been proposed as threatening the original version of the transactional interpretation. These proposals will be analyzed by examining in each case the configuration of absorbers and, in the special case of the so-called quantum liar experiment, by carefully following the development of retarded and advanced waves through the Mach-Zehnder interferometer. We will show that there is no need to resort to the hierarchy of transactions that some have proposed, and will argue that the transactional interpretation is consistent with the block-universe picture of time.

  14. 76 FR 40779 - Retail Foreign Exchange Transactions

    Science.gov (United States)

    2011-07-12

    ... transaction are offset when: (i) The customer maintains separate accounts managed by different advisors; (ii... could nominate a deposit account as containing margin for its retail forex transactions. Nothing in this...

  15. 31 CFR 597.406 - Offshore transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Offshore transactions. 597.406 Section 597.406 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... REGULATIONS Interpretations § 597.406 Offshore transactions. The prohibitions contained in § 597.201 apply to...

  16. 31 CFR 596.304 - Financial transaction.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Financial transaction. 596.304 Section 596.304 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE... term includes: (a) A transaction which in any way or degree affects interstate or foreign commerce; (1...

  17. The transactional approach in company boundaries

    Directory of Open Access Journals (Sweden)

    Bruno Chaihuaque Dueñas

    2009-12-01

    Full Text Available This article shows the relationship between market and firms through the theory of transactional cost and the relationsthat determine the structure and boundaries of the firm. Using the assumptions from the transactional cost approach,this article proposes some variables that determine optimal organizational structures and their boundaries.

  18. 31 CFR 515.206 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... credit issued by a Cuban bank and confirmed by an American bank. These are permissible transactions under... enhancements. (b) Donation of food. The prohibitions contained in this part do not apply to transactions incident to the donation of food to nongovernmental organizations or individuals in Cuba. [54 FR 5233, Feb...

  19. The Role of Leadership in Fostering Employee Safety Behaviors

    International Nuclear Information System (INIS)

    Mattson, M.; Von Thiele Schwarz, U.; Hasson, H.; Hellgren, J.; Tafvelin, S.

    2016-01-01

    During the last decades significant improvements have been achieved when it comes to raising the level of safety in high-risk organizations. However, many organizations are still suffering from safety related problems such as lacking employee safety behaviors and high injury rates. Research has indicated that leadership can have a vital role in promoting safety. Most of the studies investigating the relationships between leadership styles and organizational safety have tended to focus on the role of a single leadership style, such as transformational leadership or transactional leadership. A few studies have also examined the association between safety-specific leadership, that is, a leadership style that specifically emphasises the promotion and enhancement of safety, and workplace safety outcomes. Still, no study up to date has investigated the relative importance of these three leadership styles. In addition, previous research on leadership and safety have provided ambiguous or only weak support for leadership styles being related to accident and injury frequencies. Based on this background, the first aim of the present study was to investigate the relative importance of three different leadership styles for employee safety behaviors and injury rates in a high-risk organization. The three investigated leadership styles were transformational leadership, transactional leadership, and safety-specific leadership. The second aim of the study was to examine whether a relationship between leadership style and injury frequency could be found when the occurrence of minor injuries was measured in addition to that of major injuries.

  20. How to Use EMTS to Report Transactions for Fuel Programs

    Science.gov (United States)

    Reporting instructions for parties who transact Renewable Identification Numbers (RINs) and must enter transaction information in the EPA Moderated Transaction System (EMTS) within five (5) business days.

  1. ACCOUNTING TREATMENTS SPECIFIC TO COUNTERPART COMMERCIAL TRANSACTIONS

    Directory of Open Access Journals (Sweden)

    Lucia PALIU - POPA

    2010-12-01

    Full Text Available Given the lack of availability of funds in foreign currency, felt in many countries, especially in the developing and developed countries and the economic or financial crisis in the global foreign exchange, counterpart commercial transactions were imposed as a “disarming” condition of the international trade. In the counterpart a purchase transaction is combined with a sale transaction, an import with an export in order to ensure balanced trade between the partners, trade that involves eliminating or reducing the currency as a payment source and its replacement with trade of goods and services. Thus, in the context of an acute need to export of greatly industrialized countries, where the overproduction phenomenon tends to have a chronic character, the counterpart has become a highly complex and sustainable phenomenon, which has seen a steady increase in the volume of amounts, with a geographical area and large variety of forms and mechanisms of implementation. Based on the characteristics and structure of counterpart transactions, we shall describe in this paper the accounting models specific to international trade, as part of the combined foreign trade transactions without neglecting the tax treatments that influence the entry in the accounts

  2. Oracle database 12c release 2 in-memory tips and techniques for maximum performance

    CERN Document Server

    Banerjee, Joyjeet

    2017-01-01

    This Oracle Press guide shows, step-by-step, how to optimize database performance and cut transaction processing time using Oracle Database 12c Release 2 In-Memory. Oracle Database 12c Release 2 In-Memory: Tips and Techniques for Maximum Performance features hands-on instructions, best practices, and expert tips from an Oracle enterprise architect. You will learn how to deploy the software, use In-Memory Advisor, build queries, and interoperate with Oracle RAC and Multitenant. A complete chapter of case studies illustrates real-world applications. • Configure Oracle Database 12c and construct In-Memory enabled databases • Edit and control In-Memory options from the graphical interface • Implement In-Memory with Oracle Real Application Clusters • Use the In-Memory Advisor to determine what objects to keep In-Memory • Optimize In-Memory queries using groups, expressions, and aggregations • Maximize performance using Oracle Exadata Database Machine and In-Memory option • Use Swingbench to create d...

  3. Transaction management with integrity checking

    DEFF Research Database (Denmark)

    Martinenghi, Davide; Christiansen, Henning

    2005-01-01

    Database integrity constraints, understood as logical conditions that must hold for any database state, are not fully supported by current database technology. It is typically up to the database designer and application programmer to enforce integrity via triggers or tests at the application level....... 2.~In concurrent database systems, besides the traditional correctness criterion, the execution schedule must ensure that the different transactions can overlap in time without destroying the consistency requirements tested by other, concurrent transactions....

  4. Leadership for safety: industrial experience.

    Science.gov (United States)

    Flin, R; Yule, S

    2004-12-01

    The importance of leadership for effective safety management has been the focus of research attention in industry for a number of years, especially in energy and manufacturing sectors. In contrast, very little research into leadership and safety has been carried out in medical settings. A selective review of the industrial safety literature for leadership research with possible application in health care was undertaken. Emerging findings show the importance of participative, transformational styles for safety performance at all levels of management. Transactional styles with attention to monitoring and reinforcement of workers' safety behaviours have been shown to be effective at the supervisory level. Middle managers need to be involved in safety and foster open communication, while ensuring compliance with safety systems. They should allow supervisors a degree of autonomy for safety initiatives. Senior managers have a prime influence on the organisation's safety culture. They need to continuously demonstrate a visible commitment to safety, best indicated by the time they devote to safety matters.

  5. Supply Chain-Wide Consequences of Transaction Risks and Their Contractual Solutions: Towards an Extended Transaction Cost Economics Framework

    NARCIS (Netherlands)

    Wever, M.; Wognum, P.M.; Trienekens, J.H.; Omta, S.W.F.

    2012-01-01

    How supply chain actors manage their exposure to both supply- and demand-side risks is a topic that has been insufficiently examined within the transaction cost economics (TCE) literature. TCE studies often only examine transaction risks in the context of bilateral exchanges. This study aims to

  6. The need for strong clinical leaders - Transformational and transactional leadership as a framework for resident leadership training.

    Directory of Open Access Journals (Sweden)

    Barbara Saravo

    Full Text Available For the purpose of providing excellent patient care, residents need to be strong, effective leaders. The lack of clinical leadership is alarming given the detrimental effects on patient safety. The objective of the study was to assess whether a leadership training addressing transactional and transformational leadership enhances leadership skills in residents.A volunteer sample of 57 residents from postgraduate year one to four was recruited across a range of medical specialties. The residents took part in an interventional controlled trial. The four-week IMPACT leadership training provided specific strategies for leadership in the clinical environment, addressing transactional (e.g. active control, contingent reward and transformational leadership skills (e.g. appreciation, inspirational motivation. Transactional and transformational leadership skill performance was rated (1 on the Performance Scale by an external evaluator blinded to the study design and (2 self-assessed transformational and transactional leadership skills. Both measures contained items of the Multifactor Leadership Questionnaire, with higher scores indicating greater leadership skills.Both scores were significantly different between the IMPACT group and the control group. In the IMPACT group, the Performance Scale increased 15% in transactional leadership skill performance (2.10 to 2.86 (intervention effect, 0.76; 95% CI, 0.40 to 1.13; p < .001, eta2 = 0.31 and 14% in transformational leadership skill performance (2.26 to 2.94 (intervention effect, 0.68; 95% CI, 0.27 to 1.09; p < .001, eta2 = 0.22. The self-assessed transactional skills revealed a 4% increase (3.83 to 4.03 (intervention effect, 0.20; 95% CI, 0.08 to 0.33; p < .001, eta2 = 0.18 and a 6% increase in transformational leadership skills (3.54 to 3.86 (intervention effect, 0.31; 95% CI, 0.02 to 0.40; p< .001, eta2 = 0.53.These findings support the use of the transactional and transformational leadership framework

  7. Worst-Case Memory Consumption Analysis for SCJ

    DEFF Research Database (Denmark)

    Andersen, Jeppe Lunde; Todberg, Mikkel; Dalsgaard, Andreas Engelbredt

    2013-01-01

    Safety-Critical Java is designed to be used for safety-critical and hard real-time systems. To ensure predictable behaviour garbage collection has been replaced by a scope based memory model. This model currently requires bounds on memory usage of scopes to be specified by developers. These bounds...... have to be strict worst-case memory bounds to ensure correct behaviour of these systems. Currently, common methods are measurement based or by careful inspection of the applications Java bytecode. Not only is this a cumbersome approach it is also potentially unsafe. In this paper we present a worst......-case memory consumption tool for Safety-Critical Java and evaluate it on existing usecases and a new usecase building on the Cubesat Space Protocol....

  8. The dual effects of leading for safety: The mediating role of employee regulatory focus.

    Science.gov (United States)

    Kark, Ronit; Katz-Navon, Tal; Delegach, Marianna

    2015-09-01

    This study examined the underlying mechanisms through which transformational and transactional leadership influence employee safety behaviors. Linking leadership theory with self-regulatory focus (SRF) theory, we examined a model of dual effects of leadership on safety initiative and safety compliance behaviors as mediated by promotion and prevention self-regulations. We conducted an experimental study (N = 107), an online study (N = 99) and a field study (N = 798 employees and 49 managers). Results demonstrated that followers' situational promotion focus mediated the positive relationship between transformational leadership and safety initiative behaviors. Through all 3 studies, transactional active leadership was positively associated with followers' situational prevention focus, however, the association between followers' prevention focus and safety compliance behaviors was inconsistent, showing the expected mediation relationships in the experimental setting, but not in the online and field studies. We discuss theoretical and practical implications of the findings. (c) 2015 APA, all rights reserved).

  9. 31 CFR 575.533 - Certain new transactions.

    Science.gov (United States)

    2010-07-01

    ..., Authorizations, and Statements of Licensing Policy § 575.533 Certain new transactions. (a) New transactions..., including any aviation, financial, or trade requirements of agencies other than the Department of the... subsequent permanent Iraqi government: Agricultural Cooperative Bank Al-Rafidain Shipping Company Industrial...

  10. Efficacy and Safety of Ashwagandha (Withania somnifera (L.) Dunal) Root Extract in Improving Memory and Cognitive Functions.

    Science.gov (United States)

    Choudhary, Dnyanraj; Bhattacharyya, Sauvik; Bose, Sekhar

    2017-11-02

    Cognitive decline is often associated with the aging process. Ashwagandha (Withania somnifera (L.) Dunal) has long been used in the traditional Ayurvedic system of medicine to enhance memory and improve cognition. This pilot study was designed to evaluate the efficacy and safety of ashwagandha (Withania somnifera (L.) Dunal) in improving memory and cognitive functioning in adults with mild cognitive impairment (MCI). A prospective, randomized, double-blind, placebo-controlled study was conducted in 50 adults. Subjects were treated with either ashwagandha-root extract (300 mg twice daily) or placebo for eight weeks. After eight weeks of study, the ashwagandha treatment group demonstrated significant improvements compared with the placebo group in both immediate and general memory, as evidenced by Wechsler Memory Scale III subtest scores for logical memory I (p = 0.007), verbal paired associates I (p = 0.042), faces I (p = 0.020), family pictures I (p = 0.006), logical memory II (p = 0.006), verbal paired associates II (p = 0.031), faces II (p = 0.014), and family pictures II (p = 0.006). The treatment group also demonstrated significantly greater improvement in executive function, sustained attention, and information-processing speed as indicated by scores on the Eriksen Flanker task (p = 0.002), Wisconsin Card Sort test (p = 0.014), Trail-Making test part A (p = 0.006), and the Mackworth Clock test (p = 0.009). Ashwagandha may be effective in enhancing both immediate and general memory in people with MCI as well as improving executive function, attention, and information processing speed.

  11. Visualizing Dynamic Bitcoin Transaction Patterns.

    Science.gov (United States)

    McGinn, Dan; Birch, David; Akroyd, David; Molina-Solana, Miguel; Guo, Yike; Knottenbelt, William J

    2016-06-01

    This work presents a systemic top-down visualization of Bitcoin transaction activity to explore dynamically generated patterns of algorithmic behavior. Bitcoin dominates the cryptocurrency markets and presents researchers with a rich source of real-time transactional data. The pseudonymous yet public nature of the data presents opportunities for the discovery of human and algorithmic behavioral patterns of interest to many parties such as financial regulators, protocol designers, and security analysts. However, retaining visual fidelity to the underlying data to retain a fuller understanding of activity within the network remains challenging, particularly in real time. We expose an effective force-directed graph visualization employed in our large-scale data observation facility to accelerate this data exploration and derive useful insight among domain experts and the general public alike. The high-fidelity visualizations demonstrated in this article allowed for collaborative discovery of unexpected high frequency transaction patterns, including automated laundering operations, and the evolution of multiple distinct algorithmic denial of service attacks on the Bitcoin network.

  12. Visualizing Dynamic Bitcoin Transaction Patterns

    Science.gov (United States)

    McGinn, Dan; Birch, David; Akroyd, David; Molina-Solana, Miguel; Guo, Yike; Knottenbelt, William J.

    2016-01-01

    Abstract This work presents a systemic top-down visualization of Bitcoin transaction activity to explore dynamically generated patterns of algorithmic behavior. Bitcoin dominates the cryptocurrency markets and presents researchers with a rich source of real-time transactional data. The pseudonymous yet public nature of the data presents opportunities for the discovery of human and algorithmic behavioral patterns of interest to many parties such as financial regulators, protocol designers, and security analysts. However, retaining visual fidelity to the underlying data to retain a fuller understanding of activity within the network remains challenging, particularly in real time. We expose an effective force-directed graph visualization employed in our large-scale data observation facility to accelerate this data exploration and derive useful insight among domain experts and the general public alike. The high-fidelity visualizations demonstrated in this article allowed for collaborative discovery of unexpected high frequency transaction patterns, including automated laundering operations, and the evolution of multiple distinct algorithmic denial of service attacks on the Bitcoin network. PMID:27441715

  13. 31 CFR 800.302 - Transactions that are not covered transactions.

    Science.gov (United States)

    2010-07-01

    ... A also negotiates contractual rights that give it the power to control important matters of... Example 2, except that Corporation X, a U.S. business, has developed important technology in connection... Corporation X, including production facilities, customer lists, technology, and staff. This transaction is a...

  14. 26 CFR 1.1221-2 - Hedging transactions.

    Science.gov (United States)

    2010-04-01

    ... serves a hedging function, or that the transaction serves a similar function or purpose. (4) Coordination... business units. A separate set of books and records is maintained with respect to the activities, assets... under the marking member's method of accounting. (iii) Treatment of intercompany hedging transactions...

  15. Transactive Campus Energy Systems: Final Report

    Energy Technology Data Exchange (ETDEWEB)

    Katipamula, Srinivas [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Corbin, Charles D. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Haack, Jereme N. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Hao, He [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Kim, Woohyun [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Hostick, Donna J. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Akyol, Bora A. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Allwardt, Craig H. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Carpenter, Brandon J. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Huang, Sen [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Liu, Guopeng [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Lutes, Robert G. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Makhmalbaf, Atefe [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Mendon, Vrushali V. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Ngo, Hung [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Somasundaram, Sriram [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Underhill, Ronald M. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Zhao, Mingjie [Pacific Northwest National Lab. (PNNL), Richland, WA (United States)

    2017-09-26

    Transactive energy refers to the combination of economic and control techniques to improve grid reliability and efficiency. The fundamental purpose of transactive energy management is to seamlessly coordinate the operation of large numbers of new intelligent assets—such as distributed solar, energy storage and responsive building loads—to provide the flexibility needed to operate the power grid reliably and at minimum cost, particularly one filled with intermittent renewable generation such as the Pacific Northwest. It addresses the key challenge of providing smooth, stable, and predictable “control” of these assets, despite the fact that most are neither owned nor directly controlled by the power grid. The Clean Energy and Transactive Campus (CETC) work described in this report was done as part of a Cooperative Research and Development Agreement (CRADA) between the U.S. Department of Energy’s Pacific Northwest National Laboratory (PNNL) and the Washington State Department of Commerce (Commerce) through the Clean Energy Fund (CEF). The project team consisted of PNNL, the University of Washington (UW) and Washington State University (WSU), to connect the PNNL, UW, and WSU campuses to form a multi-campus testbed for transaction-based energy management—transactive—solutions. Building on the foundational transactive system established by the Pacific Northwest Smart Grid Demonstration (PNWSGD), the purpose of the project was to construct the testbed as both a regional flexibility resource and as a platform for research and development (R&D) on buildings/grid integration and information-based energy efficiency. This report provides a summary of the various tasks performed under the CRADA.

  16. Stress Testing of Transactional Database Systems

    OpenAIRE

    Meira , Jorge Augusto; Cunha De Almeida , Eduardo; Sunyé , Gerson; Le Traon , Yves; Valduriez , Patrick

    2013-01-01

    International audience; Transactional database management systems (DBMS) have been successful at supporting traditional transaction processing workloads. However, web-based applications that tend to generate huge numbers of concurrent business operations are pushing DBMS performance over their limits, thus threatening overall system availability. Then, a crucial question is how to test DBMS performance under heavy workload conditions. Answering this question requires a testing methodology to ...

  17. The Value Added Tax Implications of Illegal Transactions

    Directory of Open Access Journals (Sweden)

    SP van Zyl

    2011-01-01

    Full Text Available In the case of MP Finance Group CC (In Liquidation v CSARS the High Court of Appeal ruled that income "received by" a taxpayer from illegal gains will be taxable in the hands of the taxpayer. This article explores whether or not the decision in the MP Finance-case (and preceding cases on the taxation of illegal receipts can be applied to determine if illegal transactions are subject to VAT and moreover if a trader in illegal goods and services should register as a VAT vendor. Although strictly speaking no analogy can be drawn between the charging provisions for income tax and VAT, it is clear that in the determination of the taxability of illegal income, the courts applied the principle of tax neutrality. In terms of the principle of tax neutrality, taxes are not concerned with the legality or illegality of a transaction, but rather with whether the transaction complies with the requirements for it to be taxed or not. That said, the European Court of Justice has a different approach in applying this principle. According to the European Court of Justice where the intrinsic nature of the goods excludes it from the commercial arena (like narcotic drugs it should not be subject to VAT, but where the goods compete with a legal market it must be subject to VAT. Charging VAT on illegal transactions might give the impression that government benefits from criminal activities. However, if illegal transactions are not subject to VAT the trader in illegal goods will benefit as his products will be 14% cheaper than his rival’s. Is this necessarily a moral dilemma? In conclusion three arguments can be deduced on the question if illegal transactions should be subject to VAT:1. Illegal transactions should not be taxed at all. Illegal goods or services fall outside the sphere of the application of the charging provision in section 7(1 of the VAT Act. Moreover, taxing illegal transactions lends a quasi-validity to the contract and gives the impression that

  18. 49 CFR 244.13 - Subjects to be addressed in a Safety Integration Plan involving an amalgamation of operations.

    Science.gov (United States)

    2010-10-01

    ... transaction: (a) Corporate culture. Each applicant shall: (1) Identify and describe differences for each safety-related area between the corporate cultures of the railroads involved in the transaction; (2... step-by-step measures, the integration of these corporate cultures and the manner in which it will...

  19. Related Party Transactions and Firms Financial Performance

    African Journals Online (AJOL)

    Prof

    Chien and Hsu (2010) found a positive moderating effect of corporate governance on the related transactions-firm performance relationship and deduce that presence of corporate governance could 'transfer' related party transactions 'conflict- of-interest' to be efficient. Past studies on the impact of RPT on financial reporting ...

  20. Accounting costs of transactions in real estate

    DEFF Research Database (Denmark)

    Stubkjær, Erik

    2005-01-01

    in relating theoretical conceptualizations of transaction costs to national accounting and further to the identification and quantification of actions on units of real estate. The notion of satellite accounting of the System of National Accounts is applied to the segment of society concerned with changes......The costs of transactions in real estate is of importance for households, for investors, for statistical services, for governmental and international bodies concerned with the efficient delivery of basic state functions, as well as for research. The paper takes a multi-disciplinary approach...... in real estate. The paper ends up with an estimate of the cost of a major real property transaction in Denmark....

  1. VOLTTRON Lite: Integration Platform for the Transactional Network

    Energy Technology Data Exchange (ETDEWEB)

    Haack, Jereme N.; Katipamula, Srinivas; Akyol, Bora A.; Lutes, Robert G.

    2013-10-31

    In FY13, Pacific Northwest National Laboratory (PNNL) with funding from the Department of Energy’s (DOE’s) Building Technologies Office (BTO) designed, prototyped and tested a transactional network platform. The platform is intended to support energy, operational and financial transactions between any networked entities (equipment, organizations, buildings, grid, etc.). Initially, in FY13, the concept demonstrated transactions between packaged rooftop units (RTUs) and the electric grid using applications or “agents” that reside on the platform, on the equipment, on local building controller or in the Cloud. This document describes the core of the transactional network platform, the Volttron Lite™ software and associated services hosted on the platform. Future enhancements are also discussed. The appendix of the document provides examples of how to use the various services hosted on the platform.

  2. Transaction-Based Controls for Building-Grid Integration: VOLTTRON™

    Energy Technology Data Exchange (ETDEWEB)

    Akyol, Bora A.; Haack, Jereme N.; Hernandez, George; Katipamula, Srinivas; Widergren, Steven E.

    2015-07-01

    The U.S. Department of Energy’s (DOE’s) Building Technologies Office (BTO) is supporting the development of a “transactional network” concept that supports energy, operational, and financial transactions between building systems (e.g., rooftop units -- RTUs), and the electric power grid using applications, or 'agents', that reside either on the equipment, on local building controllers, or in the Cloud. The transactional network vision is delivered using a real-time, scalable reference platform called VOLTTRON that supports the needs of the changing energy system. VOLTTRON is an agent execution and an innovative distributed control and sensing software platform that supports modern control strategies, including agent-based and transaction-based controls. It enables mobile and stationary software agents to perform information gathering, processing, and control actions.

  3. Transaction costs and social networks in productivity measurement

    DEFF Research Database (Denmark)

    Henningsen, Geraldine; Henningsen, Arne; Henning, Christian H. C. A.

    2015-01-01

    . Hence, both the absolute productivity measures and, more importantly, the productivity ranking will be distorted. A major driver of transaction costs is poor access to information and contract enforcement assistance. Social networks often catalyse information exchange as well as generate trust...... and support. Hence, we use measures of a firm’s access to social networks as a proxy for the transaction costs the firm faces. We develop a microeconomic production model that takes into account transaction costs and networks. Using a data set of 384 Polish farms, we empirically estimate this model...... and compare different parametric, semiparametric, and nonparametric model specifications. Our results generally support our hypothesis. Especially, large trading networks and dense household networks have a positive influence on a farm’s productivity. Furthermore, our results indicate that transaction costs...

  4. Combating Corruption in International Business Transactions

    OpenAIRE

    Celentani, Marco; Ganuza, Juan-José; Peydró, José-Luis

    2004-01-01

    International business transactions pose the problem of deterring bribing of public officials by foreign firms. We first analyse a convention styled after the OECD's 'Convention on Combating Bribery of Foreign Public Officials in International Business Transactions', which requires signatory countries to proceed against firms that have bribed public officials of any foreign country. We then study the case in which the convention requires signatory countries to proceed against firms that have ...

  5. The need for strong clinical leaders - Transformational and transactional leadership as a framework for resident leadership training.

    Science.gov (United States)

    Saravo, Barbara; Netzel, Janine; Kiesewetter, Jan

    2017-01-01

    For the purpose of providing excellent patient care, residents need to be strong, effective leaders. The lack of clinical leadership is alarming given the detrimental effects on patient safety. The objective of the study was to assess whether a leadership training addressing transactional and transformational leadership enhances leadership skills in residents. A volunteer sample of 57 residents from postgraduate year one to four was recruited across a range of medical specialties. The residents took part in an interventional controlled trial. The four-week IMPACT leadership training provided specific strategies for leadership in the clinical environment, addressing transactional (e.g. active control, contingent reward) and transformational leadership skills (e.g. appreciation, inspirational motivation). Transactional and transformational leadership skill performance was rated (1) on the Performance Scale by an external evaluator blinded to the study design and (2) self-assessed transformational and transactional leadership skills. Both measures contained items of the Multifactor Leadership Questionnaire, with higher scores indicating greater leadership skills. Both scores were significantly different between the IMPACT group and the control group. In the IMPACT group, the Performance Scale increased 15% in transactional leadership skill performance (2.10 to 2.86) (intervention effect, 0.76; 95% CI, 0.40 to 1.13; p transformational leadership skill performance (2.26 to 2.94) (intervention effect, 0.68; 95% CI, 0.27 to 1.09; p transformational leadership skills (3.54 to 3.86) (intervention effect, 0.31; 95% CI, 0.02 to 0.40; ptransformational leadership framework for graduate leadership training. Future studies should incorporate time-latent post-tests, evaluating the stability of the behavioral performance increase.

  6. Transaction costs and community-based natural resource management in Nepal.

    Science.gov (United States)

    Adhikari, Bhim; Lovett, Jon C

    2006-01-01

    Transaction costs in community-based resource management are incurred by households attempting to enforce property right rules over common resources similar to those inherent in private property rights. Despite their importance, transaction costs of community-based management of common pool resources (CPRs) are often not incorporated into the economic analysis of participatory resource management. This paper examines the transaction costs incurred by forest users in community forestry (CF) based on a survey of 309 households belonging to eight different forest user groups (FUGs) in the mid hills of Nepal. The analysis reveals that the average 'poor' household incurred Nepalese rupees (NRS) 1265 in transaction costs annually, while wealthier 'rich' households incurred an average of NRS 2312 per year. Although richer households bear higher proportions of such costs, transaction costs for CF management as a percentage of resource appropriation costs are higher for poorer households (26%) than those of middle-wealth (24%) or rich households (14%). There are also village differences in the level of transaction costs. The results show that transaction costs are a major component of resource management costs and vary according to socio-economic status of resource users and characteristics of the community.

  7. Uncovering the Hidden Transaction Costs of Market Power

    DEFF Research Database (Denmark)

    Foss, Kirsten; Foss, Nicolai J.; Klein, Peter G.

    2018-01-01

    A central construct in competitive strategy research is market power, the ability to raise price above marginal cost. Positioning research focuses on attempts to build, protect, and exercise market power. However, this approach contains hidden assumptions about transaction costs. Parties made worse...... off by the exercise of market power can negotiate, bargain, form coalitions, and otherwise contract around the focal firm's attempts to appropriate monopoly profits—depending on transaction costs. We build on property rights economics to explain how transaction costs affect positioning and offer...

  8. 49 CFR 1180.2 - Types of transactions.

    Science.gov (United States)

    2010-10-01

    .... Transactions proposed under 49 U.S.C. 11323 involving more than one common carrier by railroad are of four... review and approval of these transactions is not necessary to carry out the rail transportation policy of... renewal of trackage rights by a rail carrier over lines owned or operated by any other rail carrier or...

  9. Electronic Business Transaction Infrastructure Analysis Using Petri Nets and Simulation

    Science.gov (United States)

    Feller, Andrew Lee

    2010-01-01

    Rapid growth in eBusiness has made industry and commerce increasingly dependent on the hardware and software infrastructure that enables high-volume transaction processing across the Internet. Large transaction volumes at major industrial-firm data centers rely on robust transaction protocols and adequately provisioned hardware capacity to ensure…

  10. 15 CFR 908.14 - Business to be transacted in writing.

    Science.gov (United States)

    2010-01-01

    ... 15 Commerce and Foreign Trade 3 2010-01-01 2010-01-01 false Business to be transacted in writing... MAINTAINING RECORDS AND SUBMITTING REPORTS ON WEATHER MODIFICATION ACTIVITIES § 908.14 Business to be transacted in writing. All business transacted with the National Oceanic and Atmospheric Administration with...

  11. Strategic R&D transactions in personalized drug development.

    Science.gov (United States)

    Makino, Tomohiro; Lim, Yeongjoo; Kodama, Kota

    2018-03-21

    Although external collaboration capability influences the development of personalized medicine, key transactions in the pharmaceutical industry have not been addressed. To explore specific trends in interorganizational transactions and key players, we longitudinally surveyed strategic transactions, comparing them with other advanced medical developments, such as antibody therapy, as controls. We found that the financing deals of start-ups have surged over the past decade, accelerating intellectual property (IP) creation. Our correlation and regression analyses identified determinants of financing deals among alliance deals, acquisition deals, patents, research and development (R&D) licenses, market licenses, and scientific papers. They showed that patents positively correlated with transactions, and that the number of R&D licenses significantly predicted financing deals. This indicates, for the first time, that start-ups and investors lead progress in personalized medicine. Copyright © 2018 Elsevier Ltd. All rights reserved.

  12. Structure and Anonymity of the Bitcoin Transaction Graph

    Directory of Open Access Journals (Sweden)

    Kay Hamacher

    2013-05-01

    Full Text Available The Bitcoin network of decentralized payment transactions has attracted a lot of attention from both Internet users and researchers in recent years. Bitcoin utilizes a peer-to-peer network to issue anonymous payment transactions between different users. In the currently used Bitcoin clients, the full transaction history is available at each node of the network to prevent double spending without the need for a central authority, forming a valuable source for empirical research on network structure, network dynamics, and the implied anonymity challenges, as well as guidance on the future evolution of complex payment systems. We found dynamical effects of which some increase anonymity while others decrease it. Most importantly, several parameters of the Bitcoin transaction graph seem to have become stationary over the last 12–18 months. We discuss the implications.

  13. On the Performance of Three In-Memory Data Systems for On Line Analytical Processing

    Directory of Open Access Journals (Sweden)

    Ionut HRUBARU

    2017-01-01

    Full Text Available In-memory database systems are among the most recent and most promising Big Data technologies, being developed and released either as brand new distributed systems or as extensions of old monolith (centralized database systems. As name suggests, in-memory systems cache all the data into special memory structures. Many are part of the NewSQL strand and target to bridge the gap between OLTP and OLAP into so-called Hybrid Transactional Analytical Systems (HTAP. This paper aims to test the performance of using such type of systems for TPCH analytical workloads. Performance is analyzed in terms of data loading, memory footprint and execution time of the TPCH query set for three in-memory data systems: Oracle, SQL Server and MemSQL. Tests are subsequently deployed on classical on-disk architectures and results compared to in-memory solutions. As in-memory is an enterprise edition feature, associated costs are also considered.

  14. Real-Time Wait-Free Queues using Micro-Transactions

    DEFF Research Database (Denmark)

    Meawad, Fadi; Iyer, Karthik; Schoeberl, Martin

    2011-01-01

    This paper evaluates the applicability of transactional mem- ory to the implementation of dierent non-blocking data structures in the context of the Real-time Specication for Java. In particular, we argue that hardware support for micro-transaction allows us to implement eciently data structures...... that are often dicult to realize with the atomic operations provided by stock hardware. Our main imple- mentation platform is the Java Optimized Processor sys- tem. We report on the performance of data structures imple- mented with locks, compare and swap and micro-transactions. Our results conrm...

  15. Transaction costs, externalities and information technology in health care.

    Science.gov (United States)

    Ferguson, B; Keen, J

    1996-01-01

    This paper discusses some of the economic issues which underpin the rationale for investment in information and communications technologies (ICTs). Information imperfections lead to significant transaction costs (search, negotiating and monitoring) which in turn confer a negative externality on parties involved in exchange. This divergence in private and social costs leads to a degree of resource misallocation (efficiency loss) which, uncorrected, results in a sub-optimal outcome. Traditional solutions to this problem are to rely upon direct government action to reduce the costs of transacting between market agents, or to employ tax/subsidy measures and other legislative action to achieve the desired market outcome. Three key policy questions are raised in the context of the NHS purchaser/provider relationship. Firstly, what is the optimum level of transaction costs; secondly, can ICTs assist in lowering the level of transaction costs to the optimum level; thirdly, who should bear the investment cost in reducing the level of transaction costs? The issue of property rights in different information systems is discussed and raises interesting policy questions about how much investment should be undertaken centrally rather than devolved to a more local level. In some ways this economic framework offers a post hoc justification of why different ICT systems have been introduced at various levels of the NHS. Essentially this reduces to the problem of externalities: providing good information confers a positive externality: not providing relevant, timely and accurate information confers a negative externality, by increasing further the level of transaction costs. The crucial role which ICT systems can play lies in attempting to reduce the level of transaction costs and driving the market towards what Dahlman has described as the transaction-cost-constrained equilibrium.

  16. Aid Effectiveness, Transaction Costs and Conditionality in the Education Sector

    Science.gov (United States)

    Ashford, Richard; Biswas, Shampa

    2010-01-01

    The reduction of transaction costs is a commonly mentioned yet rarely elaborated goal for aid effectiveness in educational development. The casual use of the concept of transaction costs conceals which costs may be reduced, which costs are required and, indeed, what transaction costs actually are. Examining issues related to harmonizing the…

  17. Two-Layer Transaction Management for Workflow Management Applications

    NARCIS (Netherlands)

    Grefen, P.W.P.J.; Vonk, J.; Boertjes, E.M.; Apers, Peter M.G.

    Workflow management applications require advanced transaction management that is not offered by traditional database systems. For this reason, a number of extended transaction models has been proposed in the past. None of these models seems completely adequate, though, because workflow management

  18. Optical interconnection network for parallel access to multi-rank memory in future computing systems.

    Science.gov (United States)

    Wang, Kang; Gu, Huaxi; Yang, Yintang; Wang, Kun

    2015-08-10

    With the number of cores increasing, there is an emerging need for a high-bandwidth low-latency interconnection network, serving core-to-memory communication. In this paper, aiming at the goal of simultaneous access to multi-rank memory, we propose an optical interconnection network for core-to-memory communication. In the proposed network, the wavelength usage is delicately arranged so that cores can communicate with different ranks at the same time and broadcast for flow control can be achieved. A distributed memory controller architecture that works in a pipeline mode is also designed for efficient optical communication and transaction address processes. The scaling method and wavelength assignment for the proposed network are investigated. Compared with traditional electronic bus-based core-to-memory communication, the simulation results based on the PARSEC benchmark show that the bandwidth enhancement and latency reduction are apparent.

  19. A Web-Based Nuclear Criticality Safety Bibliographic Database

    International Nuclear Information System (INIS)

    Koponen, B L; Huang, S

    2007-01-01

    A bibliographic criticality safety database of over 13,000 records is available on the Internet as part of the U.S. Department of Energy's (DOE) Nuclear Criticality Safety Program (NCSP) website. This database is easy to access via the Internet and gets substantial daily usage. This database and other criticality safety resources are available at ncsp.llnl.gov. The web database has evolved from more than thirty years of effort at Lawrence Livermore National Laboratory (LLNL), beginning with compilations of critical experiment reports and American Nuclear Society Transactions

  20. Transaction based approach

    Science.gov (United States)

    Hunka, Frantisek; Matula, Jiri

    2017-07-01

    Transaction based approach is utilized in some methodologies in business process modeling. Essential parts of these transactions are human beings. The notion of agent or actor role is usually used for them. The paper on a particular example describes possibilities of Design Engineering Methodology for Organizations (DEMO) and Resource-Event-Agent (REA) methodology. Whereas the DEMO methodology can be regarded as a generic methodology having its foundation in the theory of Enterprise Ontology the REA methodology is regarded as the domain specific methodology and has its origin in accountancy systems. The results of these approaches is that the DEMO methodology captures everything that happens in the reality with a good empirical evidence whereas the REA methodology captures only changes connected with economic events. Economic events represent either change of the property rights to economic resource or consumption or production of economic resources. This results from the essence of economic events and their connection to economic resources.

  1. Organizational safety climate and supervisor safety enforcement: Multilevel explorations of the causes of accident underreporting.

    Science.gov (United States)

    Probst, Tahira M

    2015-11-01

    According to national surveillance statistics, over 3 million employees are injured each year; yet, research indicates that these may be substantial underestimates of the true prevalence. The purpose of the current project was to empirically test the hypothesis that organizational safety climate and transactional supervisor safety leadership would predict the extent to which accidents go unreported by employees. Using hierarchical linear modeling and survey data collected from 1,238 employees in 33 organizations, employee-level supervisor safety enforcement behaviors (and to a less consistent extent, organizational-level safety climate) predicted employee accident underreporting. There was also a significant cross-level interaction, such that the effect of supervisor enforcement on underreporting was attenuated in organizations with a positive safety climate. These results may benefit human resources and safety professionals by pinpointing methods of increasing the accuracy of accident reporting, reducing actual safety incidents, and reducing the costs to individuals and organizations that result from underreporting. (c) 2015 APA, all rights reserved).

  2. Distributed Global Transaction Support for Workflow Management Applications

    NARCIS (Netherlands)

    Vonk, J.; Grefen, P.W.P.J.; Boertjes, E.M.; Apers, Peter M.G.

    Workflow management systems require advanced transaction support to cope with their inherently long-running processes. The recent trend to distribute workflow executions requires an even more advanced transaction support system that is able to handle distribution. This paper presents a model as well

  3. Commercial agencies and surrogate motherhood: a transaction cost approach.

    Science.gov (United States)

    Galbraith, Mhairi; McLachlan, Hugh V; Swales, J Kim

    2005-03-01

    In this paper we investigate the legal arrangements involved in UK surrogate motherhood from a transaction-cost perspective. We outline the specific forms the transaction costs take and critically comment on the way in which the UK institutional and organisational arrangements at present adversely influence transaction costs. We then focus specifically on the potential role of surrogacy agencies and look at UK and US evidence on commercial and voluntary agencies. Policy implications follow.

  4. Transactive Control of Commercial Buildings for Demand Response

    Energy Technology Data Exchange (ETDEWEB)

    Hao, He; Corbin, Charles D.; Kalsi, Karanjit; Pratt, Robert G.

    2017-01-01

    Transactive control is a type of distributed control strategy that uses market mechanism to engage self-interested responsive loads to achieve power balance in the electrical power grid. In this paper, we propose a transactive control approach of commercial building Heating, Ventilation, and Air- Conditioning (HVAC) systems for demand response. We first describe the system models, and identify their model parameters using data collected from Systems Engineering Building (SEB) located on our Pacific Northwest National Laboratory (PNNL) campus. We next present a transactive control market structure for commercial building HVAC system, and describe its agent bidding and market clearing strategies. Several case studies are performed in a simulation environment using Building Control Virtual Test Bed (BCVTB) and calibrated SEB EnergyPlus model. We show that the proposed transactive control approach is very effective at peak clipping, load shifting, and strategic conservation for commercial building HVAC systems.

  5. Third sector organizations in rural development: a transaction cost perspective

    Directory of Open Access Journals (Sweden)

    V. VALENTINOV

    2008-12-01

    Full Text Available In many parts of the world, rural development is supported by third sector organizations, such as nongovernmental organizations, farmer associations, and cooperatives. This essay develops a transaction cost explanation of these organizations’ role in rural areas. Since the traditional transaction cost theory is concerned with the choice of governance mechanisms within the for-profit sector, this essay adopts an alternative conceptualization of the notion of transaction cost by building on the theory of the division of labor. This theory regards transaction cost as a constraint on the division of labor causing the replacement of exchange with self-sufficiency. The proposed transaction cost explanation of rural third sector organizations consists of two arguments: 1 third sector organizations embody partial reliance on self-sufficiency; and 2 rural areas exhibit rurality-specific transaction cost acting as a constraint on the division of labor and thus creating a niche for third sector organizations. The essay concludes with suggesting a research program on developing an economic theory of the rural third sector.;

  6. The need for strong clinical leaders – Transformational and transactional leadership as a framework for resident leadership training

    Science.gov (United States)

    Saravo, Barbara; Netzel, Janine

    2017-01-01

    Background For the purpose of providing excellent patient care, residents need to be strong, effective leaders. The lack of clinical leadership is alarming given the detrimental effects on patient safety. The objective of the study was to assess whether a leadership training addressing transactional and transformational leadership enhances leadership skills in residents. Methods A volunteer sample of 57 residents from postgraduate year one to four was recruited across a range of medical specialties. The residents took part in an interventional controlled trial. The four-week IMPACT leadership training provided specific strategies for leadership in the clinical environment, addressing transactional (e.g. active control, contingent reward) and transformational leadership skills (e.g. appreciation, inspirational motivation). Transactional and transformational leadership skill performance was rated (1) on the Performance Scale by an external evaluator blinded to the study design and (2) self-assessed transformational and transactional leadership skills. Both measures contained items of the Multifactor Leadership Questionnaire, with higher scores indicating greater leadership skills. Results Both scores were significantly different between the IMPACT group and the control group. In the IMPACT group, the Performance Scale increased 15% in transactional leadership skill performance (2.10 to 2.86) (intervention effect, 0.76; 95% CI, 0.40 to 1.13; p transformational leadership skill performance (2.26 to 2.94) (intervention effect, 0.68; 95% CI, 0.27 to 1.09; p transformational leadership skills (3.54 to 3.86) (intervention effect, 0.31; 95% CI, 0.02 to 0.40; ptransformational leadership framework for graduate leadership training. Future studies should incorporate time-latent post-tests, evaluating the stability of the behavioral performance increase. PMID:28841662

  7. 16 CFR 802.53 - Certain foreign banking transactions.

    Science.gov (United States)

    2010-01-01

    ... 16 Commercial Practices 1 2010-01-01 2010-01-01 false Certain foreign banking transactions. 802.53 Section 802.53 Commercial Practices FEDERAL TRADE COMMISSION RULES, REGULATIONS, STATEMENTS AND... foreign banking transactions. An acquisition which requires the consent or approval of the Board of...

  8. Effects of traditional land transactions on soil erosion and land degradation

    OpenAIRE

    Leduka, R.C.

    1998-01-01

    A research report on the effects of traditional land transactions on soil erosion and land degradation in Lesotho. This report focuses on the land transactions in Lesotho and how these transaction affect the growing erosion rates of the soil.

  9. Medium-term load forecasting and wholesale transaction profitability

    International Nuclear Information System (INIS)

    Selker, F.K.; Wroblewski, W.R.

    1996-01-01

    The volume of wholesale transactions quoted at firm prices is increasing. The cost, and thus profitability, of serving these contracts strongly depends upon native load during the time of delivery. However, transactions extend beyond load forecasts based on weather information, and long-term resource planning forecasts of load peaks and energy provide inadequate detail. To address this need, Decision Focus Inc. (DFI) and Commonwealth Edison (ComEd) developed a probabilistic, medium-term load forecasting capability. In this paper the authors use a hypothetical utility to explore the impact of uncertain medium-term loads on transaction profitability

  10. A bio-inspired memory model for structural health monitoring

    International Nuclear Information System (INIS)

    Zheng, Wei; Zhu, Yong

    2009-01-01

    Long-term structural health monitoring (SHM) systems need intelligent management of the monitoring data. By analogy with the way the human brain processes memories, we present a bio-inspired memory model (BIMM) that does not require prior knowledge of the structure parameters. The model contains three time-domain areas: a sensory memory area, a short-term memory area and a long-term memory area. First, the initial parameters of the structural state are specified to establish safety criteria. Then the large amount of monitoring data that falls within the safety limits is filtered while the data outside the safety limits are captured instantly in the sensory memory area. Second, disturbance signals are distinguished from danger signals in the short-term memory area. Finally, the stable data of the structural balance state are preserved in the long-term memory area. A strategy for priority scheduling via fuzzy c-means for the proposed model is then introduced. An experiment on bridge tower deformation demonstrates that the proposed model can be applied for real-time acquisition, limited-space storage and intelligent mining of the monitoring data in a long-term SHM system

  11. A bio-inspired memory model for structural health monitoring

    Science.gov (United States)

    Zheng, Wei; Zhu, Yong

    2009-04-01

    Long-term structural health monitoring (SHM) systems need intelligent management of the monitoring data. By analogy with the way the human brain processes memories, we present a bio-inspired memory model (BIMM) that does not require prior knowledge of the structure parameters. The model contains three time-domain areas: a sensory memory area, a short-term memory area and a long-term memory area. First, the initial parameters of the structural state are specified to establish safety criteria. Then the large amount of monitoring data that falls within the safety limits is filtered while the data outside the safety limits are captured instantly in the sensory memory area. Second, disturbance signals are distinguished from danger signals in the short-term memory area. Finally, the stable data of the structural balance state are preserved in the long-term memory area. A strategy for priority scheduling via fuzzy c-means for the proposed model is then introduced. An experiment on bridge tower deformation demonstrates that the proposed model can be applied for real-time acquisition, limited-space storage and intelligent mining of the monitoring data in a long-term SHM system.

  12. New Evidence of the Effect of Transaction Costs on Residential Mobility

    NARCIS (Netherlands)

    Ommeren, van Jos; Leuvensteijn, van Michiel

    2002-01-01

    Transaction costs have attracted considerably attention in the theoretical literature on residential mobility. In many European countries, these costs mainly consist of ad-valorem transaction costs. In the current paper, we demonstrate empirically for the Netherlands that the transaction costs have

  13. Challenges facing transactional e-government systems

    OpenAIRE

    AI-Sebie, Madi M

    2005-01-01

    This thesis was submitted for the degree of Doctor of Philosophy and awarded by Brunel University, 17/10/2005. A review of normative literature, in the field of e-government, indicates that the transactional stage of e-government is one of the most important to the implementation of an e-government system as it represents the highest level of interaction within organisations and between customers and government organisations. Due to the importance of the transactional stage of the e-govern...

  14. Environmental taxes and transaction costs

    Energy Technology Data Exchange (ETDEWEB)

    Vollebergh, Herman R.J. [Centre for Economic Policy OCFEB, Erasmus University Rotterdam (Netherlands)

    1994-06-01

    A well-known tax policy principle in the case of environmental bads holds that optimality would apply to a special class of environmental taxes, the so called Pigovian or effluent taxes (or fees or charges). However, an interesting paradox arises here for effluent taxes are seldom chosen in practical policies by governments. An explanation for this discrepancy is that effluent taxes are generally supposed to bring about the highest amount of transaction costs in order to enforce this kind of tax. This would be caused by the fact that usually large numbers of agents are involved if effluents are taken as the principal tax base. Unfortunately this explanation seems to boomerang for it brings about an impossibility result: effluent taxes can never be first best taxes if transaction costs are allowed. Up till now theoretical economics has not paid much attention to this problem. In contrast this essay offers an explanation for the discrepancy and it shows why the impossibility theorem is a paradox. As soon as one allows for transaction costs in welfare analysis, one not only has to acknowledge that such costs are attached to the internalization device but also to the initial status quo. Moreover, the amount of transaction costs is not independent of the tax contracts themselves, neither are the benefits of regulation through taxation. Accordingly a more general welfare assessment of questions where it is optimal to levy environmental taxes shows that first best Pigovian taxes need not be effluent taxes (even if abatement is possible), although in some cases effluent taxes might still be the best policy option from an economic perspective. 31 refs.

  15. Environmental taxes and transaction costs

    International Nuclear Information System (INIS)

    Vollebergh, Herman R.J.

    1994-06-01

    A well-known tax policy principle in the case of environmental bads holds that optimality would apply to a special class of environmental taxes, the so called Pigovian or effluent taxes (or fees or charges). However, an interesting paradox arises here for effluent taxes are seldom chosen in practical policies by governments. An explanation for this discrepancy is that effluent taxes are generally supposed to bring about the highest amount of transaction costs in order to enforce this kind of tax. This would be caused by the fact that usually large numbers of agents are involved if effluents are taken as the principal tax base. Unfortunately this explanation seems to boomerang for it brings about an impossibility result: effluent taxes can never be first best taxes if transaction costs are allowed. Up till now theoretical economics has not paid much attention to this problem. In contrast this essay offers an explanation for the discrepancy and it shows why the impossibility theorem is a paradox. As soon as one allows for transaction costs in welfare analysis, one not only has to acknowledge that such costs are attached to the internalization device but also to the initial status quo. Moreover, the amount of transaction costs is not independent of the tax contracts themselves, neither are the benefits of regulation through taxation. Accordingly a more general welfare assessment of questions where it is optimal to levy environmental taxes shows that first best Pigovian taxes need not be effluent taxes (even if abatement is possible), although in some cases effluent taxes might still be the best policy option from an economic perspective. 31 refs

  16. 17 CFR 33.3 - Unlawful commodity option transactions.

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 1 2010-04-01 2010-04-01 false Unlawful commodity option... REGULATION OF DOMESTIC EXCHANGE-TRADED COMMODITY OPTION TRANSACTIONS § 33.3 Unlawful commodity option... of, or maintain a position in, any commodity option transaction subject to the provisions of this...

  17. Enhancing reliable online transaction with intelligent rule-based ...

    African Journals Online (AJOL)

    Enhancing reliable online transaction with intelligent rule-based fraud detection technique. ... These are with a bid to reducing amongst other things the cost of production and also dissuade the poor handling of Nigeria currency. The CBN pronouncement has necessitated the upsurge in transactions completed with credit ...

  18. Allocation and management issues in multiple-transaction open access transmission networks

    Science.gov (United States)

    Tao, Shu

    This thesis focuses on some key issues related to allocation and management by the independent grid operator (IGO) of unbundled services in multiple-transaction open access transmission networks. The three unbundled services addressed in the thesis are transmission real power losses, reactive power support requirements from generation sources, and transmission congestion management. We develop the general framework that explicitly represents multiple transactions undertaken simultaneously in the transmission grid. This framework serves as the basis for formulating various problems treated in the thesis. We use this comprehensive framework to develop a physical-flow-based mechanism to allocate the total transmission losses to each transaction using the system. An important property of the allocation scheme is its capability to effectively deal with counter flows that result in the presence of specific transactions. Using the loss allocation results as the basis, we construct the equivalent loss compensation concept and apply it to develop flexible and effective procedures for compensating losses in multiple-transaction networks. We present a new physical-flow-based mechanism for allocating the reactive power support requirements provided by generators in multiple-transaction networks. The allocatable reactive support requirements are formulated as the sum of two specific components---the voltage magnitude variation component and the voltage angle variation component. The formulation utilizes the multiple-transaction framework and makes use of certain simplifying approximations. The formulation leads to a natural allocation as a function of the amount of each transaction. The physical interpretation of each allocation as a sensitivity of the reactive output of a generator is discussed. We propose a congestion management allocation scheme for multiple-transaction networks. The proposed scheme determines the allocation of congestion among the transactions on a physical

  19. The transaction management perspective on procurement in the era of globalization

    NARCIS (Netherlands)

    den Butter, F.A.G.

    2012-01-01

    Fragmentation of production into more and more complex supply chains is a prominent feature of globalisation. Transaction management purports to minimise the transaction costs associated with this fragmentation of production. In this era of globalisation, transaction costs carry a large weight in

  20. 31 CFR 103.25 - Reports of transactions with foreign financial agencies.

    Science.gov (United States)

    2010-07-01

    ... Finance FINANCIAL RECORDKEEPING AND REPORTING OF CURRENCY AND FOREIGN TRANSACTIONS Reports Required To Be Made § 103.25 Reports of transactions with foreign financial agencies. (a) Promulgation of reporting... financial institutions to file reports of certain transactions with designated foreign financial agencies...

  1. Marketable pollution permits with uncertainty and transaction costs

    International Nuclear Information System (INIS)

    Montero, Juan-Pablo

    1998-01-01

    Increasing interest in the use of marketable permits for pollution control has become evident in recent years. Concern regarding their performance still remains because empirical evidence has shown transaction costs and uncertainty to be significant in past and existing marketable permits programs. In this paper we develop theoretical and numerical models that include transaction costs and uncertainty (in trade approval) to show their effects on market performance (i.e., equilibrium price of permits and trading volume) and aggregate control costs. We also show that in the presence of transaction costs and uncertainty the initial allocation of permits may not be neutral in terms of efficiency. Furthermore, using a numerical model for a hypothetical NO x trading program in which participants have discrete control technology choices, we find that aggregate control costs and the equilibrium price of permits are sensitive to the initial allocation of permits, even for constant marginal transaction costs and certainty

  2. Transactional Infrastructure of the Economy: the Evolution of Concepts and Synthesis of Definitions

    Directory of Open Access Journals (Sweden)

    Maruschak Irina Valeryevna

    2017-03-01

    Full Text Available The overview of evolution of market infrastructure concepts is provided, the first concepts of institutional infrastructure are revealed in the paper. Evolutionarily developed narrowing of essence of infrastructure in connection with the priority analysis of its physical (material and technological components is proved. It ignores the fact that transactional resources, being drivers (driving forces of economic systems evolution, in turn evolve, becoming harder and harder, combining increase in efficiency of the elements and strengthening of heterogeneity and discrepancy of their structure. Transactional evolution of economy in general and evolution of separate transactional resources of production are the perspective directions of the special analysis. Transactional infrastructure is considered as the integrated complex of institutional, organizational (relational and information infrastructures. The problems of the first concepts of transactional infrastructure connected with difficulties of differentiation of its subsystems always operating jointly are revealed. Prospect of transition from the isolated analysis of separate resources of transactional type (institutes, organizations, information, social capital, trust, etc. to studying corresponding specific software infrastructures and to the system analysis of integrated transactional infrastructure of economy are argued. The transactional sector (as set of the specialized industries and the appropriate collective and individual subjects providing with resources market transaction is offered to be considered as transactional structure of economy. Transactional infrastructure is treated as critically significant factor of economic evolution which in the conditions of post-industrial type of economy gradually purchases transactional nature.

  3. Transactional Sex among Noninjecting Illicit Drug Users: Implications for HIV Transmission

    Directory of Open Access Journals (Sweden)

    Rafael Alves Guimarães

    2016-01-01

    Full Text Available Noninjecting illicit drug users (NIDUs present high risk for HIV infection, due especially to transactional sex. This study aimed to estimate the prevalence and risk factors for transactional sex among NIDUs in the Southwest region of Goiás State, Central Brazil. The prevalence of self-reported transactional sex was 22.8%. Prevalence in women and men was 52.7% and 16.8%, respectively, a significant difference (p<0.001. Crack use and history of sexually transmitted infections (STI were risk factors for transactional sex in men. Homelessness, crack use, sex under the influence of drugs, and history of sexual violence were risk factors for transactional sex in women. A high prevalence of transactional sex was observed among NIDUs. This risk behavior may contribute to the high rates of HIV among this population and their social networks and in the general population.

  4. Measuring the Influence of Networks on Transaction Costs Using a Nonparametric Regression Technique

    DEFF Research Database (Denmark)

    Henningsen, Geraldine; Henningsen, Arne; Henning, Christian H.C.A.

    All business transactions as well as achieving innovations take up resources, subsumed under the concept of transaction costs. One of the major factors in transaction costs theory is information. Firm networks can catalyse the interpersonal information exchange and hence, increase the access to non......-public information so that transaction costs are reduced.Many resources that are sacrificed for transaction costs are inputs that also enter the technical production process. As most production data do not distinguish between these two usages of inputs, high transaction costs result in reduced observed productivity...

  5. Transactional Sex among Noninjecting Illicit Drug Users: Implications for HIV Transmission.

    Science.gov (United States)

    Guimarães, Rafael Alves; Rodovalho, Aurélio Goulart; Fernandes, Inaina Lara; Silva, Graciele Cristina; de Felipe, Rodrigo Lopes; Vera, Ivânia; Gregório, Valéria Duarte; Lucchese, Roselma

    2016-01-01

    Noninjecting illicit drug users (NIDUs) present high risk for HIV infection, due especially to transactional sex. This study aimed to estimate the prevalence and risk factors for transactional sex among NIDUs in the Southwest region of Goiás State, Central Brazil. The prevalence of self-reported transactional sex was 22.8%. Prevalence in women and men was 52.7% and 16.8%, respectively, a significant difference (p drugs, and history of sexual violence were risk factors for transactional sex in women. A high prevalence of transactional sex was observed among NIDUs. This risk behavior may contribute to the high rates of HIV among this population and their social networks and in the general population.

  6. 17 CFR 32.3 - Unlawful commodity option transactions.

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 1 2010-04-01 2010-04-01 false Unlawful commodity option... REGULATION OF COMMODITY OPTION TRANSACTIONS § 32.3 Unlawful commodity option transactions. (a) On and after... extend credit in lieu thereof) from an option customer as payment of the purchase price in connection...

  7. 12 CFR 370.4 - Transaction Account Guarantee Program.

    Science.gov (United States)

    2010-01-01

    ... GENERAL POLICY TEMPORARY LIQUIDITY GUARANTEE PROGRAM § 370.4 Transaction Account Guarantee Program. (a) In addition to the coverage afforded to depositors under 12 CFR Part 330, a depositor's funds in a noninterest... determining whether funds are in a noninterest-bearing transaction account for purposes of this section, the...

  8. 2008 Annual Report of SGCC on Electricity Market Transactions

    Institute of Scientific and Technical Information of China (English)

    2009-01-01

    On April 14,2009,the State Grid Corporation of China (SGCC) held the press conference in Beijing on electricity market transactions and then released the "2008 Annual Report of SGCC on Electricity Market Transactions".

  9. TRADE ENHANCEMENT CHARACTERISTICS OF DESSERT BANANA FRUITS AND ESTIMATES OF TRANSACTION COSTS IN OKIGWE METROPOLIS, IMO STATE NIGERIA

    Directory of Open Access Journals (Sweden)

    C. Ogbonna Emerole

    2013-07-01

    Full Text Available This study on trade enhancement Characteristics of sweet (dessert banana fruit and estimation of transaction costs was conducted in Okigwe Metropolis of Imo State, Nigeria. Stratified random sampling technique was adopted in selecting 80 respondents comprising 40 dessert banana traders (panelists and 40 dessert banana consumers. Monthly trade data was collected from the respondents using pretested semi-structured questionnaire during dry season (November-April and rain season (May-October for the year 2012. Data collected were subjected to descriptive statistical analysis; with transaction costs estimated as ex ante and ex post components. Hedonic pricing regression model was used in determining buyer socioeconomic/banana attributes that influenced willingness to pay price. Fruit characteristics that significantly enhanced trade of sweet banana in descending order were taste (3.83, fruit variety (3.57, and fruit skin colour (3.50. Other significant factors were level of ripeness (3.49, availability in off-season (3.46, fruit size (3.20 and cleanliness (3.20. Mean ex-ante transaction costs for sweet banana was N77, 800.00/trader and its mean ex-post transaction cost was N25,080.00/trader. We recommended that traders should take advantage of Global Mobile System (GSM to overcome information barriers on banana trading. Government and health institutions should intensify consumer safety education, and encourage horticultural unions to heighten postharvest monitoring of stored and displayed dessert banana fruits to enforce observance of ripening standards.

  10. The Econometric Procedures of Specific Transaction Identification

    Directory of Open Access Journals (Sweden)

    Doszyń Mariusz

    2017-06-01

    Full Text Available The paper presents the econometric procedures of identifying specific transactions, in which atypical conditions or attributes may occur. These procedures are based on studentized and predictive residuals of the accordingly specified econometric models. The dependent variable is a unit transactional price, and explanatory variables are both the real properties’ attributes and accordingly defined artificial binary variables. The utility of the proposed method has been verified by means of a real market data base. The proposed procedures can be helpful during the property valuation process, making it possible to reject real properties that are specific (both from the point of view of the transaction conditions and the properties’ attributes and, consequently, to select an appropriate set of similar attributes that are essential for the valuation process.

  11. Sampling returns for realized variance calculations: tick time or transaction time?

    NARCIS (Netherlands)

    Griffin, J.E.; Oomen, R.C.A.

    2008-01-01

    This article introduces a new model for transaction prices in the presence of market microstructure noise in order to study the properties of the price process on two different time scales, namely, transaction time where prices are sampled with every transaction and tick time where prices are

  12. ABA signaling is necessary but not sufficient for RD29B transcriptional memory during successive dehydration stresses in Arabidopsis thaliana.

    Science.gov (United States)

    Virlouvet, Laetitia; Ding, Yong; Fujii, Hiroaki; Avramova, Zoya; Fromm, Michael

    2014-07-01

    Plants subjected to a prior dehydration stress were seen to have altered transcriptional responses during a subsequent dehydration stress for up to 5 days after the initial stress. The abscisic acid (ABA) inducible RD29B gene of Arabidopsis thaliana was strongly induced after the first stress and displayed transcriptional memory with transcript levels nine-fold higher during the second dehydration stress. These increased transcript levels were due to an increased rate of transcription and are associated with an altered chromatin template during the recovery interval between the dehydration stresses. Here we use a combination of promoter deletion/substitutions, mutants in the trans-acting transcription factors and their upstream protein kinases, and treatments with exogenous ABA or dehydration stress to advance our understanding of the features required for transcriptional memory of RD29B. ABA Response Elements (ABREs) are sufficient to confer transcriptional memory on a minimal promoter, although there is a context effect from flanking sequences. Different mutations in Snf1 Related Protein Kinase 2 (SnRK2) genes positively and negatively affected the response, suggesting that this effect is important for transcriptional memory. Although exogenous ABA treatments could prime transcriptional memory, a second ABA treatment was not sufficient to activate transcriptional memory. Therefore, we concluded that transcriptional memory requires ABA and an ABA-independent factor that is induced or activated by a subsequent dehydration stress and directly or indirectly results in a more active RD29B chromatin template. These results advance our knowledge of the cis- and trans-acting factors that are required for transcriptional memory of RD29B. © 2014 The Authors The Plant Journal © 2014 John Wiley & Sons Ltd.

  13. Leveraged Public to Private Transactions in the UK

    NARCIS (Netherlands)

    Renneboog, L.D.R.; Simons, T.; Wright, M.

    2005-01-01

    This paper examines the magnitude and the sources of the expected shareholder gains in UK public to private transactions (PTPs) in the second wave from 1997-2003.Pre-transaction shareholders on average receive a premium of 40% and the share price reaction to the PTP announcement is about 30%.The

  14. How vulnerable is the emissions market to transaction costs?: An ABMS Approach

    International Nuclear Information System (INIS)

    Lee, Kangil; Han, Taek-Whan

    2016-01-01

    The impact of transaction costs on the early emissions trading market is examined by applying an agent-based model and simulation (ABMS) approach. For a realistic model set up, bounded rationality, stochastic characteristics, and learning-by-doing are considered in our search processes. Marginal abatement cost parameters are obtained from Yoo et al. (2010), which is an experimental study on the emissions trading in the Korean power sector. Sensitivity analyses are performed on market performance indices with regard to transaction cost parameters, which represent scales and the learning elasticities of transaction costs. A total of 960 simulations were run in this sensitivity analysis. Sensitivity analysis results consistently show that higher transaction costs worsen market performance. The most remarkable finding in these results is that welfare performance of all the transactions decreases by up to 50% as the scale parameters of transaction costs increase, implying that welfare gain from introducing emissions trading disappears significantly. However, with learning curve effect, welfare performance could be regained by up to 26%. In sum, although transaction costs significantly encroach upon trade gains at the early stage, based on our simulation results, the welfare loss by way of transaction costs is lessened as the knowledge of market participants progresses. - Highlights: • Impact of transaction costs on small and early, primitive emissions trading market • Bounded Rationality (BR) and Zero Intelligence Plus (ZIP) agents concept • Marginal Abatement Cost (MAC) parameters delineate Korean power companies • With transaction costs, welfare gain from trade found to be shrunken • As learning proceeds, welfare loss is reduced

  15. Understanding the application of OSC policy 9.1 during a takeover transaction

    International Nuclear Information System (INIS)

    Hayduk, M.F.; Rasmuson, M.A.

    1998-01-01

    Legal aspects of ownership of publicly traded companies in Canada are explored, with particular emphasis on transactions involving 'related parties'. In this context, Policy 9.1 of the Ontario Securities Commission is examined. The policy seeks to enhance minority shareholder protection by providing for independent valuation, majority of minority approval, enhanced disclosure and review of substantial transactions by independent directors. This paper focuses on four types of transactions governed by Policy 9.1, i.e. insider bids, issuer bids, going private transactions, related party transactions and the recent proposed rule reformulation proposed by the Ontario Securities Commission (OSC)

  16. Providing hedging protection for the transaction

    International Nuclear Information System (INIS)

    Richardson, D.W.

    1999-01-01

    This presentation dealt with methods for assessing commodity price risk in an asset transaction; the setting of risk management objectives; building hedging into the financing; and internal reporting and accounting to mitigate trading risks. It also provided some recent examples of successful hedging in gas asset transactions. The objectives of risk management and the nature of hedging and speculation were explored. An approach to price risk management was proposed. The development of price risk management tools, and techniques for managing risks involving interest rates, foreign exchange, and commodities were examined. figs

  17. A transactional framework for pediatric rehabilitation: shifting the focus to situated contexts, transactional processes, and adaptive developmental outcomes.

    Science.gov (United States)

    King, Gillian; Imms, Christine; Stewart, Debra; Freeman, Matt; Nguyen, Tram

    2018-07-01

    A paradigm shift is taking place in pediatric rehabilitation research, practice, and policy - a shift towards the real-life contexts of clients rather than requiring clients to navigate the world of pediatric rehabilitation. This article proposes a conceptual framework to bring about a broader awareness of clients' lives and transactional processes of change over the life course. The framework draws attention to transactional processes by which individuals, situated in life contexts, change and adapt over the life course and, in turn, influence their contextual settings and broader environments. This framework is based on (a) basic tenets derived from foundational theories taking a life course perspective to change, and (b) transactional processes identified from relevant pediatric rehabilitation models that bring these foundational theories into the pediatric rehabilitation sphere. The framework identifies three types of transactional processes relevant to pediatric rehabilitation: facilitative, resiliency, and socialization processes. These processes describe how contexts and people mutually influence each other via opportunities and situated experiences, thus facilitating capacity, adaptation to adversity, and socialization to new roles and life transitions. The utility of the framework is considered for research, practice, service organizations, and policy. Implications for Rehabilitation The framework supports practitioners going beyond person and environment as separate entities, to provide services to the "situated person" in real-life contexts The framework shifts the focus from "body structures/functions" and "person in activity" to "person in changing and challenging life contexts" Working from a transactional perspective, practitioner-client conversations will change; practitioners will view client situations through a lens of opportunities and experiences, assess client experiences in real-life contexts, and strive to create context-based therapy

  18. DETERMINANTS OF RURAL FARMERS PREFERENCE FOR CASH-LESS TRANSACTIONS IN IMO STATE

    Directory of Open Access Journals (Sweden)

    Igwe Ikenna UKOHA

    2017-04-01

    Full Text Available The preference for cash-less transaction by Nigerians cannot be exaggerated, but despite its patronage, there exist limited access and utilization of the cash-less technologies among farmers in South-East Nigeria. The study analysed the determinants of rural farmers’ preference for cash-less transactions in Imo state, South-East Nigeria. Multi-stage sampling technique was employed in selection of 100 farmers for the study. The determinant of rural farmers’ preference for cash-less transactions in Imo State, was achieved using logit model. The result of the analysis showed that age (5%, gender (10% education levels of the farmers (1%, user friendliness of technologies (5%, transaction charge (5% and security of transactions (5% were found to be the major determinants of farmers preference for cash-less transactions based on their levels of significance. Centred on the findings, the study recommended the strengthening of the use of cash-less transaction by farmers by providing a favourable financial environment through better orientation programs, so as to enable a smooth transition from a cash-based economy to cash-less economy.

  19. Corporate Governance and Related Parties Transactions - Evidence from Romanian Listed Companies

    Directory of Open Access Journals (Sweden)

    Iuliana Oana MIHAI

    2017-06-01

    Full Text Available The objective of this work is to offer contributions to improve the understanding of related party transactions. Our goal is to explore the role of related party transactions from the perspective of company�s corporate governance environment. Even though there is a growing interest in related party transactions, there is little academic literature to understand the nature of related party transactions and their economic consequences. Our study was conducted on a sample of 40 companies listed companies on Bucharest Stock Exchange activating in manuafacuring sector. Our objective was to analyse the way the companies follow the requirements of transparency of related party transaction. Based on our observations on companies� financial reports and companies web-sites, the level of transparency between these companies was reflected by an index estimated from producers� scores on Likert-type scales (one to five that showed to what extent they disclose or not disclose information such as relationship between parents and subsidiaries, key management personnel compensation, the value of transactions with related parties or separate disclosure for the group entities.

  20. A survey on the history of transaction management: from flat to grid transactions

    NARCIS (Netherlands)

    Wang, T.; Vonk, J.; Kratz, B.; Grefen, P.W.P.J.

    2008-01-01

    Transactions have been around since the Seventies to provide reliable information processing in automated information systems. Originally developed for simple ‘debit-credit’ style database operations in centralized systems, they have moved into much more complex application domains including aspects

  1. 24 CFR 100.110 - Discriminatory practices in residential real estate-related transactions.

    Science.gov (United States)

    2010-04-01

    ... residential real estate-related transactions. 100.110 Section 100.110 Housing and Urban Development... Discrimination in Residential Real Estate-Related Transactions § 100.110 Discriminatory practices in residential real estate-related transactions. (a) This subpart provides the Department's interpretation of the...

  2. A TRANSACTION COST ANALYSIS OF MICROPAYMENTS IN MOBILE COMMERCE

    Directory of Open Access Journals (Sweden)

    Daniel Gille

    2012-07-01

    Full Text Available Personalised, location-related and differentiated services in the mobile digitaleconomy create a demand for suitable pricing models. In the case of disaggregated“microservices” (e.g., small digitalized information or service units, as well as for theacquisition of low-value physical goods, the deployment of micropayments seemsappropriate.This paper analyzes the economic efficiency of marginal transaction amounts in the mcommercearea by applying the theoretical approach of transaction cost economics. Forthis purpose, a separation of technical and cognitive transaction costs is applied. Theinfluence of selected determinants such as specifity, uncertainty and bounded rationality ontransaction costs in mobile commerce micropayments is analyzed. The result is a morelikely application of micropayments for physical goods such as beverages or parking ticketsthan for digital goods and services, given the theoretical assumptions of the model. Inaddition, indicators for a significant above-zero lower limit of transaction amounts inmobile commerce are presented.

  3. Measuring the influence of networks on transaction costs using a non-parametric regression technique

    DEFF Research Database (Denmark)

    Henningsen, Géraldine; Henningsen, Arne; Henning, Christian H.C.A.

    All business transactions as well as achieving innovations take up resources, subsumed under the concept of transaction costs. One of the major factors in transaction costs theory is information. Firm networks can catalyse the interpersonal information exchange and hence, increase the access to non......-public information so that transaction costs are reduced. Many resources that are sacrificed for transaction costs are inputs that also enter the technical production process. As most production data do not distinguish between these two usages of inputs, high transaction costs result in reduced observed productivity...

  4. 31 CFR 585.513 - Transactions related to telecommunications authorized.

    Science.gov (United States)

    2010-07-01

    ... telecommunications authorized. 585.513 Section 585.513 Money and Finance: Treasury Regulations Relating to Money and... Transactions related to telecommunications authorized. (a) All transactions of U.S. common carriers with respect to the receipt and transmission of telecommunications involving the FRY (S&M) are authorized...

  5. 31 CFR 586.510 - Transactions related to telecommunications authorized.

    Science.gov (United States)

    2010-07-01

    ... telecommunications authorized. 586.510 Section 586.510 Money and Finance: Treasury Regulations Relating to Money and... Licensing Policy § 586.510 Transactions related to telecommunications authorized. All transactions with respect to the receipt and transmission of telecommunications involving the FRY (S&M) are authorized. This...

  6. A Template Model for Multidimensional Inter-Transactional Association Rules

    NARCIS (Netherlands)

    Feng, L.; Yu, J.X.; Lu, H.J.; Han, J.W.

    2002-01-01

    Multidimensional inter-transactional association rules extend the traditional association rules to describe more general associations among items with multiple properties across transactions. “After McDonald and Burger King open branches, KFC will open a branch two months later and one mile away��?

  7. 31 CFR 515.404 - Transactions between principal and agent.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Transactions between principal and agent. 515.404 Section 515.404 Money and Finance: Treasury Regulations Relating to Money and Finance... transaction were in no way affiliated or associated with each other. ...

  8. 31 CFR 500.404 - Transactions between principal and agent.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Transactions between principal and agent. 500.404 Section 500.404 Money and Finance: Treasury Regulations Relating to Money and Finance... transaction were in no way affiliated or associated with each other. ...

  9. Modeling an Application's Theoretical Minimum and Average Transactional Response Times

    Energy Technology Data Exchange (ETDEWEB)

    Paiz, Mary Rose [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2015-04-01

    The theoretical minimum transactional response time of an application serves as a ba- sis for the expected response time. The lower threshold for the minimum response time represents the minimum amount of time that the application should take to complete a transaction. Knowing the lower threshold is beneficial in detecting anomalies that are re- sults of unsuccessful transactions. On the converse, when an application's response time falls above an upper threshold, there is likely an anomaly in the application that is causing unusual performance issues in the transaction. This report explains how the non-stationary Generalized Extreme Value distribution is used to estimate the lower threshold of an ap- plication's daily minimum transactional response time. It also explains how the seasonal Autoregressive Integrated Moving Average time series model is used to estimate the upper threshold for an application's average transactional response time.

  10. COULD SOCIOECONOMIC METABOLISM BE MOLDED BY TRANSACTION COSTS?

    Directory of Open Access Journals (Sweden)

    RALUCA I. IORGULESCU

    2017-06-01

    Full Text Available Two key issues that shape the economic development and growth of a country are the independence and effectiveness of the judicial system and the level of bureaucracy. The theory of transaction costs, developed, among others, by Douglass C. North, explores both. Increasing the independence and effectiveness of the judicial system reduces corruption and protects private property and economic freedom while reducing bureaucracy is absolutely necessary to increase a country's competitiveness by lowering the cost and increasing the speed of transactions. This paper introduces the transaction costs approach, the concept of ‘socioeconomic/societal metabolism’ and takes advantage of the Multi-Scale Integrated Analysis of Societal and Ecosystem Metabolism (MuSIASEM to examine how the ‘socioeconomic/societal metabolism’ could be impacted.

  11. 26 CFR 157.5891-1 - Imposition of excise tax on structured settlement factoring transactions.

    Science.gov (United States)

    2010-04-01

    ... settlement factoring transactions. 157.5891-1 Section 157.5891-1 Internal Revenue INTERNAL REVENUE SERVICE... SETTLEMENT FACTORING TRANSACTIONS Tax on Structured Settlement Factoring Transactions § 157.5891-1 Imposition of excise tax on structured settlement factoring transactions. (a) In general. Section 5891 imposes...

  12. The transaction costs driving captive power generation: Evidence from India

    International Nuclear Information System (INIS)

    Ghosh, Ranjan; Kathuria, Vinish

    2014-01-01

    The 2003 Indian Electricity Act incentivizes captive power production through open access in an attempt to harness all sources of generation. Yet, we observe that only some firms self-generate while others do not. In this paper we give a transaction cost explanation for such divergent behavior. Using a primary survey of 107 firms from India, we construct a distinct variable to measure the transaction-specificity of electricity use. The ‘make or buy’ decision is then econometrically tested using probit model. Results are highly responsive to transaction-specificity and the likelihood of captive power generation is positively related to it. At the industrial level, this explains why food and chemical firms are more likely to make their own electricity. Since the burden of poor grid supply is highest on smaller sized and high transaction-specific firms, the grid access policies need to account for firm-level characteristics if government wants to incentivize captive power generation. - Highlights: • We analyze why some firms opt for captive power generation while others do not. • We examine the role of transaction costs in this decision making using probit model. • Unique data from a primary survey of manufacturing firms in Andhra Pradesh, India. • Transaction-specificity significantly determines who installs captive power plant (CPP). • Firm-level characteristics crucial in policies incentivizing captive generation

  13. 31 CFR 515.511 - Transactions by certain business enterprises.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Transactions by certain business enterprises. 515.511 Section 515.511 Money and Finance: Treasury Regulations Relating to Money and Finance... Licenses, Authorizations, and Statements of Licensing Policy § 515.511 Transactions by certain business...

  14. 31 CFR 500.511 - Transactions by certain business enterprises.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Transactions by certain business enterprises. 500.511 Section 500.511 Money and Finance: Treasury Regulations Relating to Money and Finance... Licenses, Authorizations and Statements of Licensing Policy § 500.511 Transactions by certain business...

  15. The price impact of block transactions in the Netherlands

    NARCIS (Netherlands)

    de Jong, Abe; Marra, Teye; van Beusichem, Herman Clasinus

    2016-01-01

    In this paper, the authors analyse the stock price effects of block transactions and the disclosure thereof for Dutch firms. The authors measure a significant positive price effect for block purchases directly around the transaction date, but not for block sales. The authors do not measure a

  16. Automated Measurement and Signaling Systems for the Transactional Network

    Energy Technology Data Exchange (ETDEWEB)

    Piette, Mary Ann; Brown, Richard; Price, Phillip; Page, Janie; Granderson, Jessica; Riess, David; Czarnecki, Stephen; Ghatikar, Girish; Lanzisera, Steven

    2013-12-31

    The Transactional Network Project is a multi-lab activity funded by the US Department of Energy?s Building Technologies Office. The project team included staff from Lawrence Berkeley National Laboratory, Pacific Northwest National Laboratory and Oak Ridge National Laboratory. The team designed, prototyped and tested a transactional network (TN) platform to support energy, operational and financial transactions between any networked entities (equipment, organizations, buildings, grid, etc.). PNNL was responsible for the development of the TN platform, with agents for this platform developed by each of the three labs. LBNL contributed applications to measure the whole-building electric load response to various changes in building operations, particularly energy efficiency improvements and demand response events. We also provide a demand response signaling agent and an agent for cost savings analysis. LBNL and PNNL demonstrated actual transactions between packaged rooftop units and the electric grid using the platform and selected agents. This document describes the agents and applications developed by the LBNL team, and associated tests of the applications.

  17. R&D Cooperation Between Firms---A Perceived Transaction Cost Perspective

    OpenAIRE

    Klaus Brockhoff

    1992-01-01

    Transaction cost is considered as an explanatory variable for the choice between markets and various organizational arrangements for performing some predefined tasks, such as engaging in private R&D. With respect to R&D cooperation between firms, we show that the perception of high transaction cost is related to certain characteristics of the firm and to the type of R&D task. We also show a relationship between the perception of transaction cost and the perceived success of the cooperation. T...

  18. Adaptive salinity management in the Murray-Darling Basin: a transaction cost study

    Science.gov (United States)

    Loch, A. J.

    2017-12-01

    Transaction costs hinder or promote effective management of common good resource intertemporal externalities. Appropriate policy choices may reduce externalities and improve social welfare, and transaction cost analysis can help to evaluate policy choices. However, without measurement of relevant transaction costs such policy evaluation remains challenging. This article uses a time series dataset of salinity management program to test theory aimed at transaction cost-based policy evaluation and adaptive resource management over a period of 30 years worth of data. We identify peaks and troughs in transaction costs over time, lag-effects in program expenditure, and calculate the decay in transaction cost impacts. We conclude that Australian salinity management programs are achieving flexible institutional outcomes and effective policy arrangements with long-term benefits. Proposed changes to the program moving forward add weight to our assertions of adaptive strategies, and illustrate the value of the novel data-driven tracnsaction cost analysis approach for other jurisdictions.

  19. INTER-BANK CALL MONEY MARKET TRANSACTION IN INDONESIA

    Directory of Open Access Journals (Sweden)

    Aries Haryadi

    2013-10-01

    Full Text Available AbstractThis study analyzes the effect of Indonesian Bank loan, the amount of demand deposits, and the Indonesia economic crisis in 1997 on the interbank call money market transactions in Indonesia using a multiple linear regression method. This study finds that the variables influencing the interbank call money market transactions are the interest rate of interbank call money market and the check money. Both variables have positive effect on the interbank money market transactions in Indonesia.Keywords: Loans, Interest Rate, Check Money, Monetary Crisis, Interbank Money Market TransactionsJEL Classification Numbers: G21, G28AbstrakPenelitian ini menganalisis pengaruh pinjaman Bank Indonesia terhadap tingkat bunga pasar uang antar bank, jumlah uang giral, dan krisis ekonomi Indonesia tahun 1997 terhadap transaksi pasar uang antar bank di Indonesia menggunakan metode regresi linier berganda. Penelitian ini menemukan bahwa variabel yang berpengaruh terhadap transaksi pasar uang antar bank tersebut adalah tingkat bunga pasar uang antar bank dan jumlah uang giral. Dua variabel tersebut berpengaruh positif terhadap transaksi pasar uang antar bank di Indonesia.Keywords: Pinjaman, Tingkat Bunga, Uang Giral, Krisis Moneter, Transaksi Pasar Uang antar BankJEL Classification Numbers: G21, G28

  20. Disclosure requirements for merger and acquisition transactions

    International Nuclear Information System (INIS)

    Holm, D.I.

    1998-01-01

    The legal disclosure requirements for merger and acquisition transactions involving Canadian public companies are described. The focus is on issues regarding merger and acquisition related disclosure, including the potential consequences of failing to provide proper information, Ontario Securities Commission Policy 9.1 considerations regarding valuation, review, and approval, cross border considerations and financing a merger and acquisition transaction. Legal and practical consequences for failing to provide proper disclosure, including the steps involved in establishing the due diligence defence, are also discussed

  1. 17 CFR 32.11 - Suspension of commodity option transactions.

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 1 2010-04-01 2010-04-01 false Suspension of commodity option... REGULATION OF COMMODITY OPTION TRANSACTIONS § 32.11 Suspension of commodity option transactions. (a... accept money, securities or property in connection with, the purchase or sale of any commodity option, or...

  2. Transaction Costs, the Phenomenon of the Trading House and Economic Organization

    Directory of Open Access Journals (Sweden)

    Kiryanov Igor, V.

    2015-12-01

    Full Text Available The present paper contains a study of the phenomenon of company’s specific internal divisions called “trading house”. The analysis of different approaches (based on results obtained by R. Coase and O. Williamson towards the problem of impact of transaction cost on company size leads to the following conclusion: the company size mostly depends on its institutional architecture which includes specific divisions that ensure outsourcing of intergroup transaction cost. I propose to call these divisions centers of transaction cost. I suppose that the wide popularity of trading houses among companies belonging to different branches can be explained by the fact that a trading house is mostly used not as selling and purchasing division, but as a center of transaction cost that concentrates the biggest transaction cost (by its share within company’s general expenses. This reasoning leads to possibility of existence of a set of methodological principles that allow to build up an a priori model of expanding company. The process of expansion represents a series of inclusion of centers of transactions cost by the company after institutional advantages of an earlier institutional architecture disappear. This methodology allows to set up a classification between a classical company as a structure with low level of integration and frozen institutional architecture and an economic organization that represents an explicitly constructed composition including centers of transaction cost that help to extend the transformational space of an expanding company.

  3. Modelling Real Property Transactions

    DEFF Research Database (Denmark)

    Stubkjær, Erik

    2002-01-01

    for more elaborated concept sets - for a theoretical basis - was among the motives for proposing a concerted research project: Modelling Real Property Transactions. Researchers from 11 European countries co-operate in the project that gained status as a COST action as of March 1st 2001. The majority...

  4. Modelling Real Property Transactions

    DEFF Research Database (Denmark)

    Stubkjær, Erik

    2003-01-01

    Der er store forskelle i financieringsomkostningerne ved hussalg i forskellige lande. Er disse forskelle nødvendige? og kan udgifterne reduceres? Sådanne spørgsmål søger forskningsprojektet ?Modelling Real Property Transactions?, officielt sat i værk indenfor rammerne af COST (European Co...

  5. Tax-driven Bunching of Housing Market Transactions: The Case of Hong Kong

    OpenAIRE

    Charles Ka Yui Leung; Tin Cheuk Leung; Kwok Ping Tsang

    2015-01-01

    We study the implications of a property market transaction tax. As property buyers are obligated to pay a transaction tax (¡§stamp duty¡¨ or SD) where the rate increases with the value of the transaction, there are incentives to trade at the cutoff points of the tax schedule or just below them. Thus, both ¡§bunching in transactions¡¨ and ¡§underpricing¡¨ should be observed near those cutoffs. Furthermore, the bunching points should change with the tax schedule. We confirm these conjectures wi...

  6. Money laundering: correlation between risk assessment and suspicious transactions

    Directory of Open Access Journals (Sweden)

    Sonja Cindori

    2013-06-01

    Full Text Available The risk assessment system was introduced in the Republic of Croatia in 2009, as a result of harmonization with international standards, especially the Directive 2005/60/EC on the prevention of the use of the financial system for the purpose of money laundering and terrorist financing. Risk assessment is an extensive concept which requires not only a legislative framework, but also the application of numerous criteria for its effective implementation in practice. Among these criteria are suspicious transactions, closely related to the assessment of the customer, transaction, product or service.The undeniable contribution of suspicious transactions to the quality of the risk assessment system will be confirmed by a statistical analysis of a number of West and East European countries. A combination of strict, but sufficiently flexible legal provisions governing the system for prevention of money laundering and terrorist financing and a statistical analysis of reported suspicious transactions will lead to conclusions that either support or represent criticism of the efficiency of application of the risk assessment system in practice.The aforementioned statistical analysis will show whether suspicious transactions are a reliable criterion for the risk assessment analysis, and whether they can be considered the only such criterion. There is a possibility that the findings of the analysis will be contradictory to those of some international studies.

  7. Transactional Mechanism of Territorial Administration: Conceptualisation and Systematization of Elements

    Directory of Open Access Journals (Sweden)

    Elena Аleksandrovna Petrova

    2016-12-01

    Full Text Available The concept of transaction expenses developed by R. Coase allows to consider functioning of economy and its agents from the information viewpoint. This viewpoint implies that information exchange between agents and the urge to overcome information incompleteness start playing the crucial role. Transaction expenses are information exchange costs for the purpose of elimination (reduction of its incompleteness and the related uncertainty. R. Coase showed that creation and the size of firms are closely connected with the urge to minimize transaction expenses. Traditionally transaction expenses are associated with functioning of firms, however, the state actively participates in economy, for example, through formation of tax policy. Besides, financing of the public benefits takes place on the basis of collective decisions. But collective character of the decision causes interest, though smaller in comparison with the private choice, in the maximum efficiency of the decision. It is ensured by two factors: firstly, the position of an individual is not of great importance at collective decision-making; secondly, an individual is responsible for a small part of benefits and expenses which are formed in the course of decision implementation. The article deals with the concept of transaction costs, and systematically occurring types of transaction costs in the following groups: search information costы, the cost of negotiating, measuring costs, the costs of specification and protection of property rights, the costs of opportunistic behavior, the cost of “politicizing”, the costs of collective decisionmaking, influence costs. The authors propose a model of transaction mechanism of territorial administration, which includes the following elements: economic entities; a goal determined by system of indicators; methods; instruments; channels; forms of target use; landmark feedback on the system; subject to the experience stage of modernization; criteria

  8. SystemC Transaction-Level Modeling of an MPSoC Platform Based on an Open Source ISS by Using Interprocess Communication

    Directory of Open Access Journals (Sweden)

    Sami Boukhechem

    2008-01-01

    Full Text Available Transaction-level modeling (TLM is a promising technique to deal with the increasing complexity of modern embedded systems. This model allows a system designer to model a complete application, composed of hardware and software parts, at several levels of abstraction. For this purpose, we use systemC, which is proposed as a standardized modeling language. This paper presents a transaction-level modeling cosimulation methodology for modeling, validating, and verifying our embedded open architecture platform. The proposed platform is an open source multiprocessor system-on-chip (MPSoC platform, integrated under the synthesis tool for adaptive and reconfigurable system-on-chip (STARSoC environment. It relies on the integration between an open source instruction set simulators (ISSs, OR1Ksim platform, and the systemC simulation environment which contains other components (wishbone bus, memories, …, etc.. The aim of this work is to provide designers with the possibility of faster and efficient architecture exploration at a higher level of abstractions, starting from an algorithmic description to implementation details.

  9. Emissions trading to combat climate change: The impact of scheme design on transaction costs

    OpenAIRE

    Betz, Regina

    2006-01-01

    This paper explores the likely impact of emissions trading design on transaction costs. Transaction costs include both the costs for the private sector to comply with the scheme rules and the costs of scheme administration. In economic theory transaction costs are often assumed to be zero. But transaction costs are real costs and there is no reason for treating them differently to other costs. Thus, in setting up an emissions trading scheme, transaction costs have to be taken into account in ...

  10. 25 CFR 117.23 - Transactions between guardian and ward.

    Science.gov (United States)

    2010-04-01

    ... 25 Indians 1 2010-04-01 2010-04-01 false Transactions between guardian and ward. 117.23 Section... COMPETENCY § 117.23 Transactions between guardian and ward. Business dealings between the guardian and his ward involving the sale or purchase of any property, real or personal, by the guardian to or from the...

  11. A State-Based Modeling Approach for Efficient Performance Evaluation of Embedded System Architectures at Transaction Level

    Directory of Open Access Journals (Sweden)

    Anthony Barreteau

    2012-01-01

    Full Text Available Abstract models are necessary to assist system architects in the evaluation process of hardware/software architectures and to cope with the still increasing complexity of embedded systems. Efficient methods are required to create reliable models of system architectures and to allow early performance evaluation and fast exploration of the design space. In this paper, we present a specific transaction level modeling approach for performance evaluation of hardware/software architectures. This approach relies on a generic execution model that exhibits light modeling effort. Created models are used to evaluate by simulation expected processing and memory resources according to various architectures. The proposed execution model relies on a specific computation method defined to improve the simulation speed of transaction level models. The benefits of the proposed approach are highlighted through two case studies. The first case study is a didactic example illustrating the modeling approach. In this example, a simulation speed-up by a factor of 7,62 is achieved by using the proposed computation method. The second case study concerns the analysis of a communication receiver supporting part of the physical layer of the LTE protocol. In this case study, architecture exploration is led in order to improve the allocation of processing functions.

  12. Impact of multilateral congestion management on the reliability of power transactions

    International Nuclear Information System (INIS)

    Rodrigues, A.B.; Da Silva, M.G.

    2003-01-01

    The restructuring of the electricity industry has caused an increase in the number of transactions in the energy market. These transactions are defined by market forces without considering operational constraints of the transmission system. Consequently, there are transactions that cause congestion in the transmission network. This paper has as objective to assess the impact of multilateral congestion management on the reliability of power transactions. This assessment is based on reliability indices such as expected power curtailments, curtailment probability, expected cost of congestion management and probability distributions of the total power curtailment. Tests results with IEEE RTS-1996 demonstrate that the multilateral management results in smaller curtailments and congestion costs than traditional bilateral management. (author)

  13. Analysis of transaction costs for the supply and demand for wood fuels

    International Nuclear Information System (INIS)

    Roos, A.; Bohlin, F.; Hektor, B.; Hillring, B.; Parikka, M.

    2001-12-01

    The objective of the project was to analyse the importance of transaction costs for the supply and demand for woodfuels in Sweden. The project covered the period of great expansion of woodfuel use in the district heating sector, from 1980 until present. It uses literature studies, case studies and surveys. New institutional theory and transaction cost theory was applied. Several transaction costs have influenced both supply from the forest owners and demand from the main users, the district heating plants. Many of these transaction costs have been reduced by the market players, through learning, technical improvements and institutional innovations. Actions to reduce transaction costs have accompanied technical improvements of handling and transport. Strategies for woodfuel procurement have also been analysed. Important conclusions of the project for a change in the energy system are presented

  14. Realisation of functions of planning and organisation in the system of management of transaction expenses

    Directory of Open Access Journals (Sweden)

    Krush Peter V.

    2014-01-01

    Full Text Available The goal of the article lies in building a functional model of management of transaction expenses of an enterprise with specification of stages of realisation of planning functions in an organisation. In the result of the study the article marks out functions of management of transaction expenses, which ensure transformation of incoming (financial resources into outgoing ones (optimised transaction expenses. The article identifies stages of realisation of “Planning transaction expenses” and “Organisation of management of transaction expenses” functions. It characterises in detail responsibilities of enterprise subdivisions that deal with management of transaction expenses. It establishes that the original element of the planning function is the budget of transaction expenses for a planning period and organisation – job descriptions of employees with detailed description of their duties and authorities, rights and obligations. The prospect of further scientific developments is study of stages of realisation of such management functions as “Motivation of personnel on rational use of funds and management of transaction expenses”, “Control over the state of management of transaction expenses” and “Regulation of the process of management of transaction expenses” of enterprises.

  15. 7 CFR 1927.53 - Costs of title clearance and closing of transactions.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 12 2010-01-01 2010-01-01 false Costs of title clearance and closing of transactions... and Loan Closing § 1927.53 Costs of title clearance and closing of transactions. The borrower or the... payment of all costs of title clearance and closing of the transaction and will arrange for payment before...

  16. A Mechanically Proved and an Incremental Development of the Session Initiation Protocol INVITE Transaction

    Directory of Open Access Journals (Sweden)

    Rajaa Filali

    2014-01-01

    Full Text Available The Session Initiation Protocol (SIP is an application layer signaling protocol used to create, manage, and terminate sessions in an IP based network. SIP is considered as a transactional protocol. There are two main SIP transactions, the INVITE transaction and the non-INVITE transaction. The SIP INVITE transaction specification is described in an informal way in Request for Comments (RFC 3261 and modified in RFC 6026. In this paper we focus on the INVITE transaction of SIP, over reliable and unreliable transport mediums, which is used to initiate a session. In order to ensure the correctness of SIP, the INVITE transaction is modeled and verified using event-B method and its Rodin platform. The Event-B refinement concept allows an incremental development by defining the studied system at different levels of abstraction, and Rodin discharges almost all proof obligations at each level. This interaction between modeling and proving reduces the complexity and helps in assuring that the INVITE transaction SIP specification is correct, unambiguous, and easy to understand.

  17. Implementation and Analysis of the use of the Blockchain Transactions on the Workings of the Bitcoin

    Science.gov (United States)

    Rizky Fauzi, Muhammad Reza; Michrandi Nasution, Surya; Paryasto, Marisa W.

    2017-11-01

    The present study discusses the workings of blockchain bitcoin in the transactions sector, on the development of today’s emerging computers in the financial sector of blockchain bitcoin traction. In this case the author analyzes how the transaction is running, as well as how blockchain bitcoin is doing work in transactions on the system to make transactions. Transaction is a data structure that encodes the transfer of values between users with in a bitcoin system. Every transaction is a public entry in this bitcoin blockchain. And become a large transaction bookkeeping global.

  18. 27 CFR 555.127 - Daily summary of magazine transactions.

    Science.gov (United States)

    2010-04-01

    ... 27 Alcohol, Tobacco Products and Firearms 3 2010-04-01 2010-04-01 false Daily summary of magazine....127 Daily summary of magazine transactions. In taking the inventory required by §§ 555.122, 555.123... transactions to be kept at each magazine of an approved storage facility; however, these records may be kept at...

  19. Plural Governance: A Modified Transaction Cost Model

    DEFF Research Database (Denmark)

    Mols, Niels Peter; Menard, Claude

    2014-01-01

    Plural governance is a form of governance where a firm both makes and buys similar goods or services. Despite a widespread use of plural governance there are no transaction cost models of how plural governance affects performance. This paper reviews the literature about plural forms and proposes...... a model relating transaction cost and resource-based variables to the cost of the plural form. The model is then used to analyze when the plural form is efficient compared to alternative governance structures. We also use the model to discuss the strength of three plural form synergies....

  20. Determinants of Transactions Costs in the Brazilian Stock Market

    Directory of Open Access Journals (Sweden)

    Antonio Zoratto Sanvicente

    2012-06-01

    Full Text Available The Lesmond (2005 method for estimating transactions costs, based on a limited-dependent variable model, is used in order to test for the significance of plausible explanations for cross sectional cost differences. Variables such as liquidity, volatility, firm size, quality of corporate governance and participation in ADR programs are considered, in addition to the possible impact of the 2008 crisis. Daily data for 1999-2009 are used, covering at least 250 securities each year. The average total transaction cost declined from 2.95% in 1999 to 1.22% in 2009. Stock volatility and quality of corporate governance appear to be the most relevant factors associated with the measure of transactions cost.

  1. 78 FR 56769 - Genesee & Wyoming Inc.-Corporate Family Transaction Exemption

    Science.gov (United States)

    2013-09-13

    ... unnecessary intermediate subsidiaries, which will save unnecessary accounting and corporate maintenance. This... Inc.--Corporate Family Transaction Exemption Genesee & Wyoming Inc. (GWI), a noncarrier holding company, filed a verified notice of exemption under 49 CFR 1180.2(d)(3) for a corporate family transaction...

  2. Parallel transaction processing in functional languages, towards practical functional databases

    NARCIS (Netherlands)

    Wevers, L.; Huisman, Marieke; de Keijzer, Ander

    2013-01-01

    This paper shows how functional languages can be adapted for transaction processing, and discusses the implementation of a parallel runtime system for such functional transaction processing languages. We extend functional languages with current state variables and result state variables to allow the

  3. Transaction aware tape-infrastructure monitoring

    International Nuclear Information System (INIS)

    Nikolaidis, Fotios; Kruse, Daniele Francesco

    2014-01-01

    Administrating a large scale, multi protocol, hierarchical tape infrastructure like the CERN Advanced STORage manager (CASTOR)[2], which stores now 100 PB (with an increasing step of 25 PB per year), requires an adequate monitoring system for quick spotting of malfunctions, easier debugging and on demand report generation. The main challenges for such system are: to cope with CASTOR's log format diversity and its information scattered among several log files, the need for long term information archival, the strict reliability requirements and the group based GUI visualization. For this purpose, we have designed, developed and deployed a centralized system consisting of four independent layers: the Log Transfer layer for collecting log lines from all tape servers to a single aggregation server, the Data Mining layer for combining log data into transaction context, the Storage layer for archiving the resulting transactions and finally the Web UI layer for accessing the information. Having flexibility, extensibility and maintainability in mind, each layer is designed to work as a message broker for the next layer, providing a clean and generic interface while ensuring consistency, redundancy and ultimately fault tolerance. This system unifies information previously dispersed over several monitoring tools into a single user interface, using Splunk, which also allows us to provide information visualization based on access control lists (ACL). Since its deployment, it has been successfully used by CASTOR tape operators for quick overview of transactions, performance evaluation, malfunction detection and from managers for report generation.

  4. THE IMPACT OF MERGER AND ACQUISITION TRANSACTIONS AT THE COMPANY AND INDUSTRY LEVEL

    Directory of Open Access Journals (Sweden)

    Elif Akben Selçuk

    2016-04-01

    Full Text Available The objective of this study is to provide a literature review consisting of studies investigating the impact of mergers and acquisition (M&A transactions at the micro and macro levels. The review has three different parts. In the first part, the focus is on the macro effects of M&A transactions and the impact of these transactions at the industry and market levels as well as their determinants are investigated. The second part comprises studies analyzing the effects of M&A transactions on the financial performance of the acquirer and target companies. In the third and final section, the factors affecting the financial performance changes as a result of M&A transactions are discussed.

  5. Provable Fair Document Exchange Protocol with Transaction Privacy for E-Commerce

    Directory of Open Access Journals (Sweden)

    Ren-Junn Hwang

    2015-04-01

    Full Text Available Transaction privacy has attracted a lot of attention in the e-commerce. This study proposes an efficient and provable fair document exchange protocol with transaction privacy. Using the proposed protocol, any untrusted parties can fairly exchange documents without the assistance of online, trusted third parties. Moreover, a notary only notarizes each document once. The authorized document owner can exchange a notarized document with different parties repeatedly without disclosing the origin of the document or the identities of transaction participants. Security and performance analyses indicate that the proposed protocol not only provides strong fairness, non-repudiation of origin, non-repudiation of receipt, and message confidentiality, but also enhances forward secrecy, transaction privacy, and authorized exchange. The proposed protocol is more efficient than other works.

  6. Components of the costs of controlling quality: a transaction cost economics approach.

    Science.gov (United States)

    Stiles, R A; Mick, S S

    1997-01-01

    This article identifies the components that contribute to a healthcare organization's costs in controlling quality. A central tenet of our argument is that at its core, quality is the result of a series of transactions among members of a diverse network. Transaction cost economics is applied internally to analyze intraorganizational transactions that contribute to quality control, and questions for future research are posed.

  7. 17 CFR 210.3A-04 - Intercompany items and transactions.

    Science.gov (United States)

    2010-04-01

    ... Financial Statements § 210.3A-04 Intercompany items and transactions. In general, there shall be eliminated intercompany items and transactions between persons included in the (a) consolidated financial statements being... FORM AND CONTENT OF AND REQUIREMENTS FOR FINANCIAL STATEMENTS, SECURITIES ACT OF 1933, SECURITIES...

  8. Transaction Costs, Property Rights, and Organizational Culture: An Exchange Perspective.

    Science.gov (United States)

    Jones, Gareth R.

    1983-01-01

    Applying the language of exchange theory, this paper analyses how organizational culture emerges out of the institutional arrangements developed to regulate the transactions between members. Transaction costs of social exchange, the characteristics and etiology of those institutional arrangements, and three ideal-typical cultural forms are…

  9. Optimization-based sale transactions and hydrothermal scheduling

    International Nuclear Information System (INIS)

    Prasannan, B.; Luh, P.B.; Zhang, L.

    1996-01-01

    Selling and purchasing power are important activities for utilities because of potential savings. When a selling utility presents an offer including prices, power levels and durations, a purchasing utility selects power levels and durations within the offered range subject to relevant constraints. The decisionmaking process is complicated because transactions are coupled with system demand and reserve, therefore decisions have to be made in conjunction with the commitment and dispatching of units. Furthermore, transaction decisions have to be made in almost real time in view of the competitiveness of the power market caused by deregulation. In this paper, transactions are analyzed from a selling utility's viewpoint for a system consisting of thermal, hydro and pumped-storage units. To effectively solve the problem, linear sale revenues are approximated by nonlinear functions, and non-profitable options are identified and eliminated from consideration. The multipliers are then updated at the high level by using a modified subgradient method to obtain near optimal solutions quickly. Testing results show that the algorithm produces good sale offers efficiently

  10. Transaction costs of raising energy efficiency

    Energy Technology Data Exchange (ETDEWEB)

    Ostertag, K.

    2003-07-01

    Part of the debate evolves around the existence and importance of energy saving potentials to reduce CO{sub 2} emissions that may be available at negative net costs, implying that the energy cost savings of one specific technology can actually more than offset the costs of investing into this technology and of using it. This so called ''no-regret'' potential would comprise measures that from a pure economic efficiency point of view would be ''worth undertaking whether or not there are climate-related reasons for doing so''. The existence of the no-regret potential is often denied by arguing, that the economic evaluation of the energy saving potentials did not take into account transaction costs. This paper will re-examine in more detail the concept of transaction costs as it is used in the current debate on no-regret potentials (section 1). Four practical examples are presented to illustrate how transaction costs and their determinants can be identified, measured and possibly influenced (section 2). In order to link the presented cases to modelling based evaluation approaches the implications for cost evaluations of energy saving measures, especially in the context of energy system modelling, will be shown (section 3). (author)

  11. International business transactions

    OpenAIRE

    Buczkowski, Bogdan

    2016-01-01

    Running a business on an international scale requires not only a substantial body of knowledge but also the ability to apply it in practice. That is why our textbook, with a vast collection of practical examples, discusses a wide variety of pertinent issues connected with business operations in international markets, from international market analysis, drafting business plans, concluding business transactions and the insurance of goods through to customs clearance procedures and professional ...

  12. Real-Time Wait-Free Queues using Micro-Transactions

    OpenAIRE

    Meawad, Fadi; Iyer, Karthik; Schoeberl, Martin; Vitek, Jan

    2011-01-01

    This paper evaluates the applicability of transactional mem- ory to the implementation of dierent non-blocking data structures in the context of the Real-time Specication for Java. In particular, we argue that hardware support for micro-transaction allows us to implement eciently data structures that are often dicult to realize with the atomic operations provided by stock hardware. Our main imple- mentation platform is the Java Optimized Processor sys- tem. We report on the performance of dat...

  13. Protecting Online Transactions with Unique Embedded Key Generators

    DEFF Research Database (Denmark)

    Boesgaard, Martin; Zenner, Erik

    2007-01-01

    We present a novel approach for protecting transactions over networks. While we use the example of a netbank application, the proposal is relevant for many security-critical transactions. The approach is based on two major changes compared to current solutions. The first one is the use...... difficult. In combination, these techniques allow to build a secure channel between the client program and the server, while current solutions only build such a channel between the client computer and the server....

  14. 17 CFR 31.13 - Financial reports of leverage transaction merchants.

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 1 2010-04-01 2010-04-01 false Financial reports of leverage... COMMISSION LEVERAGE TRANSACTIONS § 31.13 Financial reports of leverage transaction merchants. (a) Each... person must include with such financial report a statement describing the source of his current assets...

  15. Transactional Sex among Noninjecting Illicit Drug Users: Implications for HIV Transmission

    OpenAIRE

    Guimar?es, Rafael Alves; Rodovalho, Aur?lio Goulart; Fernandes, Inaina Lara; Silva, Graciele Cristina; de Felipe, Rodrigo Lopes; Vera, Iv?nia; Greg?rio, Val?ria Duarte; Lucchese, Roselma

    2016-01-01

    Noninjecting illicit drug users (NIDUs) present high risk for HIV infection, due especially to transactional sex. This study aimed to estimate the prevalence and risk factors for transactional sex among NIDUs in the Southwest region of Goi?s State, Central Brazil. The prevalence of self-reported transactional sex was 22.8%. Prevalence in women and men was 52.7% and 16.8%, respectively, a significant difference (p < 0.001). Crack use and history of sexually transmitted infections (STI) were ri...

  16. From Intra-transaction to Generalized Inter-transaction: Landscaping Multidimensional Contexts in Association Rule Mining

    NARCIS (Netherlands)

    Li, Q; Feng, L.; Wong, A.K.Y.

    The problem of mining multidimensional inter-transactional association rules was recently introduced in [ACM Trans. Inform. Syst. 18(4) (2000) 423; Proc. of the ACM SIGMOD Workshop on Research Issues on Data Mining and Knowledge Discovery, Seattle, Washington, June 1998, p. 12:1]. It extends the

  17. The Impact of Taxation of the Domestic Economic Transactions on the Vat Collection Through Electronic Fiscal Devices

    Directory of Open Access Journals (Sweden)

    Ionel Bostan

    2017-05-01

    Full Text Available The issue of collecting tax resources to the consolidated budget has determined and still determines difficulties which cannot be neglected in all the former socialist countries of the Central and Eastern Europe. From the Members States of the European Union, Romania is the country with the highest VAT Gap between EU Member States: 41%, compared to a European average of 15.2%. One solution tried to solve this problem was the regulation of mandatory use of electronic cash registers with fiscal memory. In this way, it was considered that a better highlight and also a tighter control of economic transactions will be achieved, from a fiscal point of view. In our study, we analyze, for the Romanian context in the postEU accession, whether the mandatory introduction of these devices in recording commercial transactions has had a significant impact on VAT collection. The study includes two stages of the analysis: in the first stage we estimated the influence of VAT rate variation on the degree of the VAT collection. Then we used the residual component to test the influence of EFDs’ mandatory introduction on VAT collection or on fiscal efficiency. The results indicate an improvement in the collection of VAT but also a decrease in the efficiency of fiscal collection.

  18. Trust and Control Dynamics in Agrifood Supply Networks: Communication Strategies for Electronic Transaction Environments

    OpenAIRE

    Fritz, Melanie; Hausen, Tobias

    2006-01-01

    Agrifood supply networks are dynamic structures where firms regularly face the need to search for new market partners. A decision for a transaction with a new partner requires the existence of appropriate control and safeguard mechanisms as well as trust to overcome perceived risk and uncertainties. Electronic transaction environments offer new potentials for the identification of new transaction partners. However, trust and control need to be communicated appropriately in electronic transact...

  19. Nuclear criticality safety experiments, calculations, and analyses: 1958 to 1982. Volume 1. Lookup tables

    International Nuclear Information System (INIS)

    Koponen, B.L.; Hampel, V.E.

    1982-01-01

    This compilation contains 688 complete summaries of papers on nuclear criticality safety as presented at meetings of the American Nuclear Society (ANS). The selected papers contain criticality parameters for fissile materials derived from experiments and calculations, as well as criticality safety analyses for fissile material processing, transport, and storage. The compilation was developed as a component of the Nuclear Criticality Information System (NCIS) now under development at the Lawrence Livermore National Laboratory. The compilation is presented in two volumes: Volume 1 contains a directory to the ANS Transaction volume and page number where each summary was originally published, the author concordance, and the subject concordance derived from the keyphrases in titles. Volume 2 contains - in chronological order - the full-text summaries, reproduced here by permission of the American Nuclear Society from their Transactions, volumes 1-41

  20. Transaction costs of unilateral CDM projects in India-results from an empirical survey

    International Nuclear Information System (INIS)

    Krey, Matthias

    2005-01-01

    Recently, transaction costs in the context of the Clean Development Mechanism (CDM) gained considerable attention as they were generally perceived to be significantly higher than for the other Kyoto Mechanisms. However, empirical evidence on the amount of transaction costs of CDM projects is very scarce. This paper presents the results from an empirical survey designed to quantify transaction costs of potential non-sink CDM projects in India. The definition of transaction costs of CDM projects was derived from recent literature and observations made in the current market for Certified Emission Reductions (CERs). During the survey, parts of transaction costs of 15 projects were quantified. An assessment of the results showed that specific transaction costs depend, to a large extent, on economies of scale in terms of total amount of CERs generated over the crediting period. Total transaction costs were quantified for seven projects. The costs range from 0.07 to 0.47 dollar/t CO 2 . As the projects have an emission reduction between 0.24 Mt CO 2 and 5.00 Mt CO 2 over the crediting period, the results support the assumption of Michaelowa et al. (Climate Policy 3 (2003) 273) that projects with emission reductions smaller than 0.20 Mt CO 2 are not economically viable at current CER prices

  1. Analysis of e-commerce transaction system’s division of labor based on essential services quantity

    Directory of Open Access Journals (Sweden)

    Li Wang

    2017-09-01

    Full Text Available Purpose – The division of labor of e-commerce transaction system is an important research topic. However, there is a certain disparity between the current mainstream research model and the reality, which leads to a biased result. This paper aims to find the effects of transaction efficiency on the evolution of e-commerce transaction system’s division of labor and the relationships between the results and other parameters. Design/methodology/approach – This paper puts forward a definition of transaction efficiency based on transaction services and establishes a model of middleman’s specialized production decision of transaction services on this basis. Findings – The research results show that the transaction efficiency plays an important role on the change of middlemen’s division of labor level. The degree of economic specialization, price of commodities and transaction services and other associated factors also affect middlemen’s division of labor. Originality/value – This paper is of great significance for evaluating the development level and forecast the development direction of e-commerce.

  2. The relationship between trading volumes, number of transactions, and stock volatility in GARCH models

    Science.gov (United States)

    Takaishi, Tetsuya; Chen, Ting Ting

    2016-08-01

    We examine the relationship between trading volumes, number of transactions, and volatility using daily stock data of the Tokyo Stock Exchange. Following the mixture of distributions hypothesis, we use trading volumes and the number of transactions as proxy for the rate of information arrivals affecting stock volatility. The impact of trading volumes or number of transactions on volatility is measured using the generalized autoregressive conditional heteroscedasticity (GARCH) model. We find that the GARCH effects, that is, persistence of volatility, is not always removed by adding trading volumes or number of transactions, indicating that trading volumes and number of transactions do not adequately represent the rate of information arrivals.

  3. Personality-Relationship transaction in young adulthood.

    Science.gov (United States)

    Neyer, F J; Asendorpf, J B

    2001-12-01

    Personality and social relationships were assessed twice across a 4-year period in a general population sample of 489 German young adults. Two kinds of personality-relationship transaction were observed. First, mean-level change in personality toward maturity (e.g., increase in Conscientiousness and decrease in Neuroticism) was moderated by the transition to partnership but was independent of other developmental transitions. Second, individual differences in personality traits predicted social relationships much better than vice versa. Specifically, once initial correlations were controlled for, Extraversion, Shyness, Neuroticism, self-esteem, and Agreeableness predicted change in various qualities of relationships (especially with friends and colleagues), whereas only quality of relationships with preschool children predicted later Extraversion and Neuroticism. Consequences for the transactional view of personality in young adulthood are discussed.

  4. Dynamic Portfolio Optimization with Transaction Costs and State-Dependent Drift

    DEFF Research Database (Denmark)

    Palczewski, Jan; Poulsen, Rolf; Schenk-Hoppe, Klaus Reiner

    2015-01-01

    The problem of dynamic portfolio choice with transaction costs is often addressed by constructing a Markov Chain approximation of the continuous time price processes. Using this approximation, we present an efficient numerical method to determine optimal portfolio strategies under time- and state......-dependent drift and proportional transaction costs. This scenario arises when investors have behavioral biases or the actual drift is unknown and needs to be estimated. Our numerical method solves dynamic optimal portfolio problems with an exponential utility function for time-horizons of up to 40 years....... It is applied to measure the value of information and the loss from transaction costs using the indifference principle....

  5. 17 CFR 229.1004 - (Item 1004) Terms of the transaction.

    Science.gov (United States)

    2010-04-01

    ... to the accounting treatment of the transaction, if material; and (xii) The federal income tax... security holders as a result of the transaction, if material; (vi) A brief statement as to the accounting... access to the corporate files of the filing person or to obtain counsel or appraisal services at the...

  6. 25 CFR 141.36 - Maximum finance charges on pawn transactions.

    Science.gov (United States)

    2010-04-01

    ... 25 Indians 1 2010-04-01 2010-04-01 false Maximum finance charges on pawn transactions. 141.36... PRACTICES ON THE NAVAJO, HOPI AND ZUNI RESERVATIONS Pawnbroker Practices § 141.36 Maximum finance charges on pawn transactions. No pawnbroker may impose an annual finance charge greater than twenty-four percent...

  7. 26 CFR 1.356-5 - Transactions involving gift or compensation.

    Science.gov (United States)

    2010-04-01

    ... 26 Internal Revenue 4 2010-04-01 2010-04-01 false Transactions involving gift or compensation. 1... involving gift or compensation. With respect to transactions described in sections 354, 355, or 356, but which— (a) Result in a gift, see section 2501 and following, and the regulations pertaining thereto, or...

  8. Zero tolerance for incorrect data: Best practices in SQL transaction programming

    Science.gov (United States)

    Laiho, M.; Skourlas, C.; Dervos, D. A.

    2015-02-01

    DBMS products differ in the way they support even the basic SQL transaction services. In this paper, a framework of best practices in SQL transaction programming is given and discussed. The SQL developers are advised to experiment with and verify the services supported by the DBMS product used. The framework has been developed by DBTechNet, a European network of teachers, trainers and ICT professionals. A course module on SQL transactions, offered by the LLP "DBTech VET Teachers" programme, is also presented and discussed. Aims and objectives of the programme include the introduction of the topics and content of SQL transactions and concurrency control to HE/VET curricula and addressing the need for initial and continuous training on these topics to in-company trainers, VET teachers, and Higher Education students. An overview of the course module, its learning outcomes, the education and training (E&T) content, virtual database labs with hands-on self-practicing exercises, plus instructions for the teacher/trainer on the pedagogy and the usage of the course modules' content are briefly described. The main principle adopted is to "Learn by verifying in practice" and the transactions course motto is: "Zero Tolerance for Incorrect Data".

  9. [Pay for performance explained by transaction costs theory].

    Science.gov (United States)

    Gorbaneff, Yuri; Cortes, Ariel; Torres, Sergio; Yepes, Francisco

    2011-01-01

    To evaluate the ability of transaction costs theory to explain incentives in the health care chain. We performed a case study of CPS, a health insurance company in Bogota (Colombia), which preferred not to publish its name. CPS moves in the environment of high transaction costs and uses the hybrid form of governance at the outpatient level. Incentive intensity, administrative control and the contract all agree with the theory. At the hospital level, the market is used, despite greater uncertainty. Because of the discrete form (1.0) of the incentives and the absence of administrative control, it is difficult for CPS to relate payment to hospital performance. Transaction costs theory explains the configuration of incentives. Another contribution made by this theory to the literature is the criterion to differentiate between the market and the hybrid. We propose that the market uses discrete-type (1.0) incentives, while the hybrid uses continuous, commission-like incentives. Copyright © 2011 SESPAS. Published by Elsevier Espana. All rights reserved.

  10. From Transactional to Transformational Accounting.

    Science.gov (United States)

    Cooper, Bruce S.; Randall, E. Vance

    1998-01-01

    Accurate transactional financial data are necessary for governmental compliance; transformational information is crucial for measuring and improving school performance. Some districts are shifting from a systems to a service, focus, from partial to full-cost accounting, from centralized to decentralized reporting procedures and facilities, and…

  11. 12 CFR 223.33 - What rules apply to derivative transactions?

    Science.gov (United States)

    2010-01-01

    ... Requirements Under Section 23A § 223.33 What rules apply to derivative transactions? (a) Market terms... with affiliates comply with the market terms requirement of § 223.51. (c) Credit derivatives. A credit... 12 Banks and Banking 3 2010-01-01 2010-01-01 false What rules apply to derivative transactions...

  12. 37 CFR 1.2 - Business to be transacted in writing.

    Science.gov (United States)

    2010-07-01

    ... Correspondence § 1.2 Business to be transacted in writing. All business with the Patent and Trademark Office... 37 Patents, Trademarks, and Copyrights 1 2010-07-01 2010-07-01 false Business to be transacted in writing. 1.2 Section 1.2 Patents, Trademarks, and Copyrights UNITED STATES PATENT AND TRADEMARK OFFICE...

  13. 37 CFR 2.191 - Business to be transacted in writing.

    Science.gov (United States)

    2010-07-01

    ... Trademark Cases § 2.191 Business to be transacted in writing. All business with the Office should be... 37 Patents, Trademarks, and Copyrights 1 2010-07-01 2010-07-01 false Business to be transacted in writing. 2.191 Section 2.191 Patents, Trademarks, and Copyrights UNITED STATES PATENT AND TRADEMARK OFFICE...

  14. Continuous time Black-Scholes equation with transaction costs in subdiffusive fractional Brownian motion regime

    Science.gov (United States)

    Wang, Jun; Liang, Jin-Rong; Lv, Long-Jin; Qiu, Wei-Yuan; Ren, Fu-Yao

    2012-02-01

    In this paper, we study the problem of continuous time option pricing with transaction costs by using the homogeneous subdiffusive fractional Brownian motion (HFBM) Z(t)=X(Sα(t)), 0transaction costs of replicating strategies. We also give the total transaction costs.

  15. Economic and Mathematical Modelling of Optimisation of Transaction Expenses of Engineering Enterprises

    OpenAIRE

    Makaliuk Iryna V.

    2014-01-01

    The article identifies stages of the process of optimisation of transaction expenses. It develops an economic and mathematical model of optimisation of transaction expenses of engineering enterprises by the criterion of maximisation of income from realisation of products and system of restrictions, which envisages exceeding income growth rate over the expenses growth rate. The article offers to use types of expenses by accounting accounts as indicators of transaction expenses. In the result o...

  16. Transaction hubs: can tame energy market communications

    Energy Technology Data Exchange (ETDEWEB)

    Hamilos, C.

    2002-07-01

    The nature and function of transaction hubs is described in view of their growing usefulness as electric industry deregulation takes hold and with it the urgent requirement for trading partners to exchange information quickly and efficiently. The paper stresses the many difficulties involved in communications between trading partners since each partner operates under a different set of business rules, with the result that there are 'language differences' to overcome, not to mention the sheer volume of data that must be handled. To make it all work, companies turn increasingly to products like communication hubs. They are able to overcome the fact that different companies have different systems, different data formats and different business rules, and are able to help companies to package, transmit, receive and process information. The principal advantage of a hub is that no one has to learn anyone else's interface. Everyone can continue to use their own data format and transaction models. The hub supplies the protocols and processing rules needed to work with any of the partners connected to the hub. In order to achieve the level of efficiency and reliability required in a hub, certain design principles must be satisfied. These are : scalability, facilities for load balancing, availability of standard routine services, ability to recognize a process as consisting of various transactions, and a transaction as belonging to a specific process, ability to allow the user to configure expiration times around the business processes according to market rules, facility to easily configure validation rules, ability to handle exceptions, ability to interoperate with many middle-ware products, and to manage work flow in a manner that is transparent to operating personnel.

  17. Trans-acting translational regulatory RNA binding proteins.

    Science.gov (United States)

    Harvey, Robert F; Smith, Tom S; Mulroney, Thomas; Queiroz, Rayner M L; Pizzinga, Mariavittoria; Dezi, Veronica; Villenueva, Eneko; Ramakrishna, Manasa; Lilley, Kathryn S; Willis, Anne E

    2018-05-01

    The canonical molecular machinery required for global mRNA translation and its control has been well defined, with distinct sets of proteins involved in the processes of translation initiation, elongation and termination. Additionally, noncanonical, trans-acting regulatory RNA-binding proteins (RBPs) are necessary to provide mRNA-specific translation, and these interact with 5' and 3' untranslated regions and coding regions of mRNA to regulate ribosome recruitment and transit. Recently it has also been demonstrated that trans-acting ribosomal proteins direct the translation of specific mRNAs. Importantly, it has been shown that subsets of RBPs often work in concert, forming distinct regulatory complexes upon different cellular perturbation, creating an RBP combinatorial code, which through the translation of specific subsets of mRNAs, dictate cell fate. With the development of new methodologies, a plethora of novel RNA binding proteins have recently been identified, although the function of many of these proteins within mRNA translation is unknown. In this review we will discuss these methodologies and their shortcomings when applied to the study of translation, which need to be addressed to enable a better understanding of trans-acting translational regulatory proteins. Moreover, we discuss the protein domains that are responsible for RNA binding as well as the RNA motifs to which they bind, and the role of trans-acting ribosomal proteins in directing the translation of specific mRNAs. This article is categorized under: RNA Interactions with Proteins and Other Molecules > RNA-Protein Complexes Translation > Translation Regulation Translation > Translation Mechanisms. © 2018 Medical Research Council and University of Cambridge. WIREs RNA published by Wiley Periodicals, Inc.

  18. Proceedings of the conference on the Safety in Reactor Operations - TopSafe 2012 Transactions

    International Nuclear Information System (INIS)

    2012-01-01

    TopSafe 2012 provides a forum for addressing the current status and future perspectives with regards to safety at nuclear installations worldwide. In view of the on-going discussions and initiatives that have been taken over the last months the European Nuclear Society (ENS) decided organising this edition of this topical conference from 22 to 26 April 2012 in Helsinki, Finland. TopSafe 2012 focus on three main subjects: Safety and related analyses in operating nuclear power plants and other nuclear installations; Safety and Risk Assessment; Trends in nuclear safety for existing and future installations. The conference is directed at a broad range of experts in the area of nuclear safety, including professionals from the different disciplines involved in the safety of nuclear power plants, fuel cycle installations and research reactors. It is aimed at professionals coming from the research organisations, universities, vendors, operators, regulatory bodies as well as policy makers. Top level representatives of the Countries that are constructing new nuclear power plants are invited. Regulators of all individual Countries with nuclear programme are expected to contribute the Conference. (authors)

  19. Command and Control Software Development Memory Management

    Science.gov (United States)

    Joseph, Austin Pope

    2017-01-01

    This internship was initially meant to cover the implementation of unit test automation for a NASA ground control project. As is often the case with large development projects, the scope and breadth of the internship changed. Instead, the internship focused on finding and correcting memory leaks and errors as reported by a COTS software product meant to track such issues. Memory leaks come in many different flavors and some of them are more benign than others. On the extreme end a program might be dynamically allocating memory and not correctly deallocating it when it is no longer in use. This is called a direct memory leak and in the worst case can use all the available memory and crash the program. If the leaks are small they may simply slow the program down which, in a safety critical system (a system for which a failure or design error can cause a risk to human life), is still unacceptable. The ground control system is managed in smaller sub-teams, referred to as CSCIs. The CSCI that this internship focused on is responsible for monitoring the health and status of the system. This team's software had several methods/modules that were leaking significant amounts of memory. Since most of the code in this system is safety-critical, correcting memory leaks is a necessity.

  20. 17 CFR 229.910 - (Item 910) Fairness of the transaction.

    Science.gov (United States)

    2010-04-01

    ... transaction is fair or unfair to investors and the reasons for such belief. Such discussion must address the fairness of the roll-up transaction to investors in each of the partnerships and as a whole. If the roll-up... the general partner that may affect materially the value of the consideration to be received by...

  1. The Problematic Aspects of Accounting the Transaction Costs and Ways to Address Them

    Directory of Open Access Journals (Sweden)

    Khorunzhak Nadiya M.

    2017-05-01

    Full Text Available The article is aimed at a theoretical generalization of the nature and causes of appearance of transaction costs, development of proposals on formation of an effective model for their management, including the proposals on the basis of improved accounting for brewery enterprises. According to the carried out analysis of the authors’ positions on accounting, including the positions related to reflection of transaction costs in the accounting records, it has been concluded about expediency to account such costs by types, although only in regard to the activities, directed toward sales of production. A goal tree graph has been built to ensure the rationality of research on elaborating the classification (grouping of transaction costs and on substantiating the composition of working accounts for their accounting. In order to ensure the continuity and timeliness of including the transaction costs into the prime cost of the production sold, it has been proposed to use planning and reporting calculations. An approach has been developed to determine the planned inclusion of transaction costs in the prime cost of the production sold (exponential average. An appropriate model for recording the transaction costs has been built. Prospect for further research will be construction of the efficient policy decisions concerning the enterprise’s activities, based on the above conception of the system of management of transaction costs together with its information base.

  2. A Novel Electricity Transaction Mode of Microgrids Based on Blockchain and Continuous Double Auction

    Directory of Open Access Journals (Sweden)

    Jian Wang

    2017-11-01

    Full Text Available The installed capacity of distributed generation (DG based on renewable energy sources has increased continuously in power systems, and its market-oriented transaction is imperative. However, traditional transaction management based on centralized organizations has many disadvantages, such as high operation cost, low transparency, and potential risk of transaction data modification. Therefore, a decentralized electricity transaction mode for microgrids is proposed in this study based on blockchain and continuous double auction (CDA mechanism. A buyer and seller initially complete the transaction matching in the CDA market. In view of the frequent price fluctuation in the CDA market, an adaptive aggressiveness strategy is used to adjust the quotation timely according to market changes. DG and consumer exchange digital certificate of power and expenditure on the blockchain system and the interests of consumers are then guaranteed by multi-signature when DG cannot generate power due to failure or other reasons. The digital certification of electricity assets is replaced by the sequence number with specific tags in the transaction script, and the size of digital certification can be adjusted according to transaction energy quantity. Finally, the feasibility of market mechanism through specific microgrid case and settlement process is also provided.

  3. Emissions trading and transaction costs : analyzing the flaws in the discussion

    NARCIS (Netherlands)

    Woerdman, E.

    Although emissions trading lowers the costs of climate change mitigation, transaction costs (e.g. to find a trading partner) may reduce its cost-effectiveness. Some economists claim that transaction costs for Joint Implementation (JI) and Clean Development Mechanism (CDM) projects will be higher

  4. Division of Labor, Transaction Cost, Emergence of the Firm and Firm Size

    OpenAIRE

    Pak-Wai Liu; Xiaokai Yang

    1999-01-01

    In this paper a general equilibrium model is constructed to explain the emergence of firms and change in firm size by the tradeoff between economies of specialization and transaction cost. We show that firms emerge from the development of division of labor if the transaction efficiency for labor is smaller than that for intermediate goods. Given the emergence of firms, change in the average size of firms (average employment) will depend on the change in transaction efficiency for intermediate...

  5. Academic Activities Transaction Extraction Based on Deep Belief Network

    Directory of Open Access Journals (Sweden)

    Xiangqian Wang

    2017-01-01

    Full Text Available Extracting information about academic activity transactions from unstructured documents is a key problem in the analysis of academic behaviors of researchers. The academic activities transaction includes five elements: person, activities, objects, attributes, and time phrases. The traditional method of information extraction is to extract shallow text features and then to recognize advanced features from text with supervision. Since the information processing of different levels is completed in steps, the error generated from various steps will be accumulated and affect the accuracy of final results. However, because Deep Belief Network (DBN model has the ability to automatically unsupervise learning of the advanced features from shallow text features, the model is employed to extract the academic activities transaction. In addition, we use character-based feature to describe the raw features of named entities of academic activity, so as to improve the accuracy of named entity recognition. In this paper, the accuracy of the academic activities extraction is compared by using character-based feature vector and word-based feature vector to express the text features, respectively, and with the traditional text information extraction based on Conditional Random Fields. The results show that DBN model is more effective for the extraction of academic activities transaction information.

  6. Research on e-commerce transaction networks using multi-agent modelling and open application programming interface

    Science.gov (United States)

    Piao, Chunhui; Han, Xufang; Wu, Harris

    2010-08-01

    We provide a formal definition of an e-commerce transaction network. Agent-based modelling is used to simulate e-commerce transaction networks. For real-world analysis, we studied the open application programming interfaces (APIs) from eBay and Taobao e-commerce websites and captured real transaction data. Pajek is used to visualise the agent relationships in the transaction network. We derived one-mode networks from the transaction network and analysed them using degree and betweenness centrality. Integrating multi-agent modelling, open APIs and social network analysis, we propose a new way to study large-scale e-commerce systems.

  7. Father Knows Best: Using Adam Smith to Teach Transactions Costs

    Science.gov (United States)

    Dupont, Brandon

    2014-01-01

    Adam Smith's moral philosophy can be used to introduce economics students to the important idea of transactions costs. The author provides a brief background in this article to Smith's moral philosophy and connects it to the costs of transacting in a way that fits easily into the standard principles of microeconomics classroom. By doing…

  8. Blockchain – The Gateway to Trust-Free Cryptographic Transactions

    DEFF Research Database (Denmark)

    Beck, Roman; Stenum Czepluch, Jacob; Lollike, Nikolaj

    2016-01-01

    Recently, the Bitcoin-underlying blockchain technology gained prominence as a solution that offers the realization of distributed trust-free systems, where economic transactions are guaranteed by the underlying blockchain. We are still at an early stage and thus require a deeper understanding...... of how the blockchain potentials can be realized, and what are the opportunities and challenges in so doing. Following a design science approach, we developed a proof of concept prototype that has the potential to replace a trust-based coffee shop payment solution that is based on an analogue, pre......-paid punch card solution. The demonstrator provides a starting point to evaluate the strengths and weaknesses of the blockchain technology when replacing a trust-based by a trust-free transaction system. We conclude that the secure and trust-free blockchain-based transaction has the potential to change many...

  9. Reconsidering Money: Monetary Exchange with Additive Transaction Costs

    DEFF Research Database (Denmark)

    Schröder, Philipp

    2001-01-01

    Under the assumption of purely additive transaction costs in exchange, the literature on money has a standard example of direct exchange dominating indirect (monetary) exchange. From here it is frequently concluded that subadditive costs (e.g. search costs) must be examined in order to explain...... money. In contrast, this paper presents an additive transaction costs model in which the mere absence of double coincidences of wants suffices to motivate monetary exchange. Furthermore it is found that not all commodity moneys, that are collectively desirable, qualify for the core, but that all fiat...

  10. Concurrency Control in Distributed Systems with Applications to Long-Lived Transactions and Partitioned Networks.

    Science.gov (United States)

    1983-06-01

    i in partition Is ana transaction 󈧐 writes oata ooject a in partition 1I, then the conflict pair "TiTi : a" must ue Includea in tne glocal relation...It botn transactions naa written aatd ob]ect a tnen each control site woulu insert a conflict pair in the glocal relation. "TIT2 : a" and ൔii : a...DATA STUULTUhES 1. Transactions Transactions are implemented in the simulation design as a linked list structure pointed to oy a glocal variaole (TIA

  11. Allocation of Transaction Cost to Market Participants Using an Analytical Method in Deregulated Market

    Science.gov (United States)

    Jeyasankari, S.; Jeslin Drusila Nesamalar, J.; Charles Raja, S.; Venkatesh, P.

    2014-04-01

    Transmission cost allocation is one of the major challenges in transmission open access faced by the electric power sector. The purpose of this work is to provide an analytical method for allocating transmission transaction cost in deregulated market. This research work provides a usage based transaction cost allocation method based on line-flow impact factor (LIF) which relates the power flow in each line with respect to transacted power for the given transaction. This method provides the impact of line flows without running iterative power flow solution and is well suited for real time applications. The proposed method is compared with the Newton-Raphson (NR) method of cost allocation on sample six bus and practical Indian utility 69 bus systems by considering multilateral transaction.

  12. The ethics of molecular memory modification.

    Science.gov (United States)

    Hui, Katrina; Fisher, Carl E

    2015-07-01

    Novel molecular interventions have recently shown the potential to erase, enhance and alter specific long-term memories. Unique features of this form of memory modification call for a close examination of its possible applications. While there have been discussions of the ethics of memory modification in the literature, molecular memory modification (MMM) can provide special insights. Previously raised ethical concerns regarding memory enhancement, such as safety issues, the 'duty to remember', selfhood and personal identity, require re-evaluation in light of MMM. As a technology that exploits the brain's updating processes, MMM helps correct the common misconception that memory is a static entity by demonstrating how memory is plastic and subject to revision even in the absence of external manipulation. Furthermore, while putatively safer than other speculative technologies because of its high specificity, MMM raises notable safety issues, including potential insidious effects on the agent's emotions and personal identity. Nonetheless, MMM possesses characteristics of a more permissible form of modification, not only because it is theoretically safer, but because its unique mechanism of action requires a heightened level of cooperation from the agent. Discussions of memory modification must consider the specific mechanisms of action, which can alter the weight and relevance of various ethical concerns. MMM also highlights the need for conceptual accuracy regarding the term 'enhancement'; this umbrella term will have to be differentiated as new technologies are applied to a widening array of purposes. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://group.bmj.com/group/rights-licensing/permissions.

  13. A transaction cost analysis of micropayments in mobile commerce

    OpenAIRE

    Gille, Daniel

    2005-01-01

    Personalised, location-related and differentiated services in the mobile digital economy create a demand for suitable pricing models. In the case of disaggregated “microservices” (e.g., small digitalized information or service units), as well as for the acquisition of low-value physical goods, the deployment of micropayments seems appropriate. This paper analyzes the economic efficiency of marginal transaction amounts in the m-commerce area by applying the theoretical approach of transact...

  14. Successfully navigating electricity transactions through jurisdictions in the northeast and midwest

    Energy Technology Data Exchange (ETDEWEB)

    Chappelle, H. [EES Group, Toronto, ON (Canada)

    2002-07-01

    This presentation described the framework of issues defining the effectiveness of inter-jurisdictional power transactions with reference to open market competition in Ontario and the current FERC initiative affecting transactions with adjacent markets in the United States. The opportunities and risks associated with inter-jurisdictional power transactions were pointed out, along with the interplay between forward and balancing markets. The future of the Regional Transmission Organizations (RTOs) and standard market design were also described. Inter-jurisdictional transactions were described as being a fundamental element of power markets in North America where consumers benefit from reliable supply and cost efficiency. Locational value of the delivered energy is reflected in transparent price which is determined by supply and demand. The efficient balancing markets promote liquid forward markets, as well as investment in power generation and transmission. Price risk is managed through market-based mechanisms by load-serving companies and capable consumers. Opportunities for Ontario buyers include increased reliability, increased competition among suppliers, and market drivers for demand response and innovation. Opportunities for suppliers include additional customers, hedge transactions across jurisdictions, and portfolio strategies. Opportunities for risk managers include broader, more liquid markets for standard products, robust markets for energy-linked commodities, and an increased need for customized, highly-structured financial products. 11 figs.

  15. Successfully navigating electricity transactions through jurisdictions in the northeast and midwest

    International Nuclear Information System (INIS)

    Chappelle, H.

    2002-01-01

    This presentation described the framework of issues defining the effectiveness of inter-jurisdictional power transactions with reference to open market competition in Ontario and the current FERC initiative affecting transactions with adjacent markets in the United States. The opportunities and risks associated with inter-jurisdictional power transactions were pointed out, along with the interplay between forward and balancing markets. The future of the Regional Transmission Organizations (RTOs) and standard market design were also described. Inter-jurisdictional transactions were described as being a fundamental element of power markets in North America where consumers benefit from reliable supply and cost efficiency. Locational value of the delivered energy is reflected in transparent price which is determined by supply and demand. The efficient balancing markets promote liquid forward markets, as well as investment in power generation and transmission. Price risk is managed through market-based mechanisms by load-serving companies and capable consumers. Opportunities for Ontario buyers include increased reliability, increased competition among suppliers, and market drivers for demand response and innovation. Opportunities for suppliers include additional customers, hedge transactions across jurisdictions, and portfolio strategies. Opportunities for risk managers include broader, more liquid markets for standard products, robust markets for energy-linked commodities, and an increased need for customized, highly-structured financial products. 11 figs

  16. Vicarious extinction learning during reconsolidation neutralizes fear memory

    NARCIS (Netherlands)

    Golkar, A.; Tjaden, C.; Kindt, M.

    Background: Previous studies have suggested that fear memories can be updated when recalled, a process referred to as reconsolidation. Given the beneficial effects of model-based safety learning (i.e. vicarious extinction) in preventing the recovery of short-term fear memory, we examined whether

  17. Development of Spreadsheet-Based Integrated Transaction Processing Systems and Financial Reporting Systems

    Science.gov (United States)

    Ariana, I. M.; Bagiada, I. M.

    2018-01-01

    Development of spreadsheet-based integrated transaction processing systems and financial reporting systems is intended to optimize the capabilities of spreadsheet in accounting data processing. The purpose of this study are: 1) to describe the spreadsheet-based integrated transaction processing systems and financial reporting systems; 2) to test its technical and operational feasibility. This study type is research and development. The main steps of study are: 1) needs analysis (need assessment); 2) developing spreadsheet-based integrated transaction processing systems and financial reporting systems; and 3) testing the feasibility of spreadsheet-based integrated transaction processing systems and financial reporting systems. The technical feasibility include the ability of hardware and operating systems to respond the application of accounting, simplicity and ease of use. Operational feasibility include the ability of users using accounting applications, the ability of accounting applications to produce information, and control applications of the accounting applications. The instrument used to assess the technical and operational feasibility of the systems is the expert perception questionnaire. The instrument uses 4 Likert scale, from 1 (strongly disagree) to 4 (strongly agree). Data were analyzed using percentage analysis by comparing the number of answers within one (1) item by the number of ideal answer within one (1) item. Spreadsheet-based integrated transaction processing systems and financial reporting systems integrate sales, purchases, and cash transaction processing systems to produce financial reports (statement of profit or loss and other comprehensive income, statement of changes in equity, statement of financial position, and statement of cash flows) and other reports. Spreadsheet-based integrated transaction processing systems and financial reporting systems is feasible from the technical aspects (87.50%) and operational aspects (84.17%).

  18. How to increase the benefits of cooperation: Effects of training in transactive communication on cooperative learning.

    Science.gov (United States)

    Jurkowski, Susanne; Hänze, Martin

    2015-09-01

    Transactive communication means referring to and building on a learning partner's idea, by, for example, extending the partner's idea or interlinking the partner's idea with an idea of one's own. This transforms the partner's idea into a more elaborate one. Previous research found a positive relationship between students' transactive communication and their learning results when working in small groups. To increase the benefits of cooperation, we developed and tested a module for training students in transactive communication. We assumed that this training would enhance students' transactive communication and also increase their knowledge acquisition during cooperative learning. Further, we distinguished between an actor's transactive communication and a learning partner's transactive communication and expected both to be positively associated with an actor's knowledge acquisition. Participants were 80 university students. In an experiment with pre- and post-test measurements, transactive communication was measured by coding students' communication in a cooperative learning situation before training and in another cooperative learning situation after training. For the post-test cooperative learning situation, knowledge was pre-tested and post-tested. Trained students outperformed controls in transactive communication and in knowledge acquisition. Positive training effects on actors' knowledge acquisition were partially mediated by the improved actors' transactive communication. Moreover, actors' knowledge acquisition was positively influenced by learning partners' transactive communication. Results show a meaningful increase in the benefits of cooperation through the training in transactive communication. Furthermore, findings indicate that students benefit from both elaborating on their partner's ideas and having their own ideas elaborated on. © 2015 The British Psychological Society.

  19. 25 CFR 141.41 - Refinancing transaction.

    Science.gov (United States)

    2010-04-01

    ... keeping requirements of this part and requires the issuance of a new ticket or receipt. (c) The rate of... as extended. (e) The default and sale procedures of this part apply to a refinanced pawn transaction...

  20. Preserving Transactional Data

    OpenAIRE

    Sara Day Thomson

    2017-01-01

    This paper is an adaptation of a longer report commissioned by the UK Data Service. The longer report contributes to on-going support for the Big Data Network – a programme funded by the Economic and Social Research Council (ESRC). The longer report can be found at doi:10.7207/twr16-02. This paper discusses requirements for preserving transactional data and the accompanying challenges facing the companies and institutions who aim to re-use these data for analysis or research. It present...

  1. 17 CFR 32.9 - Fraud in connection with commodity option transactions.

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 1 2010-04-01 2010-04-01 false Fraud in connection with commodity option transactions. 32.9 Section 32.9 Commodity and Securities Exchanges COMMODITY FUTURES TRADING COMMISSION REGULATION OF COMMODITY OPTION TRANSACTIONS § 32.9 Fraud in connection with commodity...

  2. 17 CFR 33.10 - Fraud in connection with commodity option transactions.

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 1 2010-04-01 2010-04-01 false Fraud in connection with commodity option transactions. 33.10 Section 33.10 Commodity and Securities Exchanges COMMODITY FUTURES TRADING COMMISSION REGULATION OF DOMESTIC EXCHANGE-TRADED COMMODITY OPTION TRANSACTIONS § 33.10 Fraud in...

  3. 31 CFR 515.309 - Transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Transactions. 515.309 Section 515.309 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF FOREIGN... national thereof, has any interest of any nature whatsoever, direct or indirect, includes, but not by way...

  4. 31 CFR 500.309 - Transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Transactions. 500.309 Section 500.309 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF FOREIGN..., but not by way of limitation: (a) Any payment or transfer to any such designated foreign country or...

  5. 17 CFR 240.11a1-4(T) - Bond transactions on national securities exchanges.

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 3 2010-04-01 2010-04-01 false Bond transactions on national....11a1-4(T) Bond transactions on national securities exchanges. A transaction in a bond, note, debenture, or other form of indebtedness effected on a national securities exchange by a member for its own...

  6. The quantum handshake entanglement, nonlocality and transactions

    CERN Document Server

    Cramer, John G

    2016-01-01

    This book shines bright light into the dim recesses of quantum theory, where the mysteries of entanglement, nonlocality, and wave collapse have motivated some to conjure up multiple universes, and others to adopt a "shut up and calculate" mentality. After an extensive and accessible introduction to quantum mechanics and its history, the author turns attention to his transactional model. Using a quantum handshake between normal and time-reversed waves, this model provides a clear visual picture explaining the baffling experimental results that flow daily from the quantum physics laboratories of the world. To demonstrate its powerful simplicity, the transactional model is applied to a collection of counter-intuitive experiments and conceptual problems.

  7. Development of Souvenir Production Transaction Processing System

    Science.gov (United States)

    Rumambi, H.; Kaparang, R.; Lintong, J.

    2018-01-01

    This research aims to design a souvenir production transaction processing system for the craftsmen in North Sulawesi. The craftsmen make very simple recordings about souvenir production transactions and use documents that are not in accordance with the generally accepted accounting practices. This research uses qualitative method. The data is collected through interviews, observations, documents and literatures studies. The research stages are conducted in preliminary studies, data collection, data analyzed and system design. The design of system is built from chart of account, accounting cycle and documents as input and get processed in accounting recording. The outputs are financial statements. The system design provides benefits for the craftsmen in assessing the financial performance and getting financing from bank.

  8. General Equilibrium in a Segmented Market Economy with Convex Transaction Cost: Existence, Efficiency, Commodity and Fiat Money

    OpenAIRE

    Starr, Ross M.

    2002-01-01

    This study derives the monetary structure of transactions, the use of commodity or fiat money, endogenously from transaction costs in a segmented market general equilibrium model. Market segmentation means there are separate budget constraints for each transaction: budgets balance in each transaction separately. Transaction costs imply differing bid and ask (selling and buying) prices. The most liquid instruments are those with the lowest proportionate bid/ask spread in equilibrium. Exist...

  9. Simulating water markets with transaction costs

    Science.gov (United States)

    Erfani, Tohid; Binions, Olga; Harou, Julien J.

    2014-06-01

    This paper presents an optimization model to simulate short-term pair-wise spot-market trading of surface water abstraction licenses (water rights). The approach uses a node-arc multicommodity formulation that tracks individual supplier-receiver transactions in a water resource network. This enables accounting for transaction costs between individual buyer-seller pairs and abstractor-specific rules and behaviors using constraints. Trades are driven by economic demand curves that represent each abstractor's time-varying water demand. The purpose of the proposed model is to assess potential hydrologic and economic outcomes of water markets and aid policy makers in designing water market regulations. The model is applied to the Great Ouse River basin in Eastern England. The model assesses the potential weekly water trades and abstractions that could occur in a normal and a dry year. Four sectors (public water supply, energy, agriculture, and industrial) are included in the 94 active licensed water diversions. Each license's unique environmental restrictions are represented and weekly economic water demand curves are estimated. Rules encoded as constraints represent current water management realities and plausible stakeholder-informed water market behaviors. Results show buyers favor sellers who can supply large volumes to minimize transactions. The energy plant cooling and agricultural licenses, often restricted from obtaining water at times when it generates benefits, benefit most from trades. Assumptions and model limitations are discussed. This article was corrected on 13 JUN 2014. See the end of the full text for details.

  10. Technical memory 1999

    International Nuclear Information System (INIS)

    2000-01-01

    The technical memory 1999 of the Nuclear Regulatory Authority (NRA) of the Argentine Republic, compile the papers published in the subject on radiation protection and nuclear safety, safeguards and physical protection, and presented in congress or meetings of these specialities by personnel of the mentioned institution during 1999

  11. 25 CFR 141.18 - Availability of employee authorized to transact business.

    Science.gov (United States)

    2010-04-01

    ... hours an employee authorized in writing to engage in all business transactions that the licensee... 25 Indians 1 2010-04-01 2010-04-01 false Availability of employee authorized to transact business... ACTIVITIES BUSINESS PRACTICES ON THE NAVAJO, HOPI AND ZUNI RESERVATIONS General Business Practices § 141.18...

  12. Transformational and transactional leadership skills for mental health teams.

    Science.gov (United States)

    Corrigan, P W; Garman, A N

    1999-08-01

    Many treatments for persons with severe mental illness are provided by mental health teams. Team members work better when led by effective leaders. Research conducted by organizational psychologists, and validated on mental health teams, have identified a variety of skills that are useful for these leaders. Bass (1990, 1997) identified two sets of especially important skills related to transformational and transactional leadership. Leaders using transformational skills help team members to view their work from more elevated perspectives and develop innovative ways to deal with work-related problems. Skills related to transformational leadership promote inspiration, intellectual stimulation, individual consideration, participative decision making, and elective delegation. Mental health and rehabilitation teams must not only develop creative and innovative programs, they must maintain them over time as a series of leader-team member transactions. Transactional leadership skills include goal-setting, feedback, and reinforcement strategies which help team members maintain effective programs.

  13. Corporate Governance of Sugar Mills in East Java: A Transaction Cost Economics Perspective

    Directory of Open Access Journals (Sweden)

    Ahmad Erani Yustika

    2007-01-01

    Full Text Available Despite Indonesia’s overall achievements during the past two decades%2C the economy is encountering a series of problems. One of the biggest challenges is the unsatisfactory performance of the state-owned enterprises (SOEs. Subsidisies and uncovered loans to the SOEs have drained the government’s fiscal resources%2C and the signing off of employees creates many social problems. Compared with the SOEs in other sectors%2C state-owned sugar mills face more serious crises which not only jeopardise the social fabric%2C but also endanger the production. Research results strengthen the statement that the basic problem in sugar mills is management inefficiency resulting in high transaction costs. This research compares the transaction costs between state-owned (Ngadiredjo and privately-owned (Kebon Agung sugar mills. The study shows that in Kebon Agung Sugar Mill transaction costs are higher than production costs%2C while in Ngadiredjo Sugar Mill the reverse is true. However%2C the high transaction costs in Kebon Agung Sugar Mill cannot be attributed directly to inefficient institutions%2C because Ngadiredjo Sugar Mill incurred high costs for plants%2C land preparation%2C and fertilizer%2C which decreased the proportion of transaction costs. If analyzed in detail%2C the following facts are revealed: (i market transaction costs in Kebon Agung Sugar Mill are higher than in Ngadiredjo Sugar Mill. This is because Kebon Agung Sugar Mill has established cooperation with sugarcane farmers in the form of extensions and transport subsidies; and (ii the political transaction costs proportion in Ngadiredjo Sugar Mill is higher than in Kebon Agung Sugar Mill because of the imposition of many ‘illegal’ fees. Abstract in Bahasa Indonesia : transaction cost economics%2C corporate governance%2C sugar mill%2C East Java.

  14. Challenges and Opportunities for Transactive Control of Electric Vehicle Supply Equipment. A Reference Guide

    Energy Technology Data Exchange (ETDEWEB)

    Jin, Xin [National Renewable Energy Laboratory (NREL), Golden, CO (United States); Meintz, Andrew [National Renewable Energy Laboratory (NREL), Golden, CO (United States)

    2015-07-29

    This report seeks to characterize the opportunities and challenges that arise in developing a transactive control strategy for grid-EVSE integration in various use-case scenarios in a way that provides end-user, energy market, grid, and societal benefits. A detailed review provides information about EVSE integration market trends and stakeholder activities. This is followed by an exploration of value proposition for transactive control of EVSE at both the home scale and the building/campus scale. This report will serve as a reference guide for stakeholders in the grid-EVSE integration area, illustrate potential implementations, and identify a high-value research project for overcoming the barriers and unlocking the benefits of transactive controls of EVSE. While it is not intended to specify the technical details of the transactive control solution, the report contains a list of use cases describing potential applications of transactive control of EVSE, barriers to implementing these applications, and research and development (R&D) opportunities to overcome the barriers. The use cases of transactive control of EVSE are listed in Table ES1.

  15. 17 CFR 405.4 - Financial recordkeeping and reporting of currency and foreign transactions by registered...

    Science.gov (United States)

    2010-04-01

    ... reporting of currency and foreign transactions by registered government securities brokers and dealers. 405... reporting of currency and foreign transactions by registered government securities brokers and dealers... Currency and Foreign Transactions Reporting Act of 1970 shall comply with the reporting, recordkeeping and...

  16. Shape memory alloys

    International Nuclear Information System (INIS)

    Kaszuwara, W.

    2004-01-01

    Shape memory alloys (SMA), when deformed, have the ability of returning, in certain circumstances, to their initial shape. Deformations related to this phenomenon are for polycrystals 1-8% and up to 15% for monocrystals. The deformation energy is in the range of 10 6 - 10 7 J/m 3 . The deformation is caused by martensitic transformation in the material. Shape memory alloys exhibit one directional or two directional shape memory effect as well as pseudoelastic effect. Shape change is activated by temperature change, which limits working frequency of SMA to 10 2 Hz. Other group of alloys exhibit magnetic shape memory effect. In these alloys martensitic transformation is triggered by magnetic field, thus their working frequency can be higher. Composites containing shape memory alloys can also be used as shape memory materials (applied in vibration damping devices). Another group of composite materials is called heterostructures, in which SMA alloys are incorporated in a form of thin layers The heterostructures can be used as microactuators in microelectromechanical systems (MEMS). Basic SMA comprise: Ni-Ti, Cu (Cu-Zn,Cu-Al, Cu-Sn) and Fe (Fe-Mn, Fe-Cr-Ni) alloys. Shape memory alloys find applications in such areas: automatics, safety and medical devices and many domestic appliances. Currently the most important appears to be research on magnetic shape memory materials and high temperature SMA. Vital from application point of view are composite materials especially those containing several intelligent materials. (author)

  17. European Option Pricing with Transaction Costs in Lévy Jump Environment

    Directory of Open Access Journals (Sweden)

    Jiayin Li

    2014-01-01

    Full Text Available The European option pricing problem with transaction costs is investigated for a risky asset price model with Lévy jump. By the aid of arbitrage pricing theory and the generalized Itô formula (which includes Poisson jump, the explicit solution to the risk asset price model is given. According to arbitrage-free principle, we first discretize the continuous-time model. Then, in each small time interval, the transaction costs are introduced. By using the Δ-hedging strategy, the explicit solutions of the European options pricing formula with transaction costs are given for the risky asset price model with Lévy jump.

  18. Price Reversal Pattern of ARV Drugs: A Transaction-Cost Approach Digression

    Directory of Open Access Journals (Sweden)

    Frank LORNE

    2015-05-01

    Full Text Available A price reversal pattern of ARV drugs was noted across lower and middle income countries in that the lower-income countries have higher prices relative to higher-income countries based on a 2008-2009 Summary Report by World Health Organization. The transaction costs affecting AVR drug pricing can be broadly classified into two kinds: One between the final users and the opinion/knowledge experts, and the other between the opinion/knowledge experts and the manufacturers. Economist’s version of price discrimination needs to be modified by including transaction costs. Transaction costs also point to institution creditability factors that will affect NGO procurement.

  19. Design Guidelines and Criteria for User/Operator Transactions with Battlefield Automated Systems. Volume III-A. Human Factors Analyses of User/ Operator Transactions with TACFIRE - The Tactical Fire Direction System

    Science.gov (United States)

    1981-02-01

    7. Reseaarch Product 81-26 - DESIGN GUIDELINES AND CRITERIA FOR USER/ I;. I’OPERATOR TRANSACTIONS WITH BATTLEFIELD AUTOMIATED SYSTEMS I’ /HVtAN...FACTORS XWLYSES :’F K~R/ OPERATOR TRANSACTIONS WTHT TACFIRE - THE TACTICAL FIRE DiRECTION SY2T3EM A HUMAN FACTORS TECHNICAL AREA L~h~h K L-J 1’ U~~i~ ll...Battlefield Auto- Inter : Oct 1979-Feb 1981 mated Systems Volume III-A: Human Factors 4t C/ Analyses of User/Operator Transactions with 6. PERFORMING

  20. 75 FR 38837 - Amendment to Prohibited Transaction Exemption (PTE) 84-14 for Plan Asset Transactions Determined...

    Science.gov (United States)

    2010-07-06

    ... compliance with the conditions of the exemptions and have an independent auditor conduct an annual exemption... contingent upon an ``independent auditor'' conducting an annual ``exemption audit'' to determine whether the... written policies and procedures and a representative sample of plan transactions by an independent auditor...

  1. Transactional Distance and Second Life: The Effects of Video Game Experience

    Science.gov (United States)

    Atkinson, Mark

    2013-01-01

    As a subset of distance education, online learning takes place primarily in learning management systems through asynchronous interaction, that can cause transactional distance between instructor and learners. This study investigated how transactional distance may be affected by the use of Second Life, a 3-D virtual world, as a learning environment…

  2. 17 CFR 229.1103 - (Item 1103) Transaction summary and risk factors.

    Science.gov (United States)

    2010-04-01

    ... classes issued in the same transaction or residual or equity interests in the transaction that are not being offered by the prospectus. (ii) State the interest rate or rate of return on each class of... if doing so will aid understanding. Consider using diagrams to illustrate the relationships among the...

  3. Fluid dynamics transactions

    CERN Document Server

    Fiszdon, W

    1965-01-01

    Fluid Dynamics Transactions, Volume 2 compiles 46 papers on fluid dynamics, a subdiscipline of fluid mechanics that deals with fluid flow. The topics discussed in this book include developments in interference theory for aeronautical applications; diffusion from sources in a turbulent boundary layer; unsteady motion of a finite wing span in a compressible medium; and wall pressure covariance and comparison with experiment. The certain classes of non-stationary axially symmetric flows in magneto-gas-dynamics; description of the phenomenon of secondary flows in curved channels by means of co

  4. Two-Stage Optimal Scheduling of Electric Vehicle Charging based on Transactive Control

    DEFF Research Database (Denmark)

    Liu, Zhaoxi; Wu, Qiuwei; Ma, Kang

    2018-01-01

    In this paper, a two-stage optimal charging scheme based on transactive control is proposed for the aggregator to manage day-ahead electricity procurement and real-time EV charging management in order to minimize its total operating cost. The day-ahead electricity procurement considers both the day......-ahead energy cost and expected real-time operation cost. In the real-time charging management, the cost of employing the charging flexibility from the EV owners is explicitly modelled. The aggregator uses a transactive market to manage the real-time charging demand to provide the regulating power. A model...... predictive control (MPC) based method is proposed for the aggregator to clear the transactive market. The realtime charging decisions of the EVs are determined by the clearing of the proposed transactive market according to the realtime requests and preferences of the EV owners. As such, the aggregators...

  5. An ANFIS-based on B2C electronic commerce transaction

    Science.gov (United States)

    Lin, Juan; Liu, Chenlian; Guo, Yongning

    2014-10-01

    The purpose of this study is to use an adaptive-network-based fuzzy inference system to model a fuzzy logic-based system (FIS) for supporting decision-making process in B2C electronic commerce transaction. Firstly we introduce FIS in B2C electronic commerce transaction and ANFIS. Then we use ANFIS to model FIS with different membership functions(MF). Lastly we give a conclusion.

  6. An ANFIS-based on B2C electronic commerce transaction

    International Nuclear Information System (INIS)

    Lin, Juan; Liu, Chenlian; Guo, Yongning

    2014-01-01

    The purpose of this study is to use an adaptive-network-based fuzzy inference system to model a fuzzy logic-based system (FIS) for supporting decision-making process in B2C electronic commerce transaction. Firstly we introduce FIS in B2C electronic commerce transaction and ANFIS. Then we use ANFIS to model FIS with different membership functions(MF). Lastly we give a conclusion

  7. An ANFIS-based on B2C electronic commerce transaction

    Energy Technology Data Exchange (ETDEWEB)

    Lin, Juan, E-mail: linjuanliucaihong@qq.com [Department of Mathematics and Computer Science, Fuqing Branch of Fujian Normal University, Fuqing 350300 (China); Liu, Chenlian, E-mail: chenglian.liu@gmail.com [School of Mathematics and Computer Science, Long Yan University, Longyan 364012 (China); Guo, Yongning, E-mail: guoyn@163.com [Fuqing Branch of Fujian Normal University, Fuqing 350300 (China)

    2014-10-06

    The purpose of this study is to use an adaptive-network-based fuzzy inference system to model a fuzzy logic-based system (FIS) for supporting decision-making process in B2C electronic commerce transaction. Firstly we introduce FIS in B2C electronic commerce transaction and ANFIS. Then we use ANFIS to model FIS with different membership functions(MF). Lastly we give a conclusion.

  8. A Case against the Legal Rules on Conflicted Interested Transactions in Colombian Corporate Law

    Directory of Open Access Journals (Sweden)

    Juan Antonio Gaviria

    2017-07-01

    Full Text Available This paper contends and explains why the Colombian corporate legal rules on conflict of interest are inefficient, proposing some legal changes. In particular, this paper poses four criticisms. First, Colombian law requires that the highest corporate body shall always authorize any transaction between the legal entity and any of its managers or controlling shareholders. Second, such authorization lacks any legal effect whenever the transaction is detrimental to the company. Third, all transactions entered into without such approval are voidable. Fourth, there are no exceptions regarding transactions among companies belonging to the same entrepreneurial group.

  9. Who needs the assumption of opportunistic behavior? Transaction cost economics does not!

    DEFF Research Database (Denmark)

    Koch, Carsten Allan

    2000-01-01

    The assumption of opportunistic behavior, familiar from transaction cost economics, has been and remains highly controversial. But opportunistic behavior, albeit undoubtedly an extremely important form of motivation, is not a necessary condition for the contractual problems studied by transaction...

  10. Tokenless Biometric Electronic Transactions Using an Audio Signature to Identify the Transaction Processor

    Science.gov (United States)

    2002-05-28

    28, 2002 Inventors: Hoffman; Ned (Sebastopol, CA); Pare, Jr.; David Ferrin (Berkeley, CA); Lee; Jonathan Alexander (Oakland, CA); Lapsley; Philip...Transaction Processor 5. FUNDING NUMBERS 6. AUTHOR(S) Hoffman, Ned; Pare Jr, David Ferrin; Lee, Jonathan Alexander; Lapsley, Philip Dean 7...408. 4845636 Jul., 1989 Walker 705/39. 4926480 May., 1990 Chaum 380/23. 4947028 Aug., 1990 Gorog 235/380. 4961142 Oct., 1990 Elliott et al. 364/408

  11. 12 CFR 208.35 - Qualification requirements for transactions in certain securities. [Reserved

    Science.gov (United States)

    2010-01-01

    ... requirements for transactions in certain securities. [Reserved] ... 12 Banks and Banking 2 2010-01-01 2010-01-01 false Qualification requirements for transactions in certain securities. [Reserved] 208.35 Section 208.35 Banks and Banking FEDERAL RESERVE SYSTEM BOARD OF...

  12. Leadership in Academic Health Centers: Transactional and Transformational Leadership.

    Science.gov (United States)

    Smith, Patrick O

    2015-12-01

    Leadership is a crucial component to the success of academic health science centers (AHCs) within the shifting U.S. healthcare environment. Leadership talent acquisition and development within AHCs is immature and approaches to leadership and its evolution will be inevitable to refine operations to accomplish the critical missions of clinical service delivery, the medical education continuum, and innovations toward discovery. To reach higher organizational outcomes in AHCs requires a reflection on what leadership approaches are in place and how they can better support these missions. Transactional leadership approaches are traditionally used in AHCs and this commentary suggests that movement toward a transformational approach is a performance improvement opportunity for AHC leaders. This commentary describes the transactional and transformational approaches, how they complement each other, and how to access the transformational approach. Drawing on behavioral sciences, suggestions are made on how a transactional leader can change her cognitions to align with the four dimensions of the transformational leadership approach.

  13. Transaction Costs in Global Supply Chains of Manufacturing Companies

    Directory of Open Access Journals (Sweden)

    Philipp Bremen

    2010-02-01

    Full Text Available Outsourcing has advanced to an important measure that is applied broadly in operations management. Nowadays, suppliers of manufacturing companies do not only provide direct material like raw material and operational supplements but offer components and advanced modules incurring many value-adding stages. Whereas in the past companies built up local supplier networks, they recently tend to search for global sources. However, not all companies reach their expectations towards the success of global sourcing projects. Important reasons for relocating manufacturing capacities back to local suppliers or in- house manufacturing are costs for unexpected coordination activities, limited flexibility and declined or fluctuating quality. The theory of Transaction Cost Economics postulates that transaction costs of the types information, communication and coordination determine the governance structure of a supply chain, i.e. market, hybrid or firm. The objective of this paper is to analyze the cause-and-effect chain of inter-firm transaction costs concerning global sourcing. The resulting qualitative model is based on explorative multiple-case study.

  14. Development of a high-performance control system by decentralization with reflective memory on QUEST

    International Nuclear Information System (INIS)

    Hasegawa, Makoto; Nakamura, Kazuo; Zushi, Hideki; Hanada, Kazuaki; Fujisawa, Akihide; Mitarai, Osamu; Tokunaga, Kazutoshi; Idei, Hiroshi; Nagashima, Yoshihiko; Kawasaki, Shoji; Nakashima, Hisatoshi; Higashijima, Aki

    2015-01-01

    Graphical abstract: - Highlights: • The plasma control system of QUEST is decentralized by a reflective memory. • The latency due to RFM transaction is 250 μs with the data sharing of 1 kB. • The time synchronization of systems is done by referring to its time difference. • Core occupancy due to RFM is usually 60%, and 90% intermittently. - Abstract: The plasma control system (PCS) of QUEST was a centralized system, which lost its scalability because of the overload imposed on its central processing unit (CPU) of the PCS, making it impossible to add new functions. Thus, the PCS is distributed into a main workstation (WS) and subsystem (SS) with a reflective memory (RFM) in order to share data between these systems so as to mitigate the load on each system. As a result, 128 double-precision floating-point numbers (DBLs) can be transferred from the SS to the WS with a maximum latency of 250 μs. The WS and the SS each have quad-core CPUs, and tasks are executed in parallel. Although one of the four cores is intermittently occupied by up to 90% by this transaction, the occupation is normally 60%. A time correction procedure is used to map the recorded data sets on the WS and the SS to a common time base by referring to the time difference between two systems.

  15. Development of a high-performance control system by decentralization with reflective memory on QUEST

    Energy Technology Data Exchange (ETDEWEB)

    Hasegawa, Makoto, E-mail: hasegawa@triam.kyushu-u.ac.jp [RIAM, Kyushu University, Kasuga, Fukuoka (Japan); Nakamura, Kazuo; Zushi, Hideki; Hanada, Kazuaki; Fujisawa, Akihide [RIAM, Kyushu University, Kasuga, Fukuoka (Japan); Mitarai, Osamu [Tokai University, Toroku, Kumamoto (Japan); Tokunaga, Kazutoshi; Idei, Hiroshi; Nagashima, Yoshihiko; Kawasaki, Shoji; Nakashima, Hisatoshi; Higashijima, Aki [RIAM, Kyushu University, Kasuga, Fukuoka (Japan)

    2015-10-15

    Graphical abstract: - Highlights: • The plasma control system of QUEST is decentralized by a reflective memory. • The latency due to RFM transaction is 250 μs with the data sharing of 1 kB. • The time synchronization of systems is done by referring to its time difference. • Core occupancy due to RFM is usually 60%, and 90% intermittently. - Abstract: The plasma control system (PCS) of QUEST was a centralized system, which lost its scalability because of the overload imposed on its central processing unit (CPU) of the PCS, making it impossible to add new functions. Thus, the PCS is distributed into a main workstation (WS) and subsystem (SS) with a reflective memory (RFM) in order to share data between these systems so as to mitigate the load on each system. As a result, 128 double-precision floating-point numbers (DBLs) can be transferred from the SS to the WS with a maximum latency of 250 μs. The WS and the SS each have quad-core CPUs, and tasks are executed in parallel. Although one of the four cores is intermittently occupied by up to 90% by this transaction, the occupation is normally 60%. A time correction procedure is used to map the recorded data sets on the WS and the SS to a common time base by referring to the time difference between two systems.

  16. Innovative approaches to structuring the transaction agreement

    International Nuclear Information System (INIS)

    Droppo, D.L.

    1999-01-01

    Several issues regarding the negotiation and structuring of oil and gas property transactions are reviewed. They include: (1) areas of mutual exclusion covenants, (2) use of the short-form term sheet or letter agreement or the longer, more comprehensive formal offer or letter agreement, (3) coping with standard form purchase and sale agreements and property bid packages, (4) allocations of purchase price and their effect on ROFRs, (5) interim operations covenants, including maintaining insurance, contractual relationships and operational integrity, (6) structuring the transaction to facilitate unique financing requirements, (7) making effective use of adjustment clauses, (8) dealing with the cyclicity of commodity prices in the purchase and sale agreement, and (9) using escrow and trust arrangements to meet closure deadlines

  17. 31 CFR 595.206 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... FOREIGN ASSETS CONTROL, DEPARTMENT OF THE TREASURY TERRORISM SANCTIONS REGULATIONS Prohibitions § 595.206 Exempt transactions. (a) Personal communications. The prohibitions contained in this part do not apply to any postal, telegraphic, telephonic, or other personal communication, which does not involve the...

  18. Transaction processing in the common node of a distributed function laboratory computer system

    International Nuclear Information System (INIS)

    Stubblefield, F.W.; Dimmler, D.G.

    1975-01-01

    A computer network architecture consisting of a common node processor for managing peripherals and files and a number of private node processors for laboratory experiment control is briefly reviewed. Central to the problem of private node-common node communication is the concept of a transaction. The collection of procedures and the data structure associated with a transaction are described. The common node properties assigned to a transaction and procedures required for its complete processing are discussed. (U.S.)

  19. 76 FR 56103 - Retail Foreign Exchange Transactions; Conforming Changes to Existing Regulations in Response to...

    Science.gov (United States)

    2011-09-12

    ... off-exchange foreign currency transactions with members of the retail public (i.e., retail forex... various provisions of the CEA as amended by the Dodd-Frank Act with respect to retail forex transactions... counterparty to a retail forex transaction under CEA Section 2(c)(2)(B) (``permitted counterparty''), which...

  20. 31 CFR 515.577 - Authorized transactions necessary and ordinarily incident to publishing.

    Science.gov (United States)

    2010-07-01

    ... ordinarily incident to publishing. 515.577 Section 515.577 Money and Finance: Treasury Regulations Relating... Authorized transactions necessary and ordinarily incident to publishing. (a) To the extent that such... engage in all transactions necessary and ordinarily incident to the publishing and marketing of...

  1. A trusted cryptocurrency scheme for secure and verifiable digital transactions

    OpenAIRE

    Baldi, Marco; Chiaraluce, Franco

    2017-01-01

    Decentralized digital currency systems known as cryptocurrencies are a breakthrough in electronic payments: the absence of a central authority can avoid the risk that a not fully reliable government seizes assets or causes hyperinflation, very small transactions can be made without incurring high costs and transactions can be traced, thus providing a tool to counter laundering and tax evasion. Furthermore, decentralization provides robustness against many attacks. Despite these advantages, cr...

  2. 49 CFR 534.6 - Reporting corporate transactions.

    Science.gov (United States)

    2010-10-01

    ... CONTEXT OF CHANGES IN CORPORATE RELATIONSHIPS § 534.6 Reporting corporate transactions. Manufacturers who... preparing the report; (iii) Identify the production year being reported on; (iv) Be written in the English...

  3. SPECIFICITY OF TRANSACTION COSTS IN THE SPHERE OF EDUCATION IN THE EMERGING KNOWLEDGE ECONOMY

    Directory of Open Access Journals (Sweden)

    A. G. Furin

    2014-01-01

    Full Text Available The paper considers the specifics of transaction costs in the sphere of education. Comparative analysis of the theoretical framework of the research devoted to the theory of transaction costs, allowed us to determine the causes and types of transaction costs in the educational environment. On the basis of the existing conceptual framework and specifics of the education system the paper formulates the definition of transaction costs and their classification is given on the basis of the principle of legality. The conclusion is that the minimization of the «illegal» costs is possible through the creation of information management system within the education cluster.

  4. Assessment for feasibility and pricing of wheeling transactions under deregulated environment of power industry

    International Nuclear Information System (INIS)

    Yog Raj Sood; Narayana Prasad Padhy; Hari Om Gupta

    2004-01-01

    Many transactions of electrical power are expected to take place due to deregulation of electrical power industry. It is important for independent power producers, independent system operator and bulk power consumers (load centers) to know and select the least cost transaction among all the feasible transactions. In this paper, selection of best possible wheeling transaction in a deregulated power system has been determined based on available transfer capability and short run marginal cost. The proposed algorithm has been tested and analyzed for IEEE-30 bus test system and hence applied to South African power industry, the results so obtained are found to be of very much practical use. (author)

  5. Administration and transaction cost estimates for a greenhouse gas offset system : final report

    International Nuclear Information System (INIS)

    2004-01-01

    Canada's Climate Change Plan provides large final emitters (LFEs) with the option to meet their emission targets through the purchase of domestic greenhouse gas (GHG) offset credits. This paper presents the results of a study which identified and estimated transaction costs associated with an offset system. The cost to both proponents and governments were identified. The study also suggested ways to reduce administration and transaction costs through design options. The study considered projects involving agriculture, forests, landfill gas capture, renewable energy and energy efficiency within a potential domestic offset system. It was determined that average transaction costs per tonne range from $19 per tonne to $0.05 depending on the design choice and project type. Total administration costs did not vary more than 5 per cent between different design choices. The total system costs, which are the combination of all transaction and administration costs, are the best indicator for the potential of a project. Eight case studies were examined and costs per tonne were presented. According to the results, the best opportunities to reduce both transaction and administration costs are to choose a broad approach to baselines, boundaries and quantification; and, to allow pooling in the forestry and agriculture sectors. Transaction costs can be lowered further by reducing the frequency of monitoring and verification and allowing pre-2008 crediting. refs., tabs., figs

  6. Analysis of Transaction Costs in Logistics and the Methodologies for Their Information Reflection for Automotive Companies

    Directory of Open Access Journals (Sweden)

    Ol’ga Evgen’evna Kovrizhnykh

    2016-12-01

    Full Text Available Transaction costs emerge in different types of logistics activities and influence the material flow and the accompanying financial and information flows; due to this fact, the information support and assessment are important tasks for the enterprise. The paper analyzes transaction costs in logistics for automotive manufacturers; according to the analysis, the level of these costs in any functional area of “logistics supply” ranges from 1.5 to 20%. These are only the official figures of transaction costs of enterprises that do not take into consideration implicit costs. Despite the growing interest in transaction costs in logistics in the latest fifteen years, this topic is covered rather poorly in Russian literature; the definition of “transaction costs” is unclear, there is no technique of their information reflection and assessment. We have developed the methods for information reflection of transaction costs that can be used by automotive enterprises. Each enterprise will have an opportunity to choose the most suitable technique for information reflection of transaction costs or to compare the level of transaction costs when using different techniques. Application of techniques for information reflection of transaction costs allows the enterprises to increase profits by optimizing and reducing costs and using their assets more effectively, to identify possible ways to improve cost parameters of their performance, to improve their efficiency and productivity; to cut out unnecessary or duplicate activities, to optimize the number of staff involved in a particular activity

  7. Barriers to Building Energy Efficiency (BEE) promotion: A transaction costs perspective

    Science.gov (United States)

    Qian Kun, Queena

    Worldwide, buildings account for a surprisingly high 40% of global energy consumption, and the resulting carbon footprint significantly exceeds that of all forms of transportation combined. Large and attractive opportunities exist to reduce buildings' energy use at lower costs and higher returns than in other sectors. This thesis analyzes the concerns of the market stakeholders, mainly real estate developers and end-users, in terms of transaction costs as they make decisions about investing in Building Energy Efficiency (BEE). It provides a detailed analysis of the current situation and future prospects for BEE adoption by the market's stakeholders. It delineates the market and lays out the economic and institutional barriers to the large-scale deployment of energy-efficient building techniques. The aim of this research is to investigate the barriers raised by transaction costs that hinder market stakeholders from investing in BEES. It explains interactions among stakeholders in general and in the specific case of Hong Kong as they consider transaction costs. It focuses on the influence of transaction costs on the decision-making of the stakeholders during the entire process of real estate development. The objectives are: 1) To establish an analytical framework for understanding the barriers to BEE investment with consideration of transaction costs; 2) To build a theoretical game model of decision making among the BEE market stakeholders; 3) To study the empirical data from questionnaire surveys of building designers and from focused interviews with real estate developers in Hong Kong; 4) To triangulate the study's empirical findings with those of the theoretical model and analytical framework. The study shows that a coherent institutional framework needs to be established to ensure that the design and implementation of BEE policies acknowledge the concerns of market stakeholders by taking transaction costs into consideration. Regulatory and incentive options

  8. Processing of extreme moving-object update and query workloads in main memory

    DEFF Research Database (Denmark)

    Sidlauskas, Darius; Saltenis, Simonas; Jensen, Christian S.

    2014-01-01

    traditional transaction processing in the context of our target domain and propose new semantics that enable a high degree of parallelism and ensure up-to-date query results. We define the new semantics for range and k-nearest neighbor queries. Then, we present a main-memory indexing technique called parallel...... grid that implements the proposed semantics as well as two other variants supporting different semantics. This enables us to quantify the effects that different degrees of consistency have on performance. We also present an alternative time-partitioning approach. Empirical studies with the above...

  9. The Effect of Volume of Transaction On The Intention Towards Tax E-filing

    OpenAIRE

    Aziz Saliza Abdul; Idris Kamil Md

    2017-01-01

    Volume of transaction is specifically referring to number of clients or return forms dealing by tax agents/preparers. This variable does play role even though there is less empirical evidence on this matter. This paper is basically to explore the effect of volume of transaction that could possibly influence the acceptance of tax e-filing system as it did in other areas of transaction i.e. court cases. Undoubtedly, it is proved to be significantly influenced the behavioural intention towards t...

  10. FCJ-149 Affect and Care in Intimate Transactions

    Directory of Open Access Journals (Sweden)

    Lone Bertelsen

    2012-01-01

    Full Text Available This article considers the ‘co-affective’ power of the new media artwork Intimate Transactions. This co-affective power operates at the ‘trans-subjective’ level of experience. In order to explore this level of experience the article draws on the work of Brian Massumi, Bracha Ettinger and Felix Guattari amongst others. For these thinkers the ‘trans-subjective’ level of experience, precisely because it is ‘co-affective’, holds ethical potential. The article argues for the importance of tending to ‘co-affective’ level of experience – both in designing “interactive” art, such as Intimate Transactions, and in life more generally.

  11. Transaction costs and sequential bargaining in transferable discharge permit markets.

    Science.gov (United States)

    Netusil, N R; Braden, J B

    2001-03-01

    Market-type mechanisms have been introduced and are being explored for various environmental programs. Several existing programs, however, have not attained the cost savings that were initially projected. Modeling that acknowledges the role of transactions costs and the discrete, bilateral, and sequential manner in which trades are executed should provide a more realistic basis for calculating potential cost savings. This paper presents empirical evidence on potential cost savings by examining a market for the abatement of sediment from farmland. Empirical results based on a market simulation model find no statistically significant change in mean abatement costs under several transaction cost levels when contracts are randomly executed. An alternative method of contract execution, gain-ranked, yields similar results. At the highest transaction cost level studied, trading reduces the total cost of compliance relative to a uniform standard that reflects current regulations.

  12. PERANCANGAN KANAL KOMUNIKASI PADA TRANSACTION LEVEL MODELING DALAM PERANCANGAN EMBEDDED SYSTEM

    Directory of Open Access Journals (Sweden)

    Maman Abdurohman

    2012-05-01

    Full Text Available Pada embedded system terdapat dua bagian penting yaitu komponen komputasi (register dan komponen komunikasi. Komponen komunikasi menjadi perhatian penting pada mekanisme pemodelan level transaksi (Transaction Level Modeling, TLM. Kanal komunikasi adalah komponen untuk transaksi antar register. Fokus pembahasan TLM adalah perancangan kanal yang dapat mengakomodasi untuk peningkatan level transaksi. Kanal (channel adalah implementasi bus untuk komunikasi antar komponen pada embedded system. Hal ini adalah kunci penting untuk mencapai impelementasi TLM untuk meningkatkan efisiensi pemodelan. Pada paper ini diusulkan beberapa definisi rancangan kanal sebagai implementasi TLM untuk perancangan embedded system. Hasilnya menunjukan bahwa rancangan kanal dapat berjalan sebagai bus untuk transaksi pada TLM. Paper ini menggunakan SystemC sebagai bahasa pemodelan. On embedded systems, there are two important parts: computational components (registers and communication components. Communication component becomes an important attention on the mechanism of transaction level modeling (TLM. Communication channel is a component for transactions between registers. The focus of TLM is the design of the channel that could accommodate for the increased level of transactions. Channel is the implementation of the bus for communication between components in embedded systems. This is an important key to achieve the implementation of TLM to improve the efficiency of modeling. This paper proposed a definition of the channel design as the implementation of TLM for embedded systems design. The result shows that the design of the channel can run as a bus for transactions on the TLM. This paper uses SystemC as modeling language.

  13. Pattern of secure bilateral transactions ensuring power economic dispatch in hybrid electricity markets

    International Nuclear Information System (INIS)

    Kumar, Ashwani; Gao, Wenzhong

    2009-01-01

    This paper proposes a new method for secure bilateral transactions determination ensuring economic power dispatch of the generators using new AC distribution factors for pool and bilateral coordinated markets. The new optimization problem considers simultaneous minimization of deviations from scheduled transactions and fuel cost of the generators in the network. The fuel cost has been obtained for hybrid market model and impact of different percentage of bilateral demand on fuel cost, generation share, and pattern of transactions has also been determined. The impact of optimally located unified power flow controller (UPFC) on the bilateral transactions, fuel cost and generation pattern has also been studied. The results have also been obtained for pool market model. The proposed technique has been applied on IEEE 24-bus reliability test system (RTS). (author)

  14. The Impact of Trust on the Mode of Transaction Governance between Manufacturer and Distributor: Evidence from Georgia

    Directory of Open Access Journals (Sweden)

    George BERULAVA

    2008-11-01

    Full Text Available The goal of the paper is to explore main determinants of the mode of transaction governance between manufacturers and distributors. We examine a number of types of transaction governance, viz., markets, relational transacting, and hierarchies. The model proposed in the paper integrates the concept of trust with key dimensions of transaction cost economics, being estimated with data from a sample of Georgian manufacturing industries. The main finding of the study is that trust along with traditional dimensions of transaction cost economics has a significant impact on the choice of exchange governance mode

  15. Uncertainty and stochasticity of business transactions: the issue of accounting

    OpenAIRE

    Mykhaylo Luchko

    2013-01-01

    This paper considers the questions referred to accounting as a management tool of the related to risk business transactions. Found that accounting as a management function is primarily people's knowledge about the status and behavior of assets, capital and liabilities under the influence of business operations at all levels of the company’s hierarchy. There are also business processes as objects of accounting. Found that all business transactions and business processes associated with the ris...

  16. Managerial responses to transaction cost disequilibrium in food supply chains and networks

    NARCIS (Netherlands)

    Bremmers, H.J.; Meulen, van der B.M.J.; Poppe, K.J.; Wijnands, J.H.M.

    2010-01-01

    Differences in transaction costs (i.e. costs of information processing, monitoring and control) between firms in local supply chains as well as in an international setting may have a negative impact on competitiveness and on creation of value added. Transaction cost disequilibrium is defined as a

  17. Bilateral transaction bargaining between independent utilities under incomplete information

    International Nuclear Information System (INIS)

    David, A. K.; Wen, F. S.

    2001-01-01

    A new approach to designing bilateral power transaction bargaining models between two independent utilities in a deregulated electricity market is proposed. In the paper it is assumed that each utility (a seller or a buyer) knows its own operating costs but does not know those of its opponent. The bilateral power transaction problem is then considered as non-cooperative bargaining under incomplete information. Each participant develops its own bargaining strategy based on estimates of the opponent's operating costs and bargaining strategy. Two bargaining models are developed and examples are employed for demonstration. (Author)

  18. Alcohol Use and Transactional Sex among Women in South Africa: Results from a Nationally Representative Survey.

    Directory of Open Access Journals (Sweden)

    Sarah Magni

    Full Text Available Transactional sex is a risk factor for HIV infection. Alcohol use may increase the risk of transactional sex. No nationally-representative studies have examined the relationship between multiple dimensions of alcohol use and transactional sex in women in South Africa. The aim of the study was to examine the relationship between alcohol dependence, binge drinking and frequency of drinking in the past month and transactional sex in adult women in South Africa.A cross-sectional study using multi-stage, cluster sampling collected data from a nationally representative sample of 5,969 women aged 16-55 years in 2012. The analysis conducted for this paper was restricted to women reporting sexual activity in the past 12 months (n = 3,594. Transactional sex was defined as having received money/gifts in exchange for sex with any sex partner in the past year. Alcohol use measures included: alcohol dependence (≥2 positive responses to the CAGE questionnaire; binge drinking (≥4 drinks for women on one occasion; and drinking frequency in the previous month. Logistic regression models were built to test the hypotheses that each dimension of alcohol use was associated with transactional sex.About 6.3% (n = 225 of sexually active women reported transactional sex. Almost a third (30.6% of sexually active women had ever drunk alcohol, and 19.2% were current (past month drinkers. Among lifetime drinkers, 28.0% were alcohol dependent and 56.6% were binge drinkers. Alcohol dependent women were twice as likely to report transactional sex (AOR 2.0, 95% CI 1.1-4.3, p<0.05 than those not alcohol dependent. Binge drinkers were 3.1 times more likely to have had transactional sex (95% CI 1.5-6.6, p<0.01 than non-binge drinkers. There was no significant relationship between frequency of drinking in the past month and transactional sex.Alcohol dependency and binge drinking are significantly associated with transactional sex in South African women. HIV prevention programmes

  19. FACTORS INFLUENCING SMALLHOLDERS' TRANSACTION COST OF BORROWING FROM THE NIGERIAN AGRICULTURAL AND COOPERATIVE BANK

    OpenAIRE

    Olomola, A.S.

    1992-01-01

    In Nigeria, small-scale farmers are reluctant to borrow from formal institutions because of high transaction costs. This paper examines the components and determinants of borrowing transaction costs and argues that unless the loan administrative strategies are simplified and channels of loan delivery diversified, farmers would continue to find it difficult to use formal loans. Borrowing transaction costs are defined as the administrative expenses and transportation cost incurred by borrowers ...

  20. Consensual exploitation : the moral wrong in exploitation and legal restrictions on consensual exploitative transactions

    OpenAIRE

    van der Neut, Wendy

    2014-01-01

    This thesis is about so-­‐called consensual exploitative transactions: transactions to which all parties agree voluntarily, and which are beneficial for all parties, but which are still widely considered exploitative, and for that reason legally restricted in many countries. The thesis asks two main questions: 1. What is wrong with consensual exploitation? 2.What implications does the answer to this question have for the legal restriction of consensual transactions ...

  1. How Is the Liberalization of Food Markets Progressing? Market Integration and Transaction Costs in Subsistence Economies

    NARCIS (Netherlands)

    Zant, W.

    2013-01-01

    We propose a modification of Baulch's parity bounds model to measure the market integration of food markets in developing countries. Instead of extrapolating a single observation of transaction costs, we estimate transaction costs. Predicted transaction costs compare well with survey data of

  2. 31 CFR 536.205 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 536.205 Section 536.205 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... creation of information and informational materials, and payment of royalties to a specially designated...

  3. 31 CFR 800.207 - Covered transaction.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Covered transaction. 800.207 Section 800.207 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF..., which could result in control of a U.S. business by a foreign person. ...

  4. FIRM SIZE EFFECTS ON TRANSACTION COSTS

    NARCIS (Netherlands)

    NOOTEBOOM, B

    1993-01-01

    Associated with effects of scale, scope, experience and learning there are effects of firm size on transaction costs; in the stages of contact, contract and control. These effects are due to ''threshold costs'' in setting up contacts, contracts and governance schemes, and to differences with respect

  5. Transactions of the Zimbabwe Scientific Association

    African Journals Online (AJOL)

    The Zimbabwe Scientific Association was founded in Bulawayo in 1899 (called the Rhodesia Scientific Assocation at the time) to promote the study and advancement of science in Zimbabwe and to facilitate the acquisition and dissemination of scientific knowledge. Its journal, Transactions of the Zimbabwe Scientific ...

  6. Accounting mortgage transactions: directions of improvement

    Directory of Open Access Journals (Sweden)

    I.M. Vygivska

    2016-12-01

    Full Text Available Fragmentation methods of accounting of contractual obligations secured by mortgage, discussion questions evaluating the object of mortgage at the stage of conclusion of loan agreements (credit and the probability of default and foreclosure with the mortgagor necessitated a comprehensive research and development of methodical maintenance of accounting mortgage transactions in subjects of its implementation (the mortgagor and mortgagee, including the improvement of the order of accounting reflection operations with a mortgage of property rights, hypothec, «solid mortgage», mortgage securities, the mortgage of goods in circulation or processing. The article also provides the procedure of evaluating the object of mortgage at default of the mortgagor conditions of the contract taking into account its depreciation (physical and moral deterioration during the loan repayment period; the author specifies the procedure for recording of transactions related to the sale of such objects as the basis for providing contractual management process obligations of the debtor with relevant information.

  7. Predicting Fluctuations in Cryptocurrency Transactions Based on User Comments and Replies.

    Science.gov (United States)

    Kim, Young Bin; Kim, Jun Gi; Kim, Wook; Im, Jae Ho; Kim, Tae Hyeong; Kang, Shin Jin; Kim, Chang Hun

    2016-01-01

    This paper proposes a method to predict fluctuations in the prices of cryptocurrencies, which are increasingly used for online transactions worldwide. Little research has been conducted on predicting fluctuations in the price and number of transactions of a variety of cryptocurrencies. Moreover, the few methods proposed to predict fluctuation in currency prices are inefficient because they fail to take into account the differences in attributes between real currencies and cryptocurrencies. This paper analyzes user comments in online cryptocurrency communities to predict fluctuations in the prices of cryptocurrencies and the number of transactions. By focusing on three cryptocurrencies, each with a large market size and user base, this paper attempts to predict such fluctuations by using a simple and efficient method.

  8. A Formal Analysis of the Web Services Atomic Transaction Protocol with UPPAAL

    DEFF Research Database (Denmark)

    Ravn, Anders Peter; Srba, Jiri; Vighio, Saleem

    2010-01-01

    We present a formal analysis of the Web Services Atomic Transaction (WS-AT) protocol. WS-AT is a part of the WS-Coordination framework and describes an algorithm for reaching agreement on the outcome of a distributed transaction. The protocol is modelled and verified using the model checker UPPAAL...

  9. Transactional Problem Content in Cost Discounting: Parallel Effects for Probability and Delay

    Science.gov (United States)

    Jones, Stephen; Oaksford, Mike

    2011-01-01

    Four experiments investigated the effects of transactional content on temporal and probabilistic discounting of costs. Kusev, van Schaik, Ayton, Dent, and Chater (2009) have shown that content other than gambles can alter decision-making behavior even when associated value and probabilities are held constant. Transactions were hypothesized to lead…

  10. 17 CFR 229.1005 - (Item 1005) Past contacts, transactions, negotiations and agreements.

    Science.gov (United States)

    2010-04-01

    ... transaction or series of similar transactions with that person exceeds $60,000. (b) Significant corporate... and disclosed in a proxy statement, report or other communication sent to security holders by the... specifically to the discussion in the proxy statement, report or other communication that was sent to security...

  11. Do the rich get richer? An empirical analysis of the Bitcoin transaction network.

    Directory of Open Access Journals (Sweden)

    Dániel Kondor

    Full Text Available The possibility to analyze everyday monetary transactions is limited by the scarcity of available data, as this kind of information is usually considered highly sensitive. Present econophysics models are usually employed on presumed random networks of interacting agents, and only some macroscopic properties (e.g. the resulting wealth distribution are compared to real-world data. In this paper, we analyze Bitcoin, which is a novel digital currency system, where the complete list of transactions is publicly available. Using this dataset, we reconstruct the network of transactions and extract the time and amount of each payment. We analyze the structure of the transaction network by measuring network characteristics over time, such as the degree distribution, degree correlations and clustering. We find that linear preferential attachment drives the growth of the network. We also study the dynamics taking place on the transaction network, i.e. the flow of money. We measure temporal patterns and the wealth accumulation. Investigating the microscopic statistics of money movement, we find that sublinear preferential attachment governs the evolution of the wealth distribution. We report a scaling law between the degree and wealth associated to individual nodes.

  12. Do the rich get richer? An empirical analysis of the Bitcoin transaction network.

    Science.gov (United States)

    Kondor, Dániel; Pósfai, Márton; Csabai, István; Vattay, Gábor

    2014-01-01

    The possibility to analyze everyday monetary transactions is limited by the scarcity of available data, as this kind of information is usually considered highly sensitive. Present econophysics models are usually employed on presumed random networks of interacting agents, and only some macroscopic properties (e.g. the resulting wealth distribution) are compared to real-world data. In this paper, we analyze Bitcoin, which is a novel digital currency system, where the complete list of transactions is publicly available. Using this dataset, we reconstruct the network of transactions and extract the time and amount of each payment. We analyze the structure of the transaction network by measuring network characteristics over time, such as the degree distribution, degree correlations and clustering. We find that linear preferential attachment drives the growth of the network. We also study the dynamics taking place on the transaction network, i.e. the flow of money. We measure temporal patterns and the wealth accumulation. Investigating the microscopic statistics of money movement, we find that sublinear preferential attachment governs the evolution of the wealth distribution. We report a scaling law between the degree and wealth associated to individual nodes.

  13. Do the Rich Get Richer? An Empirical Analysis of the Bitcoin Transaction Network

    Science.gov (United States)

    Kondor, Dániel; Pósfai, Márton; Csabai, István; Vattay, Gábor

    2014-01-01

    The possibility to analyze everyday monetary transactions is limited by the scarcity of available data, as this kind of information is usually considered highly sensitive. Present econophysics models are usually employed on presumed random networks of interacting agents, and only some macroscopic properties (e.g. the resulting wealth distribution) are compared to real-world data. In this paper, we analyze Bitcoin, which is a novel digital currency system, where the complete list of transactions is publicly available. Using this dataset, we reconstruct the network of transactions and extract the time and amount of each payment. We analyze the structure of the transaction network by measuring network characteristics over time, such as the degree distribution, degree correlations and clustering. We find that linear preferential attachment drives the growth of the network. We also study the dynamics taking place on the transaction network, i.e. the flow of money. We measure temporal patterns and the wealth accumulation. Investigating the microscopic statistics of money movement, we find that sublinear preferential attachment governs the evolution of the wealth distribution. We report a scaling law between the degree and wealth associated to individual nodes. PMID:24505257

  14. IMPROVING STUDENT PERFORMANCE AND FACULTY EVALUATION: A TRANSACTIONAL RELATIONSHIP STRATEGY

    OpenAIRE

    Wade, Mark A.

    2000-01-01

    As in any relationship between buyer and seller, the educational transaction between learner and teacher requires that a level of receptivity be created so that features, advantages and benefits of the transaction can be examined. Student responses to instructor efforts to create a vested covenant in the classroom were evaluated. Teaching methods were altered in two of four course sessions taught by the instructor. When efforts were made to gain student ownership of the class, both student gr...

  15. Private benefits in corporate control transactions

    DEFF Research Database (Denmark)

    Poulsen, Thomas

    This paper presents an analytical framework from which it can be inferred whether sellers or buyers in corporate control transactions value private benefits highest. I am thus able to suggest an answer to the question: Are blocks of shares traded because the buyer is a more efficient monitor...

  16. 31 CFR 588.206 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 588.206 Section 588.206 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... assist in the creation of information or informational materials; and, with respect to information or...

  17. 31 CFR 560.210 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 560.210 Section 560.210 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... services to market, produce or co-produce, create or assist in the creation of information and...

  18. 31 CFR 545.208 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 545.208 Section 545.208 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... assist in the creation of information or informational materials; and, with respect to information or...

  19. 31 CFR 542.206 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 542.206 Section 542.206 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... assist in the creation of information or informational materials; and, with respect to information or...

  20. 31 CFR 587.206 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 587.206 Section 587.206 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF...-produce, create, or assist in the creation of information or informational materials; and, with respect to...

  1. 31 CFR 586.206 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 586.206 Section 586.206 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... or assist in the creation of information and informational materials, and payment of royalties to...

  2. 31 CFR 537.210 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 537.210 Section 537.210 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... assist in the creation of information or informational materials; and, with respect to information or...

  3. 31 CFR 538.212 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 538.212 Section 538.212 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... services to market, produce or co-produce, create or assist in the creation of information and...

  4. 31 CFR 548.206 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 548.206 Section 548.206 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... assist in the creation of information or informational materials; and, with respect to information or...

  5. 31 CFR 544.206 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 544.206 Section 544.206 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF...-produce, create, or assist in the creation of information or informational materials; and, with respect to...

  6. 31 CFR 541.206 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 541.206 Section 541.206 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... assist in the creation of information or informational materials; and, with respect to information or...

  7. 31 CFR 337.7 - Servicing transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 2 2010-07-01 2010-07-01 false Servicing transactions. 337.7 Section 337.7 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) FISCAL SERVICE...-entry debenture system, to be announced in advance by separate public notice, any transfer or...

  8. Linear versus quadratic portfolio optimization model with transaction cost

    Science.gov (United States)

    Razak, Norhidayah Bt Ab; Kamil, Karmila Hanim; Elias, Siti Masitah

    2014-06-01

    Optimization model is introduced to become one of the decision making tools in investment. Hence, it is always a big challenge for investors to select the best model that could fulfill their goal in investment with respect to risk and return. In this paper we aims to discuss and compare the portfolio allocation and performance generated by quadratic and linear portfolio optimization models namely of Markowitz and Maximin model respectively. The application of these models has been proven to be significant and popular among others. However transaction cost has been debated as one of the important aspects that should be considered for portfolio reallocation as portfolio return could be significantly reduced when transaction cost is taken into consideration. Therefore, recognizing the importance to consider transaction cost value when calculating portfolio' return, we formulate this paper by using data from Shariah compliant securities listed in Bursa Malaysia. It is expected that, results from this paper will effectively justify the advantage of one model to another and shed some lights in quest to find the best decision making tools in investment for individual investors.

  9. 31 CFR 306.105 - Requests for suspension of transactions in registered securities.

    Science.gov (United States)

    2010-07-01

    ... assignment was affected by fraud, the transaction for which the security was received will be suspended. The... notifies the Bureau that the assignment was affected by fraud or that the security had been lost or stolen... transactions in registered securities. 306.105 Section 306.105 Money and Finance: Treasury Regulations Relating...

  10. Influence of Transaction costs and real options on firms' own-or-rent ...

    African Journals Online (AJOL)

    Based on secondary data on 79 companies in Mekelle, Ethiopia, this paper investigates the influence of transaction cost and real option factors on firms' own or rent decision for building resources. Empirical results suggest that both transaction cost and option factors have significant influence on firms' own or rent decision.

  11. 12 CFR 220.101 - Transactions of customers who are brokers or dealers.

    Science.gov (United States)

    2010-01-01

    ... 12 Banks and Banking 3 2010-01-01 2010-01-01 false Transactions of customers who are brokers or... OF THE FEDERAL RESERVE SYSTEM CREDIT BY BROKERS AND DEALERS (REGULATION T) Interpretations § 220.101 Transactions of customers who are brokers or dealers. The Board has recently considered certain questions...

  12. 17 CFR 230.165 - Offers made in connection with a business combination transaction.

    Science.gov (United States)

    2010-04-01

    ... a business combination transaction. 230.165 Section 230.165 Commodity and Securities Exchanges... Offers made in connection with a business combination transaction. Preliminary Note: This section is available only to communications relating to business combinations. The exemption does not apply to...

  13. Asian Option Pricing with Monotonous Transaction Costs under Fractional Brownian Motion

    Directory of Open Access Journals (Sweden)

    Di Pan

    2013-01-01

    Full Text Available Geometric-average Asian option pricing model with monotonous transaction cost rate under fractional Brownian motion was established. The method of partial differential equations was used to solve this model and the analytical expressions of the Asian option value were obtained. The numerical experiments show that Hurst exponent of the fractional Brownian motion and transaction cost rate have a significant impact on the option value.

  14. Fraud Detection in Credit Card Transactions; Using Parallel Processing of Anomalies in Big Data

    Directory of Open Access Journals (Sweden)

    Mohammad Reza Taghva

    2016-10-01

    Full Text Available In parallel to the increasing use of electronic cards, especially in the banking industry, the volume of transactions using these cards has grown rapidly. Moreover, the financial nature of these cards has led to the desirability of fraud in this area. The present study with Map Reduce approach and parallel processing, applied the Kohonen neural network model to detect abnormalities in bank card transactions. For this purpose, firstly it was proposed to classify all transactions into the fraudulent and legal which showed better performance compared with other methods. In the next step, we transformed the Kohonen model into the form of parallel task which demonstrated appropriate performance in terms of time; as expected to be well implemented in transactions with Big Data assumptions.

  15. Monetary policy and the transaction role of money in the United States

    NARCIS (Netherlands)

    Kriwoluzky, A.; Stoltenberg, C.A.

    2012-01-01

    We argue that the declining importance of money in saving transaction costs can explain the well-known fact that U.S. interest rate policy was passive in the pre-Volcker period and active after 1982. To identify the declining role of money in transactions as the driving force for the change in

  16. The role of 'pimping' in the mediation of transactional sex at a ...

    African Journals Online (AJOL)

    The article focuses on a very specific form of transactional sex that exists at a university campus in Zimbabwe, which students refer to as 'pimping.' Drawing extensively on the specific experiences of a male student pimp, the article demonstrates that, in practice, transactional sex takes different forms and is not always ...

  17. Resilient data staging through MxN distributed transactions.

    Energy Technology Data Exchange (ETDEWEB)

    Schwan, Karsten (Georgia Institute of Technology, Atlanta, GA); Oldfield, Ron A.; Lofstead, Gerald Fredrick, II; Dayal, Jai (Georgia Institute of Technology, Atlanta, GA)

    2011-11-01

    Scientific computing-driven discoveries are frequently driven from workflows that use persistent storage as a staging area for data between operations. With the bad and progressively worse bandwidth vs. data size issues as we continue towards exascale, eliminating persistent storage through techniques like data staging will both enable these workflows to continue online, but also enable more interactive workflows reducing the time to scientific discoveries. Data staging has shown to be an effective way for applications running on high-end computing platforms to offload expensive I/O operations and to manage the tremendous amounts of data they produce. This data staging approach, however, lacks the ACID style guarantees traditional straight-to-disk methods provide. Distributed transactions are a proven way to add ACID properties to data movements, however distributed transactions follow 1xN data movement semantics, where our highly parallel HPC environments employ MxN data movement semantics. In this paper we present a novel protocol that extends distributed transaction terminology to include MxN semantics which allows our data staging areas to benefit from ACID properties. We show that with our protocol we can provide resilient data staging with a limited performance penalty over current data staging implementations.

  18. Transactional Sex among Youths in Post-conflict Liberia

    Science.gov (United States)

    Kennedy, Stephen B.; Barbu, Ernlee M.; Nagbe, Wede; Seekey, Wede; Sirleaf, Prince; Perry, Oretha; Martin, Roland B.; Sosu, Fred

    2011-01-01

    This paper presents findings on sexual risk behaviours of Liberian youths based on five focus-group discussions conducted with 6th and 7th graders (n=36) attending an elementary/middle school in Monrovia, Liberia. The purpose of the focus-group discussions was to gain an understanding of the sexual behaviours of in-school Liberian adolescents. The focus-group discussions were part of a larger study to adapt an evi-dence-based HIV-prevention intervention—Making Proud Choices!—for in-school youths. Post-conflict conditions were discussed as a contributor to the emergence of high-risk sexual behaviours, including transactional sex, sexual violence, and lack of condom-use. Transactional sex was often described by the focus-group participants as occurring between young females and older, more financially-secure males to obtain cash, food, clothing, western commodities, and school-fees and was often encouraged by parents and promoted by peers. The findings also indicate that female adolescents make choices to engage in transactional sex to gain access to a continuum of material and consumer needs. These findings suggest that individual risk-taking behaviours are nested within complex sexual economies and that HIV-prevention interventions should be considered that leverage females’ agency and control. PMID:21608420

  19. Private Benefits in Corporate Control Transactions

    DEFF Research Database (Denmark)

    Poulsen, Thomas

    2011-01-01

    This paper presents an analytical framework from which it can be inferred whether sellers or buyers in block transactions value private benefits highest. I am thus able to suggest an answer to the question: Are blocks of shares traded because the buyer has high security benefits, or because the b...

  20. 31 CFR 539.204 - Exempt transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Exempt transactions. 539.204 Section 539.204 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... of services to market, produce or co-produce, create, or assist in the creation of information or...

  1. 21 CFR 1310.08 - Excluded transactions.

    Science.gov (United States)

    2010-04-01

    ... 21 Food and Drugs 9 2010-04-01 2010-04-01 false Excluded transactions. 1310.08 Section 1310.08 Food and Drugs DRUG ENFORCEMENT ADMINISTRATION, DEPARTMENT OF JUSTICE RECORDS AND REPORTS OF LISTED...) Colombia (6) Ecuador (7) French Guiana (8) Guyana (9) Panama (10) Paraguay (11) Peru (12) Suriname (13...

  2. Transaction charges allocation using sensitivity factor methodology

    Indian Academy of Sciences (India)

    Under this framework, the transmission tariff charged for the customers becomes ... Ni et al (2000) applied graph theory to solve the problem of power flow .... The coefficient of linear relationship between the amount of transaction and flow on.

  3. Guarding against Collateral Damage during Chromatin Transactions

    DEFF Research Database (Denmark)

    Altmeyer, Matthias; Lukas, Jiri

    2013-01-01

    Signal amplifications are vital for chromatin function, yet they also bear the risk of transforming into unrestrained, self-escalating, and potentially harmful responses. Examples of inbuilt limitations are emerging, revealing how chromatin transactions are confined within physiological boundaries....

  4. Method and apparatus for managing transactions with connected computers

    Science.gov (United States)

    Goldsmith, Steven Y.; Phillips, Laurence R.; Spires, Shannon V.

    2003-01-01

    The present invention provides a method and apparatus that make use of existing computer and communication resources and that reduce the errors and delays common to complex transactions such as international shipping. The present invention comprises an agent-based collaborative work environment that assists geographically distributed commercial and government users in the management of complex transactions such as the transshipment of goods across the U.S.-Mexico border. Software agents can mediate the creation, validation and secure sharing of shipment information and regulatory documentation over the Internet, using the World-Wide Web to interface with human users.

  5. Providing information and enabling transactions: which website function is more important for success?

    NARCIS (Netherlands)

    Hoekstra, Janny C.; Huizingh, Eelko K.R.E.; Bijmolt, Tammo H.A.; Krawczyk, Adriana

    2015-01-01

    In this study, we propose and test a chain of effects from website content, through informational and transactional success to overall website success and company performance. This framework enables us to determine the relative importance of the informational and transaction-related website

  6. 78 FR 21045 - Adaptation of Regulations to Incorporate Swaps-Records of Transactions; Correction

    Science.gov (United States)

    2013-04-09

    ... COMMODITY FUTURES TRADING COMMISSION 17 CFR Part 1 RIN 3038-AD53 Adaptation of Regulations to Incorporate Swaps--Records of Transactions; Correction AGENCY: Commodity Futures Trading Commission. ACTION...), regarding Adaptation of Regulations to Incorporate Swaps--Records of Transactions. DATES: This correction to...

  7. Efficient Mobile Client Caching Supporting Transaction Semantics

    Directory of Open Access Journals (Sweden)

    IlYoung Chung

    2000-05-01

    Full Text Available In mobile client-server database systems, caching of frequently accessed data is an important technique that will reduce the contention on the narrow bandwidth wireless channel. As the server in mobile environments may not have any information about the state of its clients' cache(stateless server, using broadcasting approach to transmit the updated data lists to numerous concurrent mobile clients is an attractive approach. In this paper, a caching policy is proposed to maintain cache consistency for mobile computers. The proposed protocol adopts asynchronous(non-periodic broadcasting as the cache invalidation scheme, and supports transaction semantics in mobile environments. With the asynchronous broadcasting approach, the proposed protocol can improve the throughput by reducing the abortion of transactions with low communication costs. We study the performance of the protocol by means of simulation experiments.

  8. Transactive Control of Commercial Building HVAC Systems

    Energy Technology Data Exchange (ETDEWEB)

    Corbin, Charles D. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Makhmalbaf, Atefe [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Huang, Sen [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Mendon, Vrushali V. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Zhao, Mingjie [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Somasundaram, Sriram [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Liu, Guopeng [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Ngo, Hung [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Katipamula, Srinivas [Pacific Northwest National Lab. (PNNL), Richland, WA (United States)

    2016-12-30

    This document details the development and testing of market-based transactive controls for building heating, ventilating and air conditioning (HVAC) systems. These controls are intended to serve the purposes of reducing electricity use through conservation, reducing peak building electric demand, and providing demand flexibility to assist with power system operations. This report is the summary of the first year of work conducted under Phase 1 of the Clean Energy and Transactive Campus Project. The methods and techniques described here were first investigated in simulation, and then subsequently deployed to a physical testbed on the Pacific Northwest National Laboratory (PNNL) campus for validation. In this report, we describe the models and control algorithms we have developed, testing of the control algorithms in simulation, and deployment to a physical testbed. Results from physical experiments support previous simulation findings, and provide insights for further improvement.

  9. A Method for Visualizing Transaction Logs of a Faceted OPAC

    Directory of Open Access Journals (Sweden)

    Xi Niu

    2010-12-01

    Full Text Available The authors introduce a method for visualizing user transaction logs from a library catalog application. Simple visualization supporting intuitive or qualitative analysis to quickly make sense of complicated patterns can be a useful supplement or alternative to more common quantitative analysis. To this end, a visual flowchart is created illustrating an individual user session. This visualization can be used to qualitatively grasp user behavior within the application, possibly as an aid to identifying patterns or clusters of use. These flowcharts are created by automatically pre-processing apache transaction logs into an XML representation of meaningful user actions, which are then converted via JavaScript in a web browser to HTML table based flowcharts. The particular toolkit introduced is named Visualization for Understanding Transaction Logs (VUTL, and is available with an open source license. The toolkit has been prototyped with logs from the catalog applications of several academic and one public library.

  10. Provable Fair Document Exchange Protocol with Transaction Privacy for E-Commerce

    OpenAIRE

    Ren-Junn Hwang; Chih-Hua Lai

    2015-01-01

    Transaction privacy has attracted a lot of attention in the e-commerce. This study proposes an efficient and provable fair document exchange protocol with transaction privacy. Using the proposed protocol, any untrusted parties can fairly exchange documents without the assistance of online, trusted third parties. Moreover, a notary only notarizes each document once. The authorized document owner can exchange a notarized document with different parties repeatedly without disclosing the origin o...

  11. 31 CFR 800.303 - Lending transactions.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Lending transactions. 800.303 Section 800.303 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... the creation in the foreign person of a secured interest in securities or other assets of the U.S...

  12. 16 CFR 802.30 - Intraperson transactions.

    Science.gov (United States)

    2010-01-01

    ... partnership, however, the manufacturing plant it is contributing to the formation is exempt under § 802.30(c... transactions. (a) An acquisition (other than the formation of a corporation or unincorporated entity under... the profits of partnership X. A also holds 100% of the voting securities of corporation Y. A pays B in...

  13. Global transaction support for workflow management systems: from formal specification to practical implementation

    NARCIS (Netherlands)

    Grefen, P.W.P.J.; Vonk, J.; Apers, P.M.G.

    2001-01-01

    In this paper, we present an approach to global transaction management in workflow environments. The transaction mechanism is based on the well-known notion of compensation, but extended to deal with both arbitrary process structures to allow cycles in processes and safepoints to allow partial

  14. Conceptualizing and Measuring Transformational and Transactional Leadership

    DEFF Research Database (Denmark)

    Jensen, Ulrich Thy; Andersen, Lotte Bøgh; Ladegaard, Louise

    2016-01-01

    . Many public administration scholars apply the concepts, emphasizing the need to ensure that the concepts are applicable in both public and private organizations. The article reconceptualizes transformational and transactional leadership and develops and tests revised measures that can be employed...

  15. Transaction Analysis of Interactions at the Reference Desk of a Small Academic Library

    Directory of Open Access Journals (Sweden)

    Heather Empey

    2011-01-01

    Full Text Available As discussions continue about the changing nature of reference service in academic libraries, the Geoffrey R. Weller Library determined that more detailed information on what was happening at the Reference Desk was needed. During the 2006/07 academic year, transactions at the Reference Desk were analyzed to determine when they occurred (both during the week and during the academic year, the length of time the transactions took, the categories of the transactions, what sources were used and whether or not instruction was provided as part of the transaction. Another round of data was gathered in September 2009 to determine if use patterns had changed. Transactions at the Reference Desk were generally conducted in person, took either <1 min. or between 1-5 min. to answer, and occurred most often on Mon-Thurs between 11am-5pm. Between September 2006 and September 2009, specific title and research categories of questions decreased by 6% and directional and technical help categories of questions increased by 9%. There was also a decrease in the level of instruction being given. As a result of this research, service hours have been reduced and the on-going data collection at the Reference Desk has become more detailed to allow for ongoing analysis.

  16. Transactional approach in assessment of operational performance of companies in transport infrastructure

    Energy Technology Data Exchange (ETDEWEB)

    Dubrovsky, V.; Yaroshevich, N.; Kuzmin, E.

    2016-07-01

    Offer an alternative method to assess operational performance of companies in transport infrastructure of a region by making a comparison between transaction costs. The method is supposed to be a cross-functional and possibly applied to an analysis of economic entities of a different order (country, region, sector, companies) while evaluating “viscosity” / complexity of the outside and the inside. The paper includes an analysis of various methodological approaches to assess a development level of the transport infrastructure in a region. Within the author's approach and for purposed of the research, an index of transaction capacity or the transactionalness index is proposed, which determines a level of transaction costs calculated against the cost of production and revenue. The approach is piloted using the region-wise consolidated financial data of companies involved in the Russian transport infrastructure for 2005/2013. The proposed alternative way to measure corporate operating efficiency has proved its academic consistency. A specific comparison between the transaction costs using the transactionalness index allows first to identify companies or regions/sectors, where there is excess complexity of economical communication in bargaining. Secondly, the index does not only point out indirectly to a degree of development in the institutional environment, but also the infrastructure (the transport one in the example given). Third, the transactionalness level may say of uncertainty and risks. As an addition to theoretical and methodological aspects of transaction costs, the authors justify an approach to their size estimation, as well as their differentiation dividing them into two groups: those of a natural type and a background type. In a course of their discussion, the authors have concluded that there are such transaction costs in place, which are standard in a manner of speaking. There is a discussion whether it is scientifically reasonable to use an

  17. The Impact of Trust on the Mode of Transaction Governance between Manufacturer and Distributor: Evidence from Georgia

    OpenAIRE

    George BERULAVA; David LEZHAVA

    2008-01-01

    The goal of the paper is to explore main determinants of the mode of transaction governance between manufacturers and distributors. We examine a number of types of transaction governance, viz., markets, relational transacting, and hierarchies. The model proposed in the paper integrates the concept of trust with key dimensions of transaction cost economics, being estimated with data from a sample of Georgian manufacturing industries. The main finding of the study is that trust along with tra...

  18. Andra long term memory project - 59277

    International Nuclear Information System (INIS)

    Charton, Patrick; Boissier, Fabrice; Martin, Guillaume

    2012-01-01

    Document available in abstract form only. Full text of publication follows: Long term memory of repositories is required by safety, reversibility and social expectations. Thus Andra has implemented since 2010 a long-term memory project to reinforce and diversify its current arrangements in this field, as well as to explore opportunities to extend memory keeping over thousands years. The project includes opportunity studies of dedicated facilities. The 'Ecotheque' and 'Geotheque' projects contribute to memory respectively through environmental and geological samples preservation. The options of creating (i) an archive centre for Andra's interim and permanent archives, (ii) an artist center to study the contribution of arts to memory preservation, (iii) a museum of radioactive waste disposal history and technology (radium industry..., sea disposal, current solutions...) are considered. Other studies provided by the project examine our heritage. This includes the continuity of languages and symbolic systems, the continuity of writing and engraving methods, the archaeology of landscapes (memory of the earths evolution, multi-century memory of industrial and agricultural landscapes), the archaeology practices (how might a future archaeologist be interested in our current activity?), the preservation of historical sites and industrial memory, the continuity of institutional organizations, the memory and history of science evolution as well as broad history

  19. Giving or receiving something for sex: a cross-sectional study of transactional sex among Ugandan university students.

    Directory of Open Access Journals (Sweden)

    Vikas Choudhry

    Full Text Available This study sought to determine the prevalence of transactional sex among university students in Uganda and to assess the possible relationship between transactional sex and sexual coercion, physical violence, mental health, and alcohol use.In 2010, 1954 undergraduate students at a Ugandan university responded to a self-administered questionnaire that assessed mental health, substance use, physical violence and sexual behaviors including sexual coercion and transactional sex. The prevalence of transactional sex was assessed and logistic regression analysis was performed to measure the associations between various risk factors and reporting transactional sex.Approximately 25% of the study sample reported having taken part in transactional sex, with more women reporting having accepted money, gifts or some compensation for sex, while more men reporting having paid, given a gift or otherwise compensated for sex. Sexual coercion in men and women was significantly associated with having accepted money, gifts or some compensation for sex. Men who were victims of physical violence in the last 12 months had higher probability of having accepted money, gifts or some compensation for sex than other men. Women who were victims of sexual coercion reported greater likelihood of having paid, given a gift or otherwise compensated for sex. Respondents who had been victims of physical violence in last 12 months, engaged in heavy episodic drinking and had poor mental health status were more likely to have paid, given a gift or otherwise compensated for sex.University students in Uganda are at high risk of transactional sex. Young men and women may be equally vulnerable to the risks and consequences of transactional sex and should be included in program initiatives to prevent transactional sex. The role of sexual coercion, physical violence, mental health, and alcohol use should be considered when designing interventions for countering transactional sex.

  20. Socioeconomic characterization of regions through the lens of individual financial transactions

    Science.gov (United States)

    Bojic, Iva; Murillo Arias, Juan; Sobolevsky, Stanislav; Ratti, Carlo

    2017-01-01

    People are increasingly leaving digital traces of their daily activities through interacting with their digital environment. Among these traces, financial transactions are of paramount interest since they provide a panoramic view of human life through the lens of purchases, from food and clothes to sport and travel. Although many analyses have been done to study the individual preferences based on credit card transaction, characterizing human behavior at larger scales remains largely unexplored. This is mainly due to the lack of models that can relate individual transactions to macro-socioeconomic indicators. Building these models, not only can we obtain a nearly real-time information about socioeconomic characteristics of regions, usually available yearly or quarterly through official statistics, but also it can reveal hidden social and economic structures that cannot be captured by official indicators. In this paper, we aim to elucidate how macro-socioeconomic patterns could be understood based on individual financial decisions. To this end, we reveal the underlying interconnection of the network of spending leveraging anonymized individual credit/debit card transactions data, craft micro-socioeconomic indices that consists of various social and economic aspects of human life, and propose a machine learning framework to predict macro-socioeconomic indicators. PMID:29190724

  1. Socioeconomic characterization of regions through the lens of individual financial transactions.

    Directory of Open Access Journals (Sweden)

    Behrooz Hashemian

    Full Text Available People are increasingly leaving digital traces of their daily activities through interacting with their digital environment. Among these traces, financial transactions are of paramount interest since they provide a panoramic view of human life through the lens of purchases, from food and clothes to sport and travel. Although many analyses have been done to study the individual preferences based on credit card transaction, characterizing human behavior at larger scales remains largely unexplored. This is mainly due to the lack of models that can relate individual transactions to macro-socioeconomic indicators. Building these models, not only can we obtain a nearly real-time information about socioeconomic characteristics of regions, usually available yearly or quarterly through official statistics, but also it can reveal hidden social and economic structures that cannot be captured by official indicators. In this paper, we aim to elucidate how macro-socioeconomic patterns could be understood based on individual financial decisions. To this end, we reveal the underlying interconnection of the network of spending leveraging anonymized individual credit/debit card transactions data, craft micro-socioeconomic indices that consists of various social and economic aspects of human life, and propose a machine learning framework to predict macro-socioeconomic indicators.

  2. Traffic Rules in Electronic Financial Transactions (EFT Networks

    Directory of Open Access Journals (Sweden)

    Vedran Batoš

    2002-01-01

    Full Text Available This paper presents the traffic rules in the EFT (ElectronicFinancial Transactions networks, based on the implementationof the solution called Gold-Net developed and implementedby Euronet Worldwide Inc. Following the traffic rulesin EFT networks, out of its worldwide experience, Gold-Netevolved a comprehensive and expandable EFT network solutiondesigned to meet an institution's needs today and in the future.It is an ITM (Integrated Transaction Management solution,modular and expandable, and consists of a comprehensiveEFT software modules with ATM and POS driving capabilities.The combination of ATM management and the onlineconnection form the intercept processing control module. Asthe marketplace grows, this solution ensures that an ente1prisemay position itself for future growth and expanded service offerings.

  3. Are transaction taxes a cause of financial instability?

    Science.gov (United States)

    Fontini, Fulvio; Sartori, Elena; Tolotti, Marco

    2016-05-01

    We analyze a stylized market where N boundedly rational agents may decide to trade or not a share of a risky asset at subsequent trading dates. Agents' payoff depends on returns, which are endogenously determined taking into account observed and forecasted demand and an exogenous transaction tax. We study the time evolutions of demand, returns and market activity. We show that the introduction of a transaction tax generally helps in reducing variability of returns and market activity. On the other hand, there are market conditions under which a low taxation may lead the market into a very unstable phase characterized by the fluctuation of the fundamentals around two different regimes; indeed, under these circumstances, heteroscedasticity of time series is detected and statistically analyzed.

  4. 17 CFR 230.236 - Exemption of shares offered in connection with certain transactions.

    Science.gov (United States)

    2010-04-01

    ... Exemptions § 230.236 Exemption of shares offered in connection with certain transactions. Shares of stock or... securities in lieu of issuing fractional shares, script certificates or order forms, in connection with a stock dividend, stock split, reverse stock split, conversion, merger or similar transaction, shall be...

  5. 19 CFR 152.103 - Transaction value.

    Science.gov (United States)

    2010-04-01

    ... merchandise in the United States will not be added to the price actually paid or payable. The right to... value. (a) Price actually paid or payable—(1) General. In determining transaction value, the price..., such as the price in effect on the date of export in the London Commodity Market. The word “payable...

  6. 12 CFR 226.3 - Exempt transactions.

    Science.gov (United States)

    2010-01-01

    ... personal property used or expected to be used as the principal dwelling of the consumer; or (2) A private... convenience of the user, the revised text is set forth as follows: § 226.3 Exempt transactions. This... the consumer, in which the amount financed exceeds $25,000 or in which there is an express written...

  7. The Effect of Volume of Transaction On The Intention Towards Tax E-filing

    Directory of Open Access Journals (Sweden)

    Aziz Saliza Abdul

    2017-01-01

    Full Text Available Volume of transaction is specifically referring to number of clients or return forms dealing by tax agents/preparers. This variable does play role even though there is less empirical evidence on this matter. This paper is basically to explore the effect of volume of transaction that could possibly influence the acceptance of tax e-filing system as it did in other areas of transaction i.e. court cases. Undoubtedly, it is proved to be significantly influenced the behavioural intention towards tax e-filing acceptability in Malaysia. The tax agents/preparers are randomly selected in this study from the list provided in the Inland Revenue Board of Malaysia (IRBM website. The responds are analysed via Partial Least Square (PLS method which produce the significant results among the low and high volume of transaction of tax e-filing which support the fact that volume does matter in the decision of acceptability of tax e-filing system in Malaysia.

  8. Vicarious extinction learning during reconsolidation neutralizes fear memory.

    Science.gov (United States)

    Golkar, Armita; Tjaden, Cathelijn; Kindt, Merel

    2017-05-01

    Previous studies have suggested that fear memories can be updated when recalled, a process referred to as reconsolidation. Given the beneficial effects of model-based safety learning (i.e. vicarious extinction) in preventing the recovery of short-term fear memory, we examined whether consolidated long-term fear memories could be updated with safety learning accomplished through vicarious extinction learning initiated within the reconsolidation time-window. We assessed this in a final sample of 19 participants that underwent a three-day within-subject fear-conditioning design, using fear-potentiated startle as our primary index of fear learning. On day 1, two fear-relevant stimuli (reinforced CSs) were paired with shock (US) and a third stimulus served as a control (CS). On day 2, one of the two previously reinforced stimuli (the reminded CS) was presented once in order to reactivate the fear memory 10 min before vicarious extinction training was initiated for all CSs. The recovery of the fear memory was tested 24 h later. Vicarious extinction training conducted within the reconsolidation time window specifically prevented the recovery of the reactivated fear memory (p = 0.03), while leaving fear-potentiated startle responses to the non-reactivated cue intact (p = 0.62). These findings are relevant to both basic and clinical research, suggesting that a safe, non-invasive model-based exposure technique has the potential to enhance the efficiency and durability of anxiolytic therapies. Copyright © 2017 Elsevier Ltd. All rights reserved.

  9. Culture and subculture in transactional letter writing

    DEFF Research Database (Denmark)

    Shaw, Philip; Okamura, Akiko

    2000-01-01

    This study examines the relative contributions of subculture membership and mother-tongue status/target culture membership in writing transactional letters. We examined the letters accompanying articles initially submitted for publication by 26 NSE and 23 NNSE academics, and compared them with ef...

  10. Governance structures for real estate transactions: Markets ...

    African Journals Online (AJOL)

    networks in the governance of real-estate transactions under three property rights regimes in .... empirical results of case study research exploring the relationship between .... collaboration (Entwistle, Bristow, Hines, Donaldson & Martin, 2007: 63-79). .... self-help group development (City of Windhoek, 2005). Of these,.

  11. Financial Transaction Tax: Determination of Economic Impact Under DSGE Model

    Directory of Open Access Journals (Sweden)

    Veronika Solilová

    2015-01-01

    Full Text Available The discussion about the possible taxation of the financial sector has started in the European Union as a result of the financial crisis which has spread to the Europe from the United States in 2008 and consequently of the massive financial interventions by governments made in favour of the financial sector. On 14 February 2013, after rejection of the draft of the directive introducing a common system of financial transaction tax in 2011, the European Commission introduced the financial transaction tax through enhanced cooperation. The aim of the paper is to research economic impact of financial transaction tax on EU (EU27 or EU11 with respect to the DSGE model which was used for the determination of impacts. Based on our analysis the DSGE model can be considered as underestimated in case of the impact on economic growth and an overestimated in case of the revenue collection. Particularly, the overall impact of the financial transaction tax considering cascade effects of securities (tax rate 2.2% and derivatives (tax rate 0.2% is ranged between −4.752 and 1.472 percent points of GDP. And further, is assumed that the relocation effects of business/trade can be in average 40% causes a decline of expected tax revenues in the amount of 13bn EUR. Thus, at a time of fragile economic growth across the EU and the increased risk of recession in Europe, the introduction of the FTT should be undesirable.

  12. The International Criticality Safety Benchmark Evaluation Project on the Internet

    International Nuclear Information System (INIS)

    Briggs, J.B.; Brennan, S.A.; Scott, L.

    2000-01-01

    The International Criticality Safety Benchmark Evaluation Project (ICSBEP) was initiated in October 1992 by the US Department of Energy's (DOE's) defense programs and is documented in the Transactions of numerous American Nuclear Society and International Criticality Safety Conferences. The work of the ICSBEP is documented as an Organization for Economic Cooperation and Development (OECD) handbook, International Handbook of Evaluated Criticality Safety Benchmark Experiments. The ICSBEP Internet site was established in 1996 and its address is http://icsbep.inel.gov/icsbep. A copy of the ICSBEP home page is shown in Fig. 1. The ICSBEP Internet site contains the five primary links. Internal sublinks to other relevant sites are also provided within the ICSBEP Internet site. A brief description of each of the five primary ICSBEP Internet site links is given

  13. 75 FR 3281 - Regulation of Off-Exchange Retail Foreign Exchange Transactions and Intermediaries

    Science.gov (United States)

    2010-01-20

    ... members of the retail public (i.e., ``retail forex transactions''). The Commodity Exchange Act, as amended... forex transactions offered by NFA's members. Additionally, the Proposal would amend existing regulations... forex. \\1\\ Food, Conservation, and Energy Act of 2008, Pub. L. 110-246, 122 Stat. 1651, 2189-2204 (2008...

  14. 75 FR 55409 - Regulation of Off-Exchange Retail Foreign Exchange Transactions and Intermediaries

    Science.gov (United States)

    2010-09-10

    ... currency with members of the retail public (i.e., ``retail forex transactions''). The new regulations and... in detail the historical background of the regulation of retail forex transactions, and the events... between forex firms and retail customers on the other hand.\\5\\ \\3\\ Regulation of Off-Exchange Retail...

  15. Not an 'iron pipeline', but many capillaries: regulating passive transactions in Los Angeles' secondary, illegal gun market.

    Science.gov (United States)

    Chesnut, Kelsie Y; Barragan, Melissa; Gravel, Jason; Pifer, Natalie A; Reiter, Keramet; Sherman, Nicole; Tita, George E

    2017-08-01

    California has strict firearm-related laws and is exceptional in its regulation of firearms retailers. Though evidence suggests that these laws can reduce illegal access to guns, high levels of gun violence persist in Los Angeles (LA), California. This research seeks to describe the sources of guns accessed by active offenders in LA, California and reports offenders' motivations for obtaining guns. Los Angeles County Jail (LACJ) system (four facilities). Random sampling from a screened pool of eligible participants was used to conduct qualitative semistructured interviews with 140 incarcerated gun offenders in one of four (LACJ) facilities. Researchers collected data on firearm acquisition, experiences related to gun violence, and other topics, using a validated survey instrument. Grounded theory guided the collection and analysis of data. Respondents reported possession of 77 specific guns (79.2% handguns) collectively. Social networks facilitate access to illegal guns; the majority of interviewees acquired their illegal guns through a social connection (85.7%) versus an outside broker/unregulated retailer (8.5%). Most guns were obtained through illegal purchase (n=51) or gift (n=15). A quarter of gun purchasers report engaging in a passive transaction, or one initiated by another party. Passive gun buyers were motivated by concerns for personal safety and/or economic opportunity. In LA's illegal gun market, where existing social relationships facilitate access to guns across a diffuse network, individuals, influenced by both fear and economic opportunity, have frequent opportunities to illegally possess firearms through passive transactions. Gun policies should better target and minimise these transactions. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://www.bmj.com/company/products-services/rights-and-licensing/.

  16. Transactive System: Part I: Theoretical Underpinnings of Payoff Functions, Control Decisions, Information Privacy, and Solution Concepts

    Energy Technology Data Exchange (ETDEWEB)

    Lian, Jianming [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Zhang, Wei [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Sun, Y. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Marinovici, Laurentiu D. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Kalsi, Karanjit [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Widergren, Steven E. [Pacific Northwest National Lab. (PNNL), Richland, WA (United States)

    2018-01-17

    The increased penetration of renewable energy has significantly changed the conditions and the operational timing of the electricity grid. More flexible, faster ramping resources are needed to compensate for the uncertainty and variability introduced by renewable energy. Distributed energy resources (DERs) such as distributed generators, energy storage, and controllable loads could help manage the power grid in terms of both economic efficiency and operational reliability. In order to realize the benefits of DERs, coordination and control approaches must be designed to enable seamless integration of DERs into the power grid. Transactive coordination and control is a new approach for DER integration, where individual resources are automated and engaged through market interaction. Transactive approaches use economic signals—prices or incentives—to engage DERs. These economic signals must reflect the true value of the DER contributions, so that they seamlessly and equitably compete for the opportunities that today are only available to grid-owned assets. Value signals must be communicated to the DERs in near-real time, the assets must be imbued with new forms of distributed intelligence and control to take advantage of the opportunities presented by these signals, and they must be capable of negotiating and transacting a range of market-driven energy services. The concepts of transactive energy systems are not new, but build upon evolutionary economic changes in financial and electric power markets. These concepts also recognize the different regional structures of wholesale power markets, electricity delivery markets, retail markets, and vertically integrated service provider markets. Although transactive energy systems are not revolutionary, they will be transformational in their ability to provide flexibility and operational efficiency. A main goal of this research is to establish useful foundation for analysis of transactive energy systems and to facilitate

  17. Hardware Support for Safety-critical Java Scope Checks

    DEFF Research Database (Denmark)

    Rios Rivas, Juan Ricardo; Schoeberl, Martin

    2012-01-01

    Memory management in Safety-Critical Java (SCJ) is based on time bounded, non garbage collected scoped memory regions used to store temporary objects. Scoped memory regions may have different life times during the execution of a program and hence, to avoid leaving dangling pointers, it is necessary...... in terms of execution time for applications where cross-scope references are frequent. Our proposal was implemented and tested on the Java Optimized Processor (JOP)....

  18. NVL-C: Static Analysis Techniques for Efficient, Correct Programming of Non-Volatile Main Memory Systems

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Seyong [ORNL; Vetter, Jeffrey S [ORNL

    2016-01-01

    Computer architecture experts expect that non-volatile memory (NVM) hierarchies will play a more significant role in future systems including mobile, enterprise, and HPC architectures. With this expectation in mind, we present NVL-C: a novel programming system that facilitates the efficient and correct programming of NVM main memory systems. The NVL-C programming abstraction extends C with a small set of intuitive language features that target NVM main memory, and can be combined directly with traditional C memory model features for DRAM. We have designed these new features to enable compiler analyses and run-time checks that can improve performance and guard against a number of subtle programming errors, which, when left uncorrected, can corrupt NVM-stored data. Moreover, to enable recovery of data across application or system failures, these NVL-C features include a flexible directive for specifying NVM transactions. So that our implementation might be extended to other compiler front ends and languages, the majority of our compiler analyses are implemented in an extended version of LLVM's intermediate representation (LLVM IR). We evaluate NVL-C on a number of applications to show its flexibility, performance, and correctness.

  19. Real Time Business Analytics for Buying or Selling Transaction on Commodity Warehouse Receipt System

    Science.gov (United States)

    Djatna, Taufik; Teniwut, Wellem A.; Hairiyah, Nina; Marimin

    2017-10-01

    The requirement for smooth information such as buying and selling is essential for commodity warehouse receipt system such as dried seaweed and their stakeholders to transact for an operational transaction. Transactions of buying or selling a commodity warehouse receipt system are a risky process due to the fluctuations in dynamic commodity prices. An integrated system to determine the condition of the real time was needed to make a decision-making transaction by the owner or prospective buyer. The primary motivation of this study is to propose computational methods to trace market tendency for either buying or selling processes. The empirical results reveal that feature selection gain ratio and k-NN outperforms other forecasting models, implying that the proposed approach is a promising alternative to the stock market tendency of warehouse receipt document exploration with accurate level rate is 95.03%.

  20. 12 CFR 551.150 - How do my officers and employees file reports of personal securities trading transactions?

    Science.gov (United States)

    2010-01-01

    ... of personal securities trading transactions? 551.150 Section 551.150 Banks and Banking OFFICE OF... TRANSACTIONS Securities Trading Policies and Procedures § 551.150 How do my officers and employees file reports of personal securities trading transactions? An officer or employee described in § 551.140(d) must...

  1. 12 CFR Appendix K to Part 226 - Total Annual Loan Cost Rate Computations for Reverse Mortgage Transactions

    Science.gov (United States)

    2010-01-01

    ... Appendix K to Part 226—Total Annual Loan Cost Rate Computations for Reverse Mortgage Transactions (a... loan cost rate for various transactions, as well as instructions, explanations, and examples for.... (2) Term of the transaction. For purposes of total annual loan cost disclosures, the term of a...

  2. A Complex Estimation Function based on Community Reputation for On-line Transaction Systems

    Directory of Open Access Journals (Sweden)

    Yu Yang

    2012-09-01

    Full Text Available A reputation management system is crucial in online transaction systems, in which a reputation function is its central component. We propose a generalized set-theoretic reputation function in this paper, which can be configured to meet various assessment requirements of a wide range of reputation scenarios encountered in online transaction nowadays. We analyze and verify tolerance of this reputation function against various socio-communal reputation attacks. We find the function to be dynamic, customizable and tolerant against different attacks. As such it can serve well in many online transaction systems such as e-commerce websites, online group activities, and P2P systems.

  3. Who Spends Money to Play for Free? Identifying Who Makes Micro-transactions on Social Casino Games (and Why).

    Science.gov (United States)

    Kim, Hyoun S; Hollingshead, Samantha; Wohl, Michael J A

    2017-06-01

    Social casino games are online gambling-like games found on social networking sites. They are initially free to play, however, players are encouraged to make micro-transactions (i.e., in-game purchases) for additional game credits or functionality. As a result, they generate billions of dollars in revenue. Yet, little is known as to who purchases virtual credits, let alone why. In the present research, we assessed whether there are individual differences (impulsivity, reward sensitivity, competitiveness, and problem gambling severity) between who is and who is not likely to make micro-transactions during social casino game play. Moreover, we examined possible motivations for making micro-transactions (e.g., extend play, win back lost credits) and whether the individual difference variables of interest predict reported motivation(s) for making micro-transactions. Results showed that social casino gamers who engaged in micro-transactions reported significantly higher levels of impulsivity, reward sensitivity and problem gambling severity, but not competitiveness. In terms of motivation to make micro-transactions, desire to extend play was endorsed most frequently, followed by a desire to access additional features, chasing lost credits, and to speed up play. Lastly, among participants who made micro-transactions, reward sensitivity predicted making micro-transactions to chase lost credits. These results suggest the personality make-up of social casino gamers is important to understand who is likely to make micro-transactions as well as their motivation to do so-information that could prove useful for regulation of the industry.

  4. 47 CFR 32.27 - Transactions with affiliates.

    Science.gov (United States)

    2010-10-01

    ... affiliates. (a) Unless otherwise approved by the Chief, Wireline Competition Bureau, transactions with.... Non-tariffed assets sold or transferred between a carrier and its affiliate that qualify for prevailing price valuation, as defined in paragraph (d) of this section, shall be recorded at the prevailing...

  5. 77 FR 62177 - Retail Foreign Exchange Transactions

    Science.gov (United States)

    2012-10-12

    ... \\5\\ (a retail foreign exchange (forex) rule). Transactions described in section 2(c)(2)(B)(i)(I...'s retail forex rule must treat similarly all such futures and options and all agreements, contracts... forex rules must prescribe appropriate requirements with respect to disclosure, recordkeeping, capital...

  6. Gestion des transactions en environnement mobile | Nouali ...

    African Journals Online (AJOL)

    Management of Transactions In Mobile Computing Environment Increasingly diverse applications have made computers an ubiquitous part of our daily lives. As their range of applications widens, demand is growing for computers that can perform outside the home or office. Accordingly, mobile computing is attracting ...

  7. BIX Certificates: Cryptographic Tokens for Anonymous Transactions Based on Certificates Public Ledger

    Directory of Open Access Journals (Sweden)

    Sead Muftic

    2016-12-01

    Full Text Available With the widespread use of Internet, Web, and mobile technologies, a new category of applications and transactions that requires anonymity is gaining increased interest and importance. Examples of such new applications are innovative payment systems, digital notaries, electronic voting, documents sharing, electronic auctions, medical applications, and many others. In addition to anonymity, these applications and transactions also require standard security services: identification, authentication, and authorization of users and protection of their transactions. Providing those services in combination with anonymity is an especially challenging issue, because all security services require explicit user identification and authentication. To solve this issue and enable applications with security and also anonymity we introduce a new type of cryptographically encapsulated objects called BIX certificates. “BIX” is an abbreviation for “Blockchain Information Exchange.” Their purpose is equivalent to X.509 certificates: to support security services for users and transactions, but also enhanced with anonymity. This paper describes the structure and attributes of BIX certificate objects and all related protocols for their creation, distribution, and use. The BIX Certification Infrastructure (BCI as a distributed public ledger is also briefly described.

  8. 75 FR 35289 - International Services Surveys: BE-180, Benchmark Survey of Financial Services Transactions...

    Science.gov (United States)

    2010-06-22

    ...-AA73 International Services Surveys: BE-180, Benchmark Survey of Financial Services Transactions Between U.S. Financial Services Providers and Foreign Persons AGENCY: Bureau of Economic Analysis... Survey of Financial Services Transactions between U.S. Financial Services Providers and Foreign Persons...

  9. Land certification as a substitute or complement to local procedures ? Securing rural land transactions in the Malagasy highlands

    OpenAIRE

    Boué, C.; Colin, Jean-Philippe

    2018-01-01

    This text deals with the relationships between land transactions and the formalization of land rights in a Malagasy context, exploring the local procedures aiming at securing land transactions, while putting them in perspective with the legal formalization of land rights through land certification. Our research shows that (i) transactions are far from being limited to legally recorded plots of land, (ii) the local extra-legal procedures for formalizing transactions are highly standardized, (i...

  10. An empirical application of transaction-costs theory to organizational design characteristics.

    Science.gov (United States)

    Williams, S

    2000-01-01

    The environmental uncertainty component of transaction-costs theory was used to predict the organizational structural characteristics of size (number of employees) and horizontal differentiation (number of vice presidents) using financial and management information from the COMPACT DISCLOSURE data base (which contains the most recent annual and periodic reports for more than 12,000 public companies). Organizations were categorized as low- or high-uncertainty industries according to Dess and Beard's (1984) Dynamism Scale, and net sales volume was controlled. As predicted, high-uncertainty companies had significantly higher horizontal differentiation than low-uncertainty firms, a finding that supports the transaction-costs expectation that organizations may require more departments or personnel to cope with increasing uncertainty. Surprisingly, low-uncertainty firms were found to have significantly more employees than high-uncertainty organizations, which is the opposite of what transaction-costs theory predicts. Possible explanations for this unexpected finding and further potential limitations are discussed.

  11. Cloud model construct for transaction-based cooperative systems ...

    African Journals Online (AJOL)

    Cloud model construct for transaction-based cooperative systems. ... procure cutting edge Information Technology infrastructure are some of the problems faced ... Results also reveal that credit cooperatives will benefit from the model by taking ...

  12. 15 CFR 801.11 - Rules and regulations for the BE-80, Benchmark Survey of Financial Services Transactions Between...

    Science.gov (United States)

    2010-01-01

    ..., Benchmark Survey of Financial Services Transactions Between U.S. Financial Services Providers and..., Benchmark Survey of Financial Services Transactions Between U.S. Financial Services Providers and Unaffiliated Foreign Persons. A BE-80, Benchmark Survey of Financial Services Transactions Between U.S...

  13. Practice points on three aspects of oil and gas property transactions - operatorship, confidentiality and title review

    International Nuclear Information System (INIS)

    Edwards, P.D.

    1999-01-01

    Practice points regarding three aspects of oil and gas property transactions were described. The first topic dealt with purchase and sale transactions and how to determine which party is entitled to act as the Operator following the sale of the Operator's interest. The second topic addressed issues of confidentiality in connection with oil and gas transactions. The final point discussed contractual provisions relating to title defects, along with their many variations and legal consequences. All three of these topics present issues which give rise to a surprising number of disputes, but which frequently receive only cursory attention in the negotiation and documentation of oil and gas transactions

  14. The View from the Top of the Mountain: Building a Community of Practice with the GridWise Transactive Energy Framework

    Energy Technology Data Exchange (ETDEWEB)

    Forfia, David; Knight, Mark; Melton, Ron

    2016-05-01

    The topic of “transactive energy” has received growing attention over the past eighteen months. It has been a part, for example, of the NY Reforming the Energy Vision discussions and the topic of activities such as the National Institute of Standards Transactive Energy Challenge. The growing discussion stems from the realization that new approaches are needed to efficiently and reliably integrate growing numbers of distributed energy resources. In anticipation of the applicability of transactive energy systems to emerging challenges in Grid integration, the GridWise® Architecture Council (GWAC) began to build a community of practice in the area of transactive energy systems. Starting with a workshop on the topic of “transactive energy” in May 2011, the Council brought together about a dozen interested researchers and practitioners from utilities, vendors, labs and academia to compare their approaches and experience in order to create common definitions and understanding within this topical area. This was followed in March 2012 with a second workshop during which about twice as many attendees continued the discussion. At this workshop the need for both a roadmap and a document documenting the foundations of transactive energy, common vocabulary and other definitional aspects was recognized. These two workshops led to the Council organizing the First International Conference and Workshop on Transactive Energy which took place May 23 – 24, 2013 in Portland, Oregon. The Council has continued this work with additional topical workshops, the Second International Conference and Workshop on Transactive Energy held in December 2014, and is currently organizing the Third International Conference and Workshop on Transactive Energy Systems to be held in May 2016. This article provides a summary of the Council’s work to build the community of practice through creation of a Transactive Energy Framework document and related activities. In addition to seeing

  15. Conference Proceedings: Structuring oil and gas property transactions

    International Nuclear Information System (INIS)

    1999-01-01

    The 12 presentations at this conference dealt with issues concerning the legal aspects of oil and gas property transaction agreements. Several issues regarding sales and purchase negotiations of oil and gas property are reviewed and some of the basic principles of contract law are explained. Advantages, disadvantages and opportunities of structuring oil and gas property acquisitions, as well as their tax consequences are also identified. The issue of risk assessment regarding environmental consequences and how public concerns regarding the state of the environment has had an impact on oil and gas transactions, is addressed. Interest in this topic stems from the fact that improved enforcement of existing laws regarding the environment can potentially make purchasers liable for significant costs associated with remediation or clean-up of contaminated properties. refs., tabs., figs

  16. Examining the Relationship between Online Travel Agency Information and Traveler Destination Transaction Decisions

    Science.gov (United States)

    Yerby, Dennis

    2012-01-01

    The purpose of this quantitative study was to examine the role that available Online Travel Agency (OTA) destination information may have on a traveler's perceptions and intent in transaction decisions with that respective OTA. Specifically, this research examined a pleasure traveler's transaction perceptions and intentions with an OTA…

  17. Multiprocessor shared-memory information exchange

    International Nuclear Information System (INIS)

    Santoline, L.L.; Bowers, M.D.; Crew, A.W.; Roslund, C.J.; Ghrist, W.D. III

    1989-01-01

    In distributed microprocessor-based instrumentation and control systems, the inter-and intra-subsystem communication requirements ultimately form the basis for the overall system architecture. This paper describes a software protocol which addresses the intra-subsystem communications problem. Specifically the protocol allows for multiple processors to exchange information via a shared-memory interface. The authors primary goal is to provide a reliable means for information to be exchanged between central application processor boards (masters) and dedicated function processor boards (slaves) in a single computer chassis. The resultant Multiprocessor Shared-Memory Information Exchange (MSMIE) protocol, a standard master-slave shared-memory interface suitable for use in nuclear safety systems, is designed to pass unidirectional buffers of information between the processors while providing a minimum, deterministic cycle time for this data exchange

  18. 75 FR 20033 - Winston-Salem Southbound Railway Company-Corporate Family Transaction Exemption-High Point...

    Science.gov (United States)

    2010-04-16

    ... DEPARTMENT OF TRANSPORTATION Surface Transportation Board [STB Finance Docket No. 35338] Winston-Salem Southbound Railway Company--Corporate Family Transaction Exemption--High Point, Thomasville... under 49 CFR 1180.2(d)(3) for a transaction within a corporate family. Applicants state that HPTD will...

  19. Do Transaction Costs and Risk Preferences Influence Marketing Arrangements in the Illinois Hog Industry?

    NARCIS (Netherlands)

    Franken, J.R.V.; Pennings, J.M.E.; Garcia, P.

    2008-01-01

    Studies of hog industry structure often invoke risk reduction and transaction costs explanations for empirical observations but fail to directly examine the core concepts of risk behavior and transaction costs theories. Using a more unified conceptual framework and unique survey and accounting data,

  20. 75 FR 10704 - International Services Surveys: BE-180, Benchmark Survey of Financial Services Transactions...

    Science.gov (United States)

    2010-03-09

    ...] RIN 0691-AA73 International Services Surveys: BE-180, Benchmark Survey of Financial Services Transactions Between U.S. Financial Services Providers and Foreign Persons AGENCY: Bureau of Economic Analysis... BE-180, Benchmark Survey of Financial Services Transactions between U.S. Financial Services Providers...

  1. Editorial for IEEE Transactions on Power Electronics

    DEFF Research Database (Denmark)

    Blaabjerg, Frede

    2007-01-01

    Our IEEE transactions on power electronics has had some very positive progress these past years under the leadership of Dr. Daan van Wyk. Papers have been processed efficiently both in review time and publication time. This success has spread throughout the whole power electronics community which...

  2. Related party transactions and firms financial performance ...

    African Journals Online (AJOL)

    Related party transactions and firms financial performance. ... African Research Review ... financial performance using Secondary data obtained from Nigeria stock ... on Asset, Return on Equity and Earnings per share of manufacturing firms. ... Result showed RPT has no significant effects on ROA and EPS and not used to ...

  3. Towards Online and Transactional Relational Schema Transformations

    NARCIS (Netherlands)

    Wevers, L.; Hofstra, Matthijs; Tammens, Menno; Huisman, Marieke; van Keulen, Maurice

    2014-01-01

    In this paper, we want to draw the attention of the database community to the problem of online schema changes: changing the schema of a database without blocking concurrent transactions. We have identified important classes of relational schema transformations that we want to perform online, and we

  4. 12 CFR 226.8 - Identification of transactions.

    Science.gov (United States)

    2010-01-01

    ... maintains procedures reasonably adapted to obtain and provide the information; and (2) the creditor treats... was a mail, Internet, or telephone order. 19 [Reserved] (2) Creditors need not comply with paragraph... creditor shall identify credit transactions on or with the first periodic statement that reflects the...

  5. 47 CFR 43.21 - Transactions with affiliates.

    Science.gov (United States)

    2010-10-01

    ... communications plant at the end of that year. This letter must be filed no later than April 1 of the following....21 Telecommunication FEDERAL COMMUNICATIONS COMMISSION (CONTINUED) COMMON CARRIER SERVICES (CONTINUED) REPORTS OF COMMUNICATION COMMON CARRIERS AND CERTAIN AFFILIATES § 43.21 Transactions with affiliates. (a...

  6. 22 CFR 1006.325 - What happens if I do business with an excluded person in a covered transaction?

    Science.gov (United States)

    2010-04-01

    ... disallow costs, annul or terminate the transaction, issue a stop work order, debar or suspend you, or take... person in a covered transaction? 1006.325 Section 1006.325 Foreign Relations INTER-AMERICAN FOUNDATION GOVERNMENTWIDE DEBARMENT AND SUSPENSION (NONPROCUREMENT) Responsibilities of Participants Regarding Transactions...

  7. 7 CFR 3017.325 - What happens if I do business with an excluded person in a covered transaction?

    Science.gov (United States)

    2010-01-01

    ... knowingly do business with an excluded person, we may disallow costs, annul or terminate the transaction... in a covered transaction? 3017.325 Section 3017.325 Agriculture Regulations of the Department of... DEBARMENT AND SUSPENSION (NONPROCUREMENT) Responsibilities of Participants Regarding Transactions § 3017.325...

  8. 29 CFR 98.325 - What happens if I do business with an excluded person in a covered transaction?

    Science.gov (United States)

    2010-07-01

    ... transaction? If as a participant you knowingly do business with an excluded person, we may disallow costs... covered transaction? 98.325 Section 98.325 Labor Office of the Secretary of Labor GOVERNMENTWIDE DEBARMENT AND SUSPENSION (NONPROCUREMENT) Responsibilities of Participants Regarding Transactions Doing Business...

  9. Transactional distance in a blended learning environment

    Directory of Open Access Journals (Sweden)

    Jon Dron

    2004-12-01

    Full Text Available This paper presents a case study that describes and discusses the problems encountered during the design and implementation of a blended learning course, largely taught online through a web-based learning environment. Based on Moore's theory of transactional distance, the course was explicitly designed to have dialogue at its heart. However, the reality of systemic behaviours caused by delivering such a course within a group of conventional further and higher educational institutions has led to an entirely unanticipated reversion to structure, with unpleasant consequences for both quality and quantity of dialogue. The paper looks at some of the reasons for this drift, and suggests that some of the disappointing results (in particular in terms of the quality of the students' experience and associated poor retention can be attributed to the lack of dialogue, and consequent increase in transactional distance. It concludes with a description and evaluation of steps currently being taken to correct this behaviour.

  10. Growth Optimal Portfolio Selection Under Proportional Transaction Costs with Obligatory Diversification

    International Nuclear Information System (INIS)

    Duncan, T.; Pasik Duncan, B.; Stettner, L.

    2011-01-01

    A continuous time long run growth optimal or optimal logarithmic utility portfolio with proportional transaction costs consisting of a fixed proportional cost and a cost proportional to the volume of transaction is considered. The asset prices are modeled as exponent of diffusion with jumps whose parameters depend on a finite state Markov process of economic factors. An obligatory portfolio diversification is introduced, accordingly to which it is required to invest at least a fixed small portion of our wealth in each asset.

  11. The impact of transaction trust on consumers' intentions to adopt m-commerce: a cross-cultural investigation.

    Science.gov (United States)

    Kao, Danny Tengti

    2009-04-01

    Mobile commerce (M-commerce) has been acknowledged as one of the most representative transaction types driving e-commerce worldwide; however, the potential security threats that keep consumers from M-commerce still confound the M-commerce industry. This research attempts to explore two questions: What are the dimensions of transaction trust that may significantly affect consumers' intentions to adopt M-commerce, and what are the cultural dimensions that may significantly moderate the impact of transaction trust on consumers' intentions to adopt M-commerce? A research framework based on the BATE model and Hofstede's cultural dimensions was established to identify how transaction trust and cultural value affect consumers' intentions to adopt M-commerce. Results revealed that transaction trust significantly affects consumers' intentions to adopt M-commerce. However, while uncertainty avoidance moderates the impacts of business trust and security on consumers' intentions of M-commerce adoption, both individualism/collectivism and long-term/short-term orientation moderate the relationship between security trust and consumers' intentions of M-commerce adoption.

  12. Configurations of Control: A Transaction Cost Approach

    NARCIS (Netherlands)

    R.F. Speklé (Roland)

    2003-01-01

    textabstractIn this paper, I present a theory of management control based on Transaction Cost Economics. This theory seeks to integrate into a single framework a set of insights as to the nature of the organization's activities, the control problems that are inherent in these activities, and the

  13. 12 CFR 270.4 - Transactions in obligations.

    Science.gov (United States)

    2010-01-01

    ... OPERATIONS OF FEDERAL RESERVE BANKS Regulations Relating to Open Market Operations of Federal Reserve Banks... engage in open market operations as directed by the Committee. (b) Transactions for the System Open... open market operations and the effectuation of open market policies. [38 FR 2753, Jan. 30, 1973, as...

  14. 78 FR 42439 - Retail Foreign Exchange Transactions

    Science.gov (United States)

    2013-07-16

    ... a retail forex business, provided that the broker-dealer complies with the Securities Exchange Act...) of which the broker-dealer is a member insofar as they are applicable to retail forex transactions... Exchange Act, to permit a registered broker or dealer (``broker-dealer'') to engage in retail forex...

  15. Transformational and transactional leadership styles among leaders ...

    African Journals Online (AJOL)

    In contrast to transformational leadership where the leader works with employees to identify the needed change, creating a vision to guide the change through inspiration, and executing the change in tandem with committed members of the group, transactional leadership styles focus on the use of rewards and punishments ...

  16. 26 CFR 1.1502-13 - Intercompany transactions.

    Science.gov (United States)

    2010-04-01

    ... 382 or the SRLY rules. Example 11. Section 475. Example 12. Section 1092. Example 13. [Reserved... a loan is a separate transaction. In addition, an accrual of premium is treated as a separate..., source, treatment as excluded from gross income or as a noncapital, nondeductible amount, and treatment...

  17. Supply risk management from a transaction cost and social exchange theory perspective

    OpenAIRE

    Hoffmann, Petra; Schiele, Holger; Song, Michael; Krabbendam, Johannes Jacobus

    2012-01-01

    Supply risk management gained prominence over the last decade, both in the academic discourse and in practical application. This research examines the influence of Transaction Cost characteristics -behavioral uncertainty, environmental uncertainty and asset specificity on supply risk management performance. We also identify two antecedents of the transaction cost constructs based on social exchange theory: dependency and preferred customer status. We used survey data to discover a positive in...

  18. Risks and Transaction Costs of Distributed-Ledger Fintech: Boundary Effects and Consequences

    OpenAIRE

    Kaivanto, Kim; Prince, Daniel

    2017-01-01

    Fintech business models based on distributed ledgers -- and their smart-contract variants in particular -- offer the prospect of democratizing access to faster, anywhere-accessible, lower cost, reliable-and-secure high-quality financial services. In addition to holding great, economically transformative promise, these business models pose new, little-studied risks and transaction costs. However, these risks and transaction costs are not evident during the demonstration and testing phases of d...

  19. Decentralising transactions with the Blockchain (ITA dossier no. 30en, November 2017)

    OpenAIRE

    Institut für Technikfolgen-Abschätzung (ITA) (Hrsg.)

    2017-01-01

    -> Blockchain is a decentrally organised database that archives and manages an evergrowing list of transactions.-> All information on transactions is permanently stored in a database that parallely exists at all nodes of a peer-to-peer network.-> Blockchain provides autonomy for individuals away from ‘middlemen’ such as public authorities and banks.-> However, this decentralisation rapidly reduces current forms of regulatory control.-> Possible negative social and economic consequences become...

  20. The Analysis of Vertical Transaction Behavior and Performance Based on Automobile Brand Trust in Supply Chain

    Directory of Open Access Journals (Sweden)

    Guanglan Zhou

    2016-01-01

    Full Text Available The nontrust behaviors among the automobile supply chain members lead to a trust crisis situation. Under such circumstances, this paper studies the mutual influences of trust, enterprise behavior, and transaction performance on the independent brand automobile supply chain. The business behavior concept which consists of information sharing, joint action, and specific asset investment is proposed. Then, the paper tests the reliability and validity of the collected data through Structural Equation Modeling (SEM. Through empirical test and analysis on mutual relationship among vertical transaction enterprise behaviors, trust, and transaction performance, the vertical transaction enterprise behaviors can be regulated, so as to improve the efficiency of independent brand automobile supply chain.