241 research outputs found

    Corporate Risk Management and Dividend Signaling Theory

    Get PDF
    This paper investigates the effect of corporate risk management on dividend policy. We extend the signaling framework of Bhattacharya (1979) by including the possibility of hedging the future cash flow. We find that the higher the hedging level, the lower the incremental dividend. This result is in line with the purpoted positive relation between information asymmetry and dividend policy (e.g., Miller and Rock, 1985) and the assertion that risk management alleviates the information asymmetry problem (e.g., DaDalt et al., 2002). Our theoretical model has testable implications.Signaling theory, Dividend policy, Risk management policy, Corporate hedging, Information asymmetry

    Compatibility Checking for Asynchronously Communicating Software

    Get PDF
    International audienceCompatibility is a crucial problem that is encountered while constructing new software by reusing and composing existing components. A set of software components is called compatible if their composition preserves certain properties, such as deadlock freedom. However, checking compatibility for systems communicating asynchronously is an undecidable problem, and asynchronous communication is a common interaction mechanism used in building software systems. A typical approach in analyzing such systems is to bound the state space. In this paper, we take a different approach and do not impose any bounds on the number of participants or the sizes of the message buffers. Instead, we present a sufficient condition for checking compatibility of a set of asynchronously communicating components. Our approach relies on the synchronizability property which identifies systems for which interaction behavior remains the same when asynchronous communication is replaced with synchronous communication. Using the synchronizability property, we can check the compatibility of systems with unbounded message buffers by analyzing only a finite part of their behavior. We have implemented a prototype tool to automate our approach and we have applied it to many examples

    Comparator: A Tool for Quantifying Behavioural Compatibility

    Get PDF
    International audienceWe present Comparator, a tool that measures the compatibility between two behavioural interfaces. Comparator can be used as a stand-alone Web application, and is also integrated into a model-based adaptation toolbox

    Towards correct Evolution of Conversation Protocols

    Get PDF
    Distributed software systems change dynamically due to the evolution of their environment and/or requirements, their internal designing policies, and/or their specification bugs which must be fixed. Hence, checking system changes must be run continuously. Such systems are usually composed of distributed software entities (called peers) interacting with each other through message exchanges, and this is to fulfil a common goal. The goal is often specified by a conversation protocol (CP), i.e. sequences of sent messages. If there exists a set of peers implementing CP, then CP is said to be realisable. In this paper, we propose a stepwise approach for checking whether an evolution, i.e. adding and/or removing messages and/or peers, can be applied to a CP that was realisable before updating it.We define a set of correct evolution patterns and we suggest an algebra of CP evolution. Our approach ensures that CP evolution preserves the realisability condition

    Interactive specification and verification of behavioral adaptation contracts

    Get PDF
    International audienceContext. Adaptation is a crucial issue when building new applications by reusing existing software services which were not initially designed to interoperate with each other. Adaptation contracts describe composition constraints and adaptation requirements among these services. The writing of this specification by a designer is a difficult and error-prone task, especially when interaction protocols are considered in service interfaces. Objective. In this article, we propose a tool-based, interactive approach to support the contract design process. Method. Our approach includes: (i) a graphical notation to define port bindings, and an interface compatibility measure to compare protocols and suggest some port connections to the designer, (ii) compositional and hierarchical techniques to facilitate the specification of adaptation contracts by building them incrementally, (iii) validation and verification techniques to check that the contract will make the involved services work correctly and as expected by the designer. Results. Our results show a reduction both in the amount of effort that the designer has to put into building the contract, as well as in the number of errors present in the final result (noticeably higher in the case of manual specification). Conclusion. We conclude that it is important to provide integrated tool support for the specification and verification of adaptation contracts, since their incorrect specification induces erroneous executions of the system. To the best of our knowledge, such tool support has not been provided by any other approach so far, and hence we consider the techniques described in this paper as an important contribution to the area of behavioral software adaptation

    Flooding-Based Algorithm for Behavioural Compatibility Measuring

    No full text
    Nowadays, large software systems are mostly built using existing services. These are not always designed to interact, i.e., their public interfaces often present some mismatches. Checking compatibility of service interfaces allows one to avoid erroneous executions when composing the services and ensures correct reuse and interaction. Service compatibility has been intensively studied, in particular for discovery purposes, but most of existing approaches return a Boolean result. In this paper, we present a quantitative approach for measuring the compatibility degree of service interfaces. Our method is generic and flooding-based, and fully automated by a prototype tool

    Effect of waste wax and chain structure on the mechanical and physical properties of polyethylene

    Get PDF
    The influence of adding waste wax, produced as a by-product of the low density polyethylene manufacturing process, on the thermal and mechanical properties of three types of polyethylene (PE), high-density polyethylene (HDPE), linear low-density polyethylene (LLDPE) and low-density polyethylene (LDPE), with 10, 20, 30 and 40wt.% was investigated. Polymer–wax mixing was effective with no apparent leakage of the wax during sample preparation, which was evident from the agreement between the theoretical and experimental values of enthalpy for all types of PE.The wax dispersion in the matrix strongly depends on the percentage of wax added to the polymer and the molecular structure of the polymer. It was found that increasing the wax content enhances the phase separation. LDPE undergoes less phase separation due to its highly branched structure composed of a network of short and long chain branches. The wax has no pronounced plasticising effect on the polymer. This is clearly manifested in LDPE as no change in the melting temperature occurred. LLDPE and HDPE were slightly affected by a high concentration of wax (30% and 40%). This is due to the non-uniform distribution of short chain branching along the LLDPE and HDPE main chains, which can interact with the wax structure.NPRP 4 – 465 – 2 – 173 from Qatar National Research Fund (a member of Qatar Foundation). Open Access funding from King Saud University

    A correct-by-construction model for asynchronously communicating systems

    Get PDF
    The design and verification of distributed software systems is often hindered by their ever-increasing complexity and their asynchronous operational semantics. This article considers choreography specifications for distributed systems to reduce that complexity. We use labelled state-transitions systems as ground model for both choreographies and the corresponding distributed systems. Based on Event-B method, we propose a stepwise correct-by-construction model to build asynchronous distributed systems which a priori realise their choreographies. We rely on a sufficient and necessary realisability condition and we apply several refinement steps w.r.t. that condition to generate the distributed peers. The first refinement returns peer behaviours obtained by synchronous projection. The previously computed system is then refined into its asynchronous version using unbounded FIFO buffers. We prove, thanks to invariant preservation, that a sequence of exchanged messages is preserved at each refinement step. We provide a formalised proof of a realisability algorithm for deterministic choreographies. Besides that, our contribution is twofold: the approach is a priori and the problackposed solution scales up to any number of peers communicating with each other

    La composition de services dans le monde asynchrone Formalisation et vérification en TLA+

    Get PDF
    International audienceLes architectures orientĂ©es services (SOA) permettent de rĂ©pondre Ă  deux dĂ©fis importants du gĂ©nie logiciel : la rutilisabilitĂ© et la dĂ©composition. NĂ©anmoins elles amĂšnent de nouveaux problĂšme, notamment liĂ©s Ă  la rĂ©partition des services et la non-centralisation du contrĂŽle. Les services Ă©tant indĂ©pendants et autonomes, il faut s’assurer que mis ensemble ils sont capables de communiquer et que leurs interactions n’introduisent pas de mauvais fonctionnement global. Dans le monde asynchrone, plus proche de la rĂ©alitĂ©, cette vĂ©rification devient non triviale, et cela d’autant plus qu’il existe de multiples modĂšles asynchrones, plus ou moins libĂ©raux dans ce qu’ils autorisent. Nous exposons dans ce papier nos travaux en cours autour des modĂšles asynchrones et de la vĂ©rification des compositions de services paramĂ©trĂ©es par ces modĂšles

    Modification of polyethylene by RF plasma in different/mixture gases

    Get PDF
    Herein, low-density polyethylene (LDPE) films were treated using radio-frequency plasma discharge in the presence of air, nitrogen, oxygen, argon, and their mixtures to introduce new chemical functionalities. The surface properties of treated LDPE were qualitatively and quantitatively characterized using various analytical and microscopic techniques. It was found that the optimum plasma treatment for LDPE occurs in the presence of air plasma at an exposure time of 120 s and 80 W of nominal power. The plasma formed layer had tendency to increasing thickness with increasing treatment time up to 60 s using air and oxygen and even more with inert gases. An aging study of plasma-treated LDPE samples stored in ambient air or water medium revealed the partial hydrophobic recovery.Funding: This publication was made possible by an Award JSREP07-022-3-010 from the Qatar National Research Fund (a member of The Qatar Foundation).Scopu
    • 

    corecore