Optimization of Multiple Related Negotiation through Multi-Negotiation Network

Size: px
Start display at page:

Download "Optimization of Multiple Related Negotiation through Multi-Negotiation Network"

Transcription

1 Optimization of Multiple Related Negotiation through Multi-Negotiation Network Fenghui Ren 1,, Minjie Zhang 1, Chunyan Miao 2, and Zhiqi Shen 3 1 School of Computer Science and Software Engineering University of Wollongong, Australia {fr510,minjie}@uow.edu.au 2 School of Computer Engineering 3 School of Electrical and Electronic Engineering Nanyang Technological University, Singapore {ASCYMiao,zqshen}@ntu.edu.sg Abstract. In this paper, a Multi-Negotiation Network (MNN) and a Multi- Negotiation Influence Diagram (MNID) are proposed to optimally handle Multiple Related Negotiations (MRN) in a multi-agent system. Most popular, state-of-theart approaches perform MRN sequentially. However, a sequential procedure may not optimally execute MRN in terms of maximizing the global outcome, and may even lead to unnecessary losses in some situations. The motivation of this research is to use a MNN to handle MRN concurrently so as to maximize the expected utility of MRN. Firstly, both the joint success rate and the joint utility by considering all related negotiations are dynamically calculated based on a MNN. Secondly, by employing a MNID, an agent s possible decision on each related negotiation is reflected by the value of expected utility. Lastly, through comparing expected utilities between all possible policies to conduct MRN, an optimal policy is generated to optimize the global outcome of MRN. The experimental results indicate that the proposed approach can improve the global outcome of MRN in a successful end scenario, and avoid unnecessary losses in an unsuccessful end scenario. 1 Introduction Negotiation is a significant methodology for autonomous agents to reach mutual beneficial agreements in multi-agent systems [1]. People can study and classify negotiations through different aspects. For instance, by considering the number of negotiated issues, negotiations can be classified as single issue negotiations and multiple issue negotiations [1]. In general, single issue negotiations focus on bargains involving only one attribute, while multiple issue negotiations containmorethanonenegotiatedissues. By considering the number of negotiators, negotiations can also be classified as bilateral negotiations and multilateral negotiations [2]. A bilateral negotiation is performed between only two negotiators, while a multilateral negotiation considers opportunity and competition from other negotiators. By considering negotiation environments, negotiations can be classified as static negotiations and dynamic negotiations [3]. In a static negotiation, the negotiation environment is relatively fixed, and can be fully observed and The primary author is a Ph.D candidate. Y. Bi and M.-A. Williams (Eds.): KSEM 2010, LNAI 6291, pp , c Springer-Verlag Berlin Heidelberg 2010

2 Optimization of Multiple Related Negotiation through MNN 175 expected by negotiators. While in a dynamic negotiation, the negotiation environment is changed out of a negotiator s control and can only be partially observed and expected by negotiators. Also, some hybrid partitions combine the above criteria together. For example, Sycara et al. [2] introduced a three-level nest view on negotiations. Through our studies, it is found that all of these classifications focus only on a negotiation with a sole goal, but do not consider Multiple Related Negotiations (MRN) with different goals. However, in complex negotiation environments, one agent may perform more than one negotiation with different opponents for different goals at same time. Sometimes, these goals are not independent, and these MRN are somehow related. For instance, in a scheduling problem, the negotiation result on the deadline of an early occurring event will definitely impact the negotiation on the starting time of a later occurring event. The negotiation result between a mortgagor and a banker on a mortgage will determine the mortgagor s reservation in the negotiation with a real estate agent on a property s price. In order to cover related negotiations, we introduce a three-level hierarchic model in Figure 1 to represent different types of negotiations. Fig. 1. Three levels hierarchic view of agent negotiation The first level is named as the Bilateral Level, which covers static, bilateral, and multiple issues negotiations. In this level, agents focus on sophisticated negotiation with only one opponent. In order to achieve an optimal outcome, agents may adopt different procedures [1], strategies [4], equilibriums [5] and preferences [6] in negotiation based on individual interest. The second level is named as the Multilateral Level, which covers dynamic, multilateral, and multiple issue negotiations. In this level, agents negotiate with more than one opponent synchronously. Researches on this level may pay attention to negotiation pattern selections [7], multilateral negotiation protocols [8] and negotiations in open and dynamic environments [3]. Both the first and second levels focus on one negotiation with a solo goal. The third level is named as the Multi-Negotiation Level, which normally pays attention to MRN. Negotiations in this level have different goals, and the goals are somehow related. Each single negotiation in the third level can be represented by a Bilateral Level negotiation or a Multilateral Level negotiation. Significant achievements have been reached in agent negotiation in the first two levels with state-of-the-art techniques and approaches. However, very few of them

3 176 F. Ren et al. consider the third level and can handle MRN properly [9,10]. Most existing approaches just separate these MRN and treat each of them individually. The major disadvantage of dealing with those negotiations separately is that if related negotiations are not considered together, the negotiation outcomes may not be optimized or even be damaged for some cases. In order to solve the problem mentioned in MRN, we introduce a Multi- Negotiation Network (MNN) and a Multi-Negotiation Influence Diagram (MNID) in this paper. Firstly, MRN are represented by MNN. Secondly, MNN is extended to MNID. The joint success rate and the joint utility by considering all related negotiations in the MNID is calculated. Thirdly, an optimal policy to conduct MRN is calculated for the MNID, by considering both the joint success rate and the joint utility, to optimize the negotiation outcome of MNID. 2 A Multi-Negotiation Network 2.1 Construction of a MNN In this subsection, we introduce notations and the procedure to construct a MNN based on Bayesian Networks [11]. Let a four-tuple < G, R, P, Φ > indicate a MNN, where G =(V, E) is a directed acyclic graph, set R indicates the restriction function between two related negotiations, P is a set of success rates, and Φ is a set of the utility functions. V is a finite, nonempty set of vertices and each vertex indicates a negotiation in a MNN, and E is a set of ordered pairs of distinct elements of V. Each element of E is called a restriction edge with a direction to represent a dependency relationship of two related negotiations, (i.e. a link with arrow between two vertices in a MNN). For example, if a pair (V i,v j ) E, we say that there is an edge from V i to V j.inother words, V j depends on V i,andv i is one of V j s parent. We use function r ij : Φ j Φ j (r ij R, Φ j Φ) to indicate the restriction between V i and V j. If there is no restriction between V i and V j, r ij is nil. (That means two negotiations V i and V j are independent and there is no impact on each other.) p i = P (V i pa(v i )) (p i P, p i [0, 1]) indicates the success rate of V i,wherepa(v i ) are the parents of V i. Φ i (Φ i Φ) indicates the utility function of Negotiation V i. Figure 2 is an example of a MNN. In this example, the set of vertices in the MNN is V = {X, Y, Z, W}, the set of edges is E = {(X, Y ), (X, Z), (Y,Z), (Y,W), (Z, W)}, the set of restriction functions is R = {r xy,r xz,r yz,r yw,r zw }, the set of probabilities is P = {P (X),P(Y X),P(Z X, Y ), P (W Y,Z)}, and the set of utility functions is Φ = {Φ x,φ y,φ z,φ w }. From a MNN, an agent can view its related negotiations based on dependency relationships of these negotiations. The basic procedure to construct a MNN includes the following three steps. Step 1: to represent each negotiation by a unique vertex V i (V i V) and to assign a utility function Φ i (Φ i Φ)forV i. Of course, the agent can modify the utility function anytime; Step 2: to generate all restriction edges, which belong to E, between each two related negotiations; and to define restriction functions R in the form of r ij : Φ j Φ j (r ij R).

4 Optimization of Multiple Related Negotiation through MNN 177 The restriction function indicates how an ongoing or accomplished negotiation impacts another ongoing negotiation. An accomplished negotiation will not be impacted by other negotiations anymore. For instance, if a buyer synchronously performs two negotiations between a banker and a real estate agent under the condition that the buyer s reservation on a property s price depends on the mortgage, then there is a restriction edge from the mortgage negotiation to the property negotiation. If the negotiation between the buyer and the banker is completed first, its impact on the negotiation between the buyer and the real estate agent will be fixed. However, if the negotiation between the buyer and the real estate agent is completed firstly, the mortgage negotiation will not have any further impact on the property negotiation. In a MNN, if Negotiation V i is an independent negotiation, other negotiations will have no impact on its utility function Φ i. Otherwise, if Negotiation V i has K dependent negotiations, then its utility function will be modified by the consideration of all impacts from these K dependent negotiations as follows: r 1i... r Ki : Φ i Φ i (1) Let us take the MNN in Figure 2 as an example. Negotiation X has no dependent negotiations, its utility function does not need a modification; Negotiation Y is dependent on Negotiation X, its utility function is modified as Φ y = r xy (Φ y ); Negotiation Z is dependent on Negotiations X and Y, its utility function is modified as Φ z = r xz (r yz (Φ z )); and Negotiation W is dependent on Negotiation Y and Z, it utility function is modified as Φ w = r yw (r zw (Φ w )). Fig. 2. A Multi-Negotiation Network Step 3: to define the success rate p i (p i P) for Negotiation V i. The success rate p i indicates how likely an agent s latest offer will be accepted by its opponents in the remaining negotiation rounds. Suppose that in negotiation round t, an agent s latest offer is represented as a utility vector (Φ i (t),φ i (t) o ), and one of its opponents offers is a utility vector (u t o,u t a). The agent s latest offer generates a payoff of Φ i (t) for itself and Φ i (t) o for the opponents; and the opponent s offer generates a payoff of u t o for itself and u t a for the agent. Let u w denote the worst possible utility, (a conflict utility) for the agent. If the subjective probability of the agent obtaining u w is p w, then the agent will insist on its offer when its expected utility is greater than the opponent s offer, ie., [(1 p w )Φ i (t)+p w u w ] u t a (2)

5 178 F. Ren et al. According to the above inequality, the highest conflict probability that the agent may encounter with the opponent in the next negotiation round is the maximum value of p w as follows: p w = Φ i(t) u t a (3) Φ i (t) u w Let τ be the negotiation deadline and t be the current round, then the conflict probability that the agent may encounter with the opponent by considering all remaining rounds can be estimated as follows: ( Φi (t) u t ) τ t a p w = (4) Φ i (t) u w Consequently, the aggregated conflict probability that the agent may encounter before the deadline by considering all opponents in Negotiation V i is: p a = ( Si s=1 (Φ i(t) u t s ) (Φ i (t) u w ) Si ) τ t (5) where S i is the number of opponents in Negotiation V i. Therefore, for Negotiation V i, the worst success rate p i that the agent s offer (Φ i (t)) will be accepted by at least one opponent before the deadline is: p i =1 p a =1 ( Si s=1 (Φ i(t) u t s) (Φ i (t) u w ) Si ) τ t (6) In this subsection, we introduced the concept and notations for a MNN and steps to construct a MNN. It must be pointed out that a MNN can be dynamically modified according to changes of the negotiation environment. In the following subsections, we explain how to dynamically update a MNN. 2.2 Updating of a MNN Since negotiation environments can be highly complex and dynamic in real-world situations, agents may need some modifications on their MRN in order to respond to changes in negotiation environments. Such modifications may include the following cases: starting a new negotiation, terminating an ongoing negotiation, adjusting utility functions, adjusting restriction functions, changing negotiation opponents etc. When Fig. 3. Multi-Negotiation Network update

6 Optimization of Multiple Related Negotiation through MNN 179 these changes happen, agents should immediately update their MNNs. In this subsection, we introduce two major operations and suggest other operations incorporating several major changes on MNN updating. Starting a Negotiation. Assume that there are i related negotiations. If a new negotiation is commenced by an agent, a vertex V i+1 should be inserted into the MNN to indicate the new negotiation. Also, the agent should define a utility function Φ i+1 for Negotiation V i+1, and specify restriction edges between all existing negotiations and Negotiation V i+1. If there is a restriction edge from an existing Negotiation V i to the new Negotiation V i+1, restriction functions r i(i+1) should be specified, and the utility function Φ i+1 should be modified according to this restriction. If there is a restriction edge from the new Negotiation V i+1 to an existing Negotiation V i, then Negotiation V i s success rate p i and utility function Φ i should also be updated. In Figure 3(a), an example of adding new Negotiation Z in a MNN is demonstrated. Terminating a Negotiation. If an ongoing Negotiation V i is terminated by an agent, no matter whether Negotiation V i is successful or failed to reach an agreement, we use lower case letters on Negotiation V i s caption to indicate that the negotiation is in a final state. Meanwhile, the success rate for Negotiation V i is set to 1 for a successful negotiation or to 0 for a failed negotiation. For any Negotiation V j which Negotiation V i depends on, the restriction function r ji is set to nil and Negotiation V i s utility function Φ i is replaced by a constant to indicate the payoff of Negotiation V i. For any Negotiation V k which depends on Negotiation V i, the restriction function r ik is eventually fixed and its impact on Negotiation V k s utility function is also fixed. In Figure 3(b), an example of terminating an ongoing Negotiation Z in a MNN is demonstrated. Other Operations. Besides the previous two situations, agents may modify some ongoing negotiations without adding or deleting any negotiation. For example, an agent may modify its negotiation strategy for a negotiation when the number of opponents in the negotiation is changed. An agent can modify its utility function according to its new expectation on negotiation outcome. An agent may delete an existing restriction between two related negotiations or generate a new restriction between two independent negotiations. In Figure 3(c), an example of these operations in a MNN is demonstrated. 3 Decision Making in a MNN Because a MNN may contain more than one negotiations, and these negotiations are processed concurrently, whether to accept or reject an offer or even quit from an ongoing negotiation involves a decision making process during negotiations. An agent s decision on a single negotiation may impact its other negotiations or even the whole MNN. This section introduces an efficient procedure which can help agents to make advisable decisions for each negotiation in a MNN in order to optimize the outcome of the MNN by considering both joint utility and success rate.

7 180 F. Ren et al. 3.1 Multi-Negotiation Influence Diagram Suppose there are I negotiations in a MNN =< G, R, P, Φ >. The decision problem in the MNN is how to make an advisable decision policy for all related negotiation in order to optimize the outcome of the MNN. A decision policy is a set of decisions that the agent makes for all negotiations in the MNN. In general, agents could have three typical decisions on an ongoing negotiation, which are (1) to accept the best offer from opponents, (2) to reject alloffersandsend a counter-offerand (3) to quit the negotiation. If a MNN contains I negotiations, the number of total decision policies for the MNN is I 3, and each policy will generate different outcomes for the MNN. In order to model the relationship between decision policies and corresponding global outcomes, we propose Multi-Negotiation Influence Diagram. Fig. 4. A Multi-Negotiation Influence Diagram A MNID can be defined by a six-tuple < G, R, P, Φ, D,U >,whereg, R, P, Φ are same as in a MNN, and set D indicates a negotiation policy and U indicates the joint utility of the MNID by considering all related negotiations. D i = {a, r, q} (D i D) indicates three possible decisions for each Negotiation V i in the MNID, where a indicates accept, r indicates reject, andq indicates quit. A MNN can be extended to a MNID by adding a rectangular node D i for each Negotiation V i and one diamond node U for the whole MNN. Also, the edge from each Decision D i to the corresponding Negotiation V i and edges from all Decision D i and Negotiation V i to node U should be added. In Figure 4, a MNID is illustrated. Let u(d) be the joint utility of the MNID based on decisions D, andp(d) indicates the joint success rate, and EU(D) indicates the expected utility, then I u(d) = u i (D i ) w i (7) p(d) = i=1 I P (V i pa(v i ),D i ) (8) i=1 EU(D) =p(d) u(d) (9) where w i ( I i=1 w i =1) is the preference on Negotiation V i, u i (D i ) is the utility of Negotiation V i by performing Decision D i,andp(v i pa(v i ),D i ) is the success rate of Negotiation V i by considering all dependent negotiations and Decision D i. Finally, the optimal policy for a MNID is calculated as follows: π =argmax(eu(d)) (10) D

8 Optimization of Multiple Related Negotiation through MNN 181 Fig. 5. The MNN and MNID for the experiment 4 Experiment 4.1 Experiment Setup Suppose that Agent b s global goal is to get a mortgage and to purchase a property with the mortgage, so Agent b needs to perform two negotiations. The first negotiation, (mortgage negotiation), is processed between Agent b and two bankers (Opponents o m1, o m2 ) on the issues of mortgage amount and interest rate. The second negotiation, (property negotiation), is processed between Agent b and two real estate agents (Opponents o p1, o p2 or Opponents o p3, o p4 ) on the issue of the property price. It is assumed that Agent b believes that the property negotiation depends on the result of the mortgage negotiation. In Figure 5, the MNN and MNID for Agent b are displayed. Circle nodes M and P indicate the mortgage negotiation and the property negotiation, respectively. Rectangular nodes D M and D P are decisions on two negotiations, respectively. Diamond node U is the joint utility of the MNID. We adopt equal weighting between these two negotiations, so w m = w p =0.5. Because Agent b cannot afford a property price which is higher than the mortgage amount, the restriction from mortgage negotiation to property negotiation is r mp, which indicates the reserved property price is the mortgage amount. Negotiation parameters for the two negotiations are listed in Table 1 and Table 2, respectively. Because mortgage negotiation contains two issues, (i.e. mortgage amount and interest rate), we adopt package deal procedure [1] for this multi-issue negotiation and equally weight two issues. We demonstrate experimental results in two scenarios, ie. a successful scenario, (Scenario A) and an unsuccessful scenario, (Scenario B). In Scenario A, Agent b negotiates with Opponents o m1, o m2, o p1 and o p2, while in Scenario B, Agent b negotiates with Opponents o m1, o m2, o p3 and o p4. Table 1. Parameters for mortgage negotiation Agent Initial Offer Reserved Offer Deadline Agent b (500k, 5%) (300k, 7%) 10 Opponent o m1 (310k, 6.9%) (450k, 5.2%) 15 Opponent o m2 (330k, 6.5%) (500k, 5.5%) Scenario A (a Successful Scenario) In Scenario A, Agent b negotiates with Opponents o m1 and o m2 for mortgage negotiation, (the first negotiation) and with Opponents o p1 and o p2 for property negotiation,

9 182 F. Ren et al. Table 2. Parameters for property negotiation Agent Initial Offer Reserved Offer Deadline Agent b 200k depends 12 Opponent o p1 550k 330k 15 Opponent o p2 500k 350k 9 Opponent o p3 650k 450k 10 Opponent o p4 630k 470k 11 (a) mortgage (b) property Fig. 6. Negotiations using NDF approach for scenario A (the second negotiation). Firstly, we adopt the NDF approach [4] to sequentially process mortgage negotiation and property negotiation by using the linear concession strategy, and the outcomes of the two negotiations are illustrated in Figure 6. Let letter a indicate accept, letter r indicate reject and letter u indicate utility. For instance, the legend u1a (or u1r) indicates the utility of the first negotiation by accepting (or rejecting) opponents offers. In Scenario A, both negotiations successfully reached an agreement by adopting the NDF negotiation model. The utility of mortgage negotiation is 0.5, and the utility for property negotiation is Because these two negotiations are equally weighted, the overall utility is Fig. 7. Negotiations using MNN approach for scenario A The negotiation outcomes by using the proposed MNN approach are illustrated in Figure 7. Both the mortgage negotiation and property negotiation are synchronously processed. Agent b s reserved price in property negotiation is dynamically updated in each negotiation round according to the latest offer from mortgage negotiation. Let letter e indicate expected utility. For instance, Legend e1a2r indicates the expected utility of the MNID by accepting the best offer from opponents in mortgage negotiation

10 Optimization of Multiple Related Negotiation through MNN 183 and rejecting all opponents offers in property negotiation. The expected utility for the MNID is illustrated in Figure 7. It can be seen that before round-6,thecurvee1r2r leads to the highest expected utility; from round-6 to round-8, thecurvee1a2r leads to the highest expected utility; after round-8, thecurvee1a2a leads to the highest expected utility. Therefore, in order to maximize the outcome of the MNID, Agent b should reject all opponents offers in both negotiations in the first five rounds. At round-6, Agent b should accept the best offer from opponents in mortgage negotiation but keep on bargaining in property negotiation until round-8. At round-9, Agent b should accept the best offer in property negotiation. By adopting such a decision policy, the utility of mortgage negotiation is increased to 0.58 and the utility of property negotiation is increased to 0.26, so the global utility is increased to 0.42, which is 20% more than the result from the NDF approach. The result of Scenario A indicates that if the global goal of related negotiations can be achieved, the proposed approach can improve the negotiation outcome through considering both joint success rate and joint utility. With comparison to sequential negotiation processes, the proposed approach can synchronously process all related negotiations and dynamically optimize the global outcome. 4.3 Scenario B (an Unsuccessful Scenario) In Scenario B, Agent b negotiates with Opponents o m1 and o m2 in mortgage negotiation and with Opponents o p3 and o p4 in property negotiation. Also, we adopt the NDF approach (linear concession strategy) to sequentially process mortgage negotiation and property negotiation. The outcomes of the two negotiations are illustrated in Figure 8. In contrast to Scenario A, Agent b successfully completes mortgage negotiation, but fails property negotiation. In this case, the result of mortgage negotiation is meaningless or even has a negative impact by considering the global goal of related negotiations. That is because without purchasing a property, the approval of a mortgage proposal can only lead to an unnecessary cost on mortgage interest and a penalty from the bank. Therefore, if Agent b is not absolutely sure that the global goal of its related negotiations can be finally achieved, it is not efficient to process these negotiations sequentially. (a) mortgage (b) property Fig. 8. Negotiations with NDF approach for scenario B However, if we employ the proposed approach for Scenario B, the outcome will be different. In Figure 9, we illustrate the experimental results by adopting the proposed approach. In order to avoid partially reaching the global goal, Agent b can only select

11 184 F. Ren et al. policies between curves e1a2a and e1r2r (see Figure 9), which means to accept or reject both negotiations together. It can be seen that before round-8, curvee1r2r exceeds the curve e1a2a. At round-8,curvee1a2a can bring more utility to Agent b than curve e1r2r. It seems that Agent b can accept opponents offers in both negotiations at round-8. However, because Agent b cannot purchase a property whose price is higher than the mortgage amount, so the utility of property negotiation must be greater than 0. At round-8, by accepting the best offer from opponents, Agent b will lose utility by 0.17, so Agent b cannot reach agreement in both negotiations at round-8. However,if Agent b stays on curve e1r2r at round-8, the expected utility will be a negative number as well in round-9. Therefore, in order to avoid any loss, Agent b can not choose neither to accept nor to reject both negotiations at round-8,but to quit from negotiations without achieving any agreement with any opponent. So Agent b does not need to worry about the unnecessary interest and the penalty from the bank anymore. The results of Scenario B indicate that if the global goal of related negotiations can not be achieved, then the proposed approach can help agents to avoid unnecessary losses caused by the sequential procedure. Fig. 9. Negotiations with MNN approach for scenario B 5 Related Work X. Zhang and V. Lesser [10] proposed a meta-level coordination approach to solve negotiation chain problems in semi-cooperative multi-agent systems. In a complex negotiation chain scenario, agents need to negotiate concurrently in order to complete their goals on time. The order and structure that negotiations occur may impact the expected utility for both individual agents and the whole system. A pre-negotiation approach is introduced to transfer meta-level information, such as starting time, deadlines and durations of negotiation. By using this information, agents can estimate successful probability of negotiations, and model the flexibility of negotiations. However, the success probability in their work is calculated based only on a predefined time schedule, while the success rate in our work is dynamically calculated by considering an agent s possible payoffs in all related negotiations. Proper and Tadepalli [9] proposed an assignment-based decomposition approach by employing the Markov Decision Process (MDP) to solve an optimal decision making problem in assignment decomposition between multiple collaborative agents. A centralized controller which has relevant information about the states of all agents is assumed in their approach. The approach contains two levels, where the upper level focuses on

12 Optimization of Multiple Related Negotiation through MNN 185 task assignment, and the lower level focuses on task execution. The centralized controller solves the assignment problem through a searching algorithm and solves the task execution problem through coordinated reinforcement learning. The difference between our approach and their approach is that (1) we do not assume a centralized controller, and (2) we optimize the outcome of a global object through balancing its payoff and opportunity. 6 Conclusion In the real world, an agent may need to process several related negotiations in order to reach a global goal. Most of state-of-the-art approaches perform these related negotiations sequentially. However, because the result of the latter negotiation is not predictable by using a sequential procedure, agents cannot optimally execute all negotiations in correct sequential order. The motivation of our approach is to solve such a problem and handle MRN concurrently. Firstly, MNN is proposed to represent MRN by considering several key features. Secondly, MNID is proposed to handle an agent s possible decisions by employing the expected utility. Lastly, through comparing expected utilities between all possible policies, an optimal policy is generated to optimize the outcome of MRN. The experimental results indicate that the proposed approach improved an agent s global utility of MRN in a successful end scenario, and avoid unnecessary losses for the agent in an unsuccessful end scenario. References 1. Fatima, S., Wooldridge, M., Jennings, N.: An Agenda-Based Framework for Multi-Issue Negotiation. Artificial Intelligence 152(1), 1 45 (2004) 2. Li, C., Giampapa, J., Sycara, K.: Bilateral Negotiation Decisions with Uncertain Dynamic Outside Options. IEEE Trans. on Systems, Man, and Cybernetics, Part C 36(1), (2006) 3. Ren, F., Zhang, M., Sim, K.: Adaptive Conceding Strategies for Automated Trading Agents in Dynamic, Open Markets. Decision Support Systems 46(3), (2009) 4. Faratin, P., Sierra, C., Jennings, N.: Negotiation Decision Functions for Autonomous Agents. J. of Robotics and Autonomous Systems 24(3-4), (1998) 5. Rubinstein, A.: Perfect Equilibrium in a Bargaining Model. Econometrica 50(1), (1982) 6. Fatima, S., Wooldridge, M., Jennings, N.: An Analysis of Feasible Solutions for Multi-Issue Negotiation Involving Nonlinear Utility Functions. In: Proc. of 8th Int. Conf. on AAMAS 2009, pp (2009) 7. Brzostowski, J., Kowalczyk, R.: On Possibilistic Case-Based Reasoning for Selecting Partners for Multi-Attribute Agent Negotiation. In: Proc. of 4th Int. Conf. on AAMAS 2005, pp (2005) 8. Hemaissia, M., Seghrouchni, A., Labreuche, C., Mattioli, J.: A Multilateral Multi-Issue Negotiation Protocol. In: Proc. of 6th Int. Conf. on AAMAS 2007, pp (2007) 9. Proper, S., Tadepalli, P.: Solving Multiagent Assignment Markov Decision Processes. In: Proc. of 8th Int. Conf. on AAMAS 2009, pp (2009) 10. Zhang, X., Lesser, V.: Meta-Level Coordination for Solving Negotiation Chains in Semi- Cooperative Multi-Agent Systems. In: Proc. of 6th Int. Conf. on AAMAS 2007, pp (2007) 11. Jensen, F., Nielsen, T.: Bayesian Networks and Decision Graphs, 2nd edn. Springer, Heidelberg (2001)

Graphical Representation of Defeasible Logic Rules Using Digraphs

Graphical Representation of Defeasible Logic Rules Using Digraphs Graphical Representation of Defeasible Logic Rules Using Digraphs Efstratios Kontopoulos and Nick Bassiliades Department of Informatics, Aristotle University of Thessaloniki, GR-54124 Thessaloniki, Greece

More information

Network Analysis: Minimum Spanning Tree, The Shortest Path Problem, Maximal Flow Problem. Métodos Cuantitativos M. en C. Eduardo Bustos Farías 1

Network Analysis: Minimum Spanning Tree, The Shortest Path Problem, Maximal Flow Problem. Métodos Cuantitativos M. en C. Eduardo Bustos Farías 1 Network Analysis: Minimum Spanning Tree, The Shortest Path Problem, Maximal Flow Problem Métodos Cuantitativos M. en C. Eduardo Bustos Farías 1 Definitions A network consists of a set of nodes and a set

More information

Optimal Apartment Cleaning by Harried College Students: A Game-Theoretic Analysis

Optimal Apartment Cleaning by Harried College Students: A Game-Theoretic Analysis MPRA Munich Personal RePEc Archive Optimal Apartment Cleaning by Harried College Students: A Game-Theoretic Analysis Amitrajeet Batabyal Department of Economics, Rochester Institute of Technology 12 June

More information

RoboCup Challenges. Robotics. Simulation League Small League Medium-sized League (less interest) SONY Legged League Humanoid League

RoboCup Challenges. Robotics. Simulation League Small League Medium-sized League (less interest) SONY Legged League Humanoid League Robotics (c) 2003 Thomas G. Dietterich 1 RoboCup Challenges Simulation League Small League Medium-sized League (less interest) SONY Legged League Humanoid League (c) 2003 Thomas G. Dietterich 2 Small League

More information

Cube Land integration between land use and transportation

Cube Land integration between land use and transportation Cube Land integration between land use and transportation T. Vorraa Director of International Operations, Citilabs Ltd., London, United Kingdom Abstract Cube Land is a member of the Cube transportation

More information

Course Descriptions Real Estate and the Built Environment

Course Descriptions Real Estate and the Built Environment CMGT REAL XRCM Construction Management Courses Real Estate Courses Executive Master Online Courses CMGT 4110 PreConstruction Integration & Planning CMGT 4120 Construction Planning & Scheduling This course

More information

INTERNATIONAL JOURNAL OF GEOMATICS AND GEOSCIENCES Volume 2, No 2, 2011

INTERNATIONAL JOURNAL OF GEOMATICS AND GEOSCIENCES Volume 2, No 2, 2011 INTERNATIONAL JOURNAL OF GEOMATICS AND GEOSCIENCES Volume 2, No 2, 2011 Copyright 2010 All rights reserved Integrated Publishing services Case study ISSN 0976 4380 Property formation-change in land related

More information

The Analytic Hierarchy Process. M. En C. Eduardo Bustos Farías

The Analytic Hierarchy Process. M. En C. Eduardo Bustos Farías The Analytic Hierarchy Process M. En C. Eduardo Bustos Farías Outline of Lecture Summary MADM ranking methods Examples Analytic Hierarchy Process (AHP) Examples pairwise comparisons normalization consistency

More information

The Proposal of Cadastral Value Determination Based on Artificial Intelligence

The Proposal of Cadastral Value Determination Based on Artificial Intelligence The Proposal of Cadastral Value Determination Based on Artificial Intelligence Jarosław BYDŁOSZ, Piotr CICHOCIŃSKI, Piotr PARZYCH, Poland Key words: neural network, artificial intelligence, cadastral value,

More information

Network Analysis: Minimum Spanning Tree,

Network Analysis: Minimum Spanning Tree, Network Analysis: Minimum Spanning Tree, M. en C. Eduardo Bustos Farías 1 Definitions A network consists of a set of nodes and a set of arcs connecting the nodes Nodes are also called vertices or points

More information

METROPOLITAN COUNCIL S FORECASTS METHODOLOGY JUNE 14, 2017

METROPOLITAN COUNCIL S FORECASTS METHODOLOGY JUNE 14, 2017 METROPOLITAN COUNCIL S FORECASTS METHODOLOGY JUNE 14, 2017 Metropolitan Council s Forecasts Methodology Long-range forecasts at Metropolitan Council are updated at least once per decade. Population, households

More information

Ad-valorem and Royalty Licensing under Decreasing Returns to Scale

Ad-valorem and Royalty Licensing under Decreasing Returns to Scale Ad-valorem and Royalty Licensing under Decreasing Returns to Scale Athanasia Karakitsiou 2, Athanasia Mavrommati 1,3 2 Department of Business Administration, Educational Techological Institute of Serres,

More information

JEFFREY SAMUELS. Welcome! Maximize Your Real Estate Value!

JEFFREY SAMUELS. Welcome! Maximize Your Real Estate Value! Welcome! We look forward to speaking with you about the future sale of your home. We are confident you will feel that the programs we outline for you will provide you with the greatest possibility of selling

More information

METROPOLITAN COUNCIL S FORECASTS METHODOLOGY

METROPOLITAN COUNCIL S FORECASTS METHODOLOGY METROPOLITAN COUNCIL S FORECASTS METHODOLOGY FEBRUARY 28, 2014 Metropolitan Council s Forecasts Methodology Long-range forecasts at Metropolitan Council are updated at least once per decade. Population,

More information

The Practice and Exploration of GIS-based Commercial Housing Price Statistical System - The example of Shenzhen. Abstract

The Practice and Exploration of GIS-based Commercial Housing Price Statistical System - The example of Shenzhen. Abstract Proceedings 59th ISI World Statistics Congress, 25-30 August 2013, Hong Kong (Session CPS006) p.3337 The Practice and Exploration of GIS-based Commercial Housing Price Statistical System - The example

More information

Benchmarking Cadastral Systems Results of the Working Group 7.1

Benchmarking Cadastral Systems Results of the Working Group 7.1 Benchmarking Cadastral Systems Results of the Working Group 7.1 Jürg KAUFMANN, Switzerland Key words: ABSTRACT In 1998, FIG-Commission 7 launched three new working groups for the period 1998-2002. Working

More information

Oil & Gas Lease Auctions: An Economic Perspective

Oil & Gas Lease Auctions: An Economic Perspective Oil & Gas Lease Auctions: An Economic Perspective March 15, 2010 Presented by: The Florida Legislature Office of Economic and Demographic Research 850.487.1402 http://edr.state.fl.us Bidding for Oil &

More information

JOB DESCRIPTION MANAGEMENT EXCLUSION

JOB DESCRIPTION MANAGEMENT EXCLUSION 1. Position No. Various 2. Descriptive Working Title SENIOR DEVELOPMENT MANAGER JOB DESCRIPTION MANAGEMENT EXCLUSION 3. Present Classification Excluded Mgmt 4. Branch DEVELOPMENT AND ASSET 5. Department

More information

Course Number Course Title Course Description

Course Number Course Title Course Description Johns Hopkins Carey Business School Edward St. John Real Estate Program Master of Science in Real Estate and Course Descriptions AY 2015-2016 Course Number Course Title Course Description BU.120.601 (Carey

More information

A NOTE ON AD VALOREM AND PER UNIT TAXATION IN AN OLIGOPOLY MODEL

A NOTE ON AD VALOREM AND PER UNIT TAXATION IN AN OLIGOPOLY MODEL WORKING PAPERS No. 122/2002 A NOTE ON AD VALOREM AND PER UNIT TAXATION IN AN OLIGOPOLY MODEL Lisa Grazzini JEL Classification: H22, L13, C72, D51. Keywords: Imperfect competition, Strategic market game,

More information

The Buyer Consultation: Demonstrating & Articulating Value. Interactive Workshop. Student Workbook

The Buyer Consultation: Demonstrating & Articulating Value. Interactive Workshop. Student Workbook The Buyer Consultation: Demonstrating & Articulating Value Interactive Workshop Student Workbook The Buyer Consultation: Demonstrating and Articulating your Value What is a Buyer Consultation? What is

More information

Agreements for the Construction of Real Estate

Agreements for the Construction of Real Estate HK(IFRIC)-Int 15 Revised August 2010September 2018 Effective for annual periods beginning on or after 1 January 2009* HK(IFRIC) Interpretation 15 Agreements for the Construction of Real Estate * HK(IFRIC)-Int

More information

RE: Proposed Accounting Standards Update, Leases (Topic 842): Targeted Improvements (File Reference No )

RE: Proposed Accounting Standards Update, Leases (Topic 842): Targeted Improvements (File Reference No ) KPMG LLP Telephone +1 212 758 9700 345 Park Avenue Fax +1 212 758 9819 New York, N.Y. 10154-0102 Internet www.us.kpmg.com 401 Merritt 7 PO Box 5116 Norwalk, CT 06856-5116 RE: Proposed Accounting Standards

More information

Request for Proposals for Commercial Real Estate Brokerage Services Port Angeles, Washington. Issued June 6, 2016

Request for Proposals for Commercial Real Estate Brokerage Services Port Angeles, Washington. Issued June 6, 2016 Request for Proposals for Commercial Real Estate Brokerage Services Port Angeles, Washington Issued June 6, 2016 Proposal Due Date: June 13, 2016 RFP FOR PROPOSALS ( RFP ) COMMERCIAL REAL ESTATE BROKERAGE

More information

ISSUES OF EFFICIENCY IN PUBLIC REAL ESTATE RESOURCES MANAGEMENT

ISSUES OF EFFICIENCY IN PUBLIC REAL ESTATE RESOURCES MANAGEMENT Alina Zrobek-Rozanska (MSC) Prof. Ryszard Zrobek University of Warmia and Mazury in Olsztyn, Poland rzrobek@uwm.edu.pl alina.zrobek@uwm.edu.pl ISSUES OF EFFICIENCY IN PUBLIC REAL ESTATE RESOURCES MANAGEMENT

More information

Companies are grouped into four types based on how they choose office space to rent.

Companies are grouped into four types based on how they choose office space to rent. July 14, 2014 For further inquiry please contact: Xymax Real Estate Institute Phone: +81 3-3596-1477 FAX: +81 3-3596-1478 info-rei@xymax.co.jp Companies are grouped into four types based on how they choose

More information

FASB Emerging Issues Task Force

FASB Emerging Issues Task Force EITF Issue No. 09-4 FASB Emerging Issues Task Force Issue No. 09-4 Title: Seller Accounting for Contingent Consideration Document: Issue Summary No. 1, Supplement No. 1 Date prepared: August 21, 2009 FASB

More information

Handling Multiple Offers

Handling Multiple Offers Handling Multiple Offers Objectives Upon completion of this section the student should be able to: 1. Explain to buyers and sellers how to prepare and evaluate offers based on a buyer s ability to close

More information

The Effects of Land Title Registration on Tenure Security, Investment and Production

The Effects of Land Title Registration on Tenure Security, Investment and Production The Effects of Land Title Registration on Tenure Security, Investment and Production Evidence from Ghana Niklas Buehren Africa Gender Innovation Lab, World Bank May 9, 2018 Background The four pathways

More information

MAYOR OF LONDON. Please be aware that Housing Moves cannot guarantee a move to everyone who registers for the scheme.

MAYOR OF LONDON. Please be aware that Housing Moves cannot guarantee a move to everyone who registers for the scheme. MAYOR OF LONDON Welcome to the Housing Moves scheme. We know that moving home can be daunting and that giving up a secure tenancy can be a big step. The following information is to advise you on how the

More information

Mineral Rights Cadastre

Mineral Rights Cadastre Mineral Rights Cadastre ------------- Global Lessons Learned PROMOTING TRANSPARENT ACESS TO MINERAL RESOURCES Washington, Thursday 5 th March 2009 EITI ++ CHAIN Access to Resources Monitoring of Operations

More information

A Note on the Efficiency of Indirect Taxes in an Asymmetric Cournot Oligopoly

A Note on the Efficiency of Indirect Taxes in an Asymmetric Cournot Oligopoly Submitted on 16/Sept./2010 Article ID: 1923-7529-2011-01-53-07 Judy Hsu and Henry Wang A Note on the Efficiency of Indirect Taxes in an Asymmetric Cournot Oligopoly Judy Hsu Department of International

More information

South Worcestershire Development Plan Examination Representation Form Additional Pages Consultation on Proposed Modifications to SWDP: 6 October 14 November 2014 South Worcestershire Councils Additional

More information

Past & Present Adjustments & Parcel Count Section... 13

Past & Present Adjustments & Parcel Count Section... 13 Assessment 2017 Report This report includes specific information regarding the 2017 assessment as well as general information about both the appeals and assessment processes. Contents Introduction... 3

More information

Government Emergency Ordinance No. 54/2006 on the regime of the concession contracts for public assets ( GEO No. 54/2006 );

Government Emergency Ordinance No. 54/2006 on the regime of the concession contracts for public assets ( GEO No. 54/2006 ); 219 Chapter 16 PPP & Concessions 1. General Public-private partnership ( PPP ) refers to forms of cooperation between public authorities and the world of business which aim to ensure the design, funding,

More information

Introduction. Bruce Munneke, S.A.M.A. Washington County Assessor. 3 P a g e

Introduction. Bruce Munneke, S.A.M.A. Washington County Assessor. 3 P a g e Assessment 2016 Report This report includes specific information regarding the 2016 assessment as well as general information about both the appeals and assessment processes. Contents Introduction... 3

More information

International Accounting Standard 17. Leases

International Accounting Standard 17. Leases International Accounting Standard 17 Leases Basis for Conclusions on IAS 17 Leases This Basis for Conclusions accompanies, but is not part of, IAS 17. Introduction BC1 BC2 BC3 This Basis for Conclusions

More information

Incentives for Spatially Coordinated Land Conservation: A Conditional Agglomeration Bonus

Incentives for Spatially Coordinated Land Conservation: A Conditional Agglomeration Bonus Incentives for Spatially Coordinated Land Conservation: A Conditional Agglomeration Bonus Cyrus A. Grout Department of Agricultural & Resource Economics Oregon State University 314 Ballard Extension Hall

More information

Chapter 4 An Economic Theory of Property

Chapter 4 An Economic Theory of Property Chapter 4 An Economic Theory of Property I. Introduction From an economic perspective, we are interested in how property law influences the allocation of scarce resources and goods and services. An important

More information

Data Verification. Professional Excellence Bulletin [PP-14-E] February 1995

Data Verification. Professional Excellence Bulletin [PP-14-E] February 1995 Professional Excellence Bulletin [PP-14-E] February 1995 Although obviously a cornerstone of appraisal practice, data verification has not been considered a major problem to real estate appraisers in the

More information

First Experiences under the Tauranga Housing Accord

First Experiences under the Tauranga Housing Accord First Experiences under the Tauranga Housing Accord Richard Coles Boffa Miskell, Tauranga - Richardc@boffamiskell.co.nz Paul Taylor Classic Builders/PMP Developments, Bay of Plenty/Waikato - Paul.taylor@classicbuilders.co.nz

More information

Negotiations: The Principles & Strategies of Claiming Value. Jose Jorge Saavedra

Negotiations: The Principles & Strategies of Claiming Value. Jose Jorge Saavedra Negotiations: The Principles & Strategies of Claiming Value Jose Jorge Saavedra Zone of Possible Agreement: ZOPA ZOPA Minimum Price for Seller Maximum Price for Buyer Small ZOPA ZOPA Seller s Reservation

More information

Evolution of Cooperation in Multiagent Systems

Evolution of Cooperation in Multiagent Systems Evolution of Cooperation in Multiagent Systems Brian Mayoh Department of Computer Science, University of Aarhus, Ny Munkegade, bldg. 540, 8000 Aarhus C, Denmark brian@daimi.au.dk Abstract. Many multiagent

More information

Agenda Item. Leases. International Public Sector Accounting Standards Board. For: Approval. Discussion. Information. Meeting Date: June 21-24, 2016

Agenda Item. Leases. International Public Sector Accounting Standards Board. For: Approval. Discussion. Information. Meeting Date: June 21-24, 2016 Meeting: Meeting Location: International Public Sector Accounting Standards Board Toronto, Canada Meeting Date: June 21-24, 2016 Agenda Item 7 For: Approval Discussion Information Leases Project summary

More information

Looking After Your Move

Looking After Your Move Looking After Your Move Your Guide to Buying and Selling Your Home Tel: 0114 218 4000 E. info@tayloremmet.co.uk www.tayloremmet.co.uk Contents Your move.. 3 Important Dates.. 3 Up to Exchange of Contracts..

More information

Property Management Solutions for the Frustrated Landlord

Property Management Solutions for the Frustrated Landlord Property Management Solutions for the Frustrated Landlord CONTENTS INTRODUCTION 4 REASONS TO FIRE YOUR PROPERTY MANAGER 5 WAYS TO VET YOUR NEXT PROPERTY MANAGER CONCLUSION Introduction: Relationships can

More information

Analyzing Ventilation Effects of Different Apartment Styles by CFD

Analyzing Ventilation Effects of Different Apartment Styles by CFD Analyzing Ventilation Effects of Different Apartment Styles by CFD Xiaodong Li Lina Wang Zhixing Ye Associate Professor School of Municipal & Environmental Engineering, Harbin Institute of Technology,

More information

LEASE TACTICS BLUEPRINT

LEASE TACTICS BLUEPRINT LEASE TACTICS BLUEPRINT www.cbre.com/florida FOR MORE INFORMATION PLEASE CONTACT Traci Jenks, CCIM Senior Associate 904.633.2613 traci.jenks@cbre.com CBRE, Inc. Licensed Real Estate Broker LEASE TACTICS

More information

LEASE ACCOUNTING UNDER IFRS 16 AND IAS 17 A COMPARATIVE APPROACH

LEASE ACCOUNTING UNDER IFRS 16 AND IAS 17 A COMPARATIVE APPROACH 78 LEASE ACCOUNTING UNDER IFRS 16 AND IAS 17 A COMPARATIVE APPROACH Lecturer PhD. Cristina Aurora BUNEA-BONTAȘ Constantin Brancoveanu University of Pitesti, Romania Email: bontasc@yahoo.com Abstract: In

More information

Buy Your Home. How I Help You. Helping you find and purchase a home is only one facet of my job.

Buy Your Home. How I Help You. Helping you find and purchase a home is only one facet of my job. How I Help You Buy Your Home Helping you find and purchase a home is only one facet of my job. MY SERVICES Explain real estate principles, contracts and documents Refer you to a reputable lender that can

More information

Leases: Overview of the new guidance

Leases: Overview of the new guidance Leases: Overview of the new guidance Prepared by: Richard Stuart, Partner, National Professional Standards Group, RSM US LLP richard.stuart@rsmus.com, +1 203 905 5027 March 2, 2016 Introduction On February

More information

BUSI 452 Case Studies in Appraisal II

BUSI 452 Case Studies in Appraisal II BUSI 452 Case Studies in Appraisal II PURPOSE AND SCOPE The Case Studies in Appraisal II course (BUSI 452) is a continuation of BUSI 442. This course is intended to introduce further practical applications

More information

Sell Your House in DAYS Instead of Months

Sell Your House in DAYS Instead of Months Sell Your House in DAYS Instead of Months No Agents No Fees No Commissions No Hassle Learn the secret of selling your house in days instead of months If you re trying to sell your house, you may not have

More information

Guide to the housingmoves scheme

Guide to the housingmoves scheme A very warm welcome to housingmoves. You are probably reading this because you would like to move to another part of London. You might want to be closer to your job or training course. You might want a

More information

The effect of atrium façade design on daylighting in atrium and its adjoining spaces

The effect of atrium façade design on daylighting in atrium and its adjoining spaces Design and Nature V 9 The effect of atrium façade design on daylighting in atrium and its adjoining spaces S. Samant Department of the Built Environment, University of Nottingham, UK Abstract Atrium buildings

More information

MARKET VALUE BASIS OF VALUATION

MARKET VALUE BASIS OF VALUATION 4.2 INTERNATIONAL VALUATION STANDARDS 1 MARKET VALUE BASIS OF VALUATION This Standard should be read in the context of the background material and implementation guidance contained in General Valuation

More information

Multi-Paths of Colleges Performance Appraisal and Comparison Hui PENG 1,a, Lian-Sen WANG 2,3,4,b,*

Multi-Paths of Colleges Performance Appraisal and Comparison Hui PENG 1,a, Lian-Sen WANG 2,3,4,b,* 2016 2 nd International Conference on Modern Education and Social Science (MESS 2016) ISBN: 978-1-60595-346-5 Multi-Paths of Colleges Performance Appraisal and Comparison Hui PENG 1,a, Lian-Sen WANG 2,3,4,b,*

More information

Appraisals CLE Uses of Appraisals; Types of Appraisers; Types of Reports; Selection and Working With Appraisers; Appraisal Methods; Trial Strategy

Appraisals CLE Uses of Appraisals; Types of Appraisers; Types of Reports; Selection and Working With Appraisers; Appraisal Methods; Trial Strategy 1 Appraisals CLE Uses of Appraisals; Types of Appraisers; Types of Reports; Selection and Working With Appraisers; Appraisal Methods; Trial Strategy March 2, 2016 Douglas Patterson Property Law Firm INTRODUCTION

More information

Comment on the Exposure Draft Leases

Comment on the Exposure Draft Leases 15 December 2010 International Accounting Standards Board 30 Cannon Street London EC4M 6XH United Kingdom Financial Accounting Standards Board 401 Merritt 7 PO Box 5116 Norwalk CT 06856-5116 United States

More information

HOW TO CREATE AN APPRAISAL

HOW TO CREATE AN APPRAISAL Page 1 7/19/2005 IMAGEsoft s Appraise Link Instruction Manual HOW TO CREATE AN APPRAISAL Start at the MAIN MENU. Click on APPRAISALS. The WORK WITH APPRAISALS screen appears. This screen stores your appraisals,

More information

AIC deals with the trade-off between the complexity of the model and the goodness of fit of the model.

AIC deals with the trade-off between the complexity of the model and the goodness of fit of the model. 1 de 5 21-05-2013 13:24 From Wikipedia, the free encyclopedia The Akaike information criterion is a measure of the relative quality of a statistical model, for a given set of data. As such, AIC provides

More information

APPROVAL BY THE BOARD OF IAS 17 ISSUED IN DECEMBER 2003 BASIS FOR CONCLUSIONS DISSENTING OPINION IMPLEMENTATION GUIDANCE

APPROVAL BY THE BOARD OF IAS 17 ISSUED IN DECEMBER 2003 BASIS FOR CONCLUSIONS DISSENTING OPINION IMPLEMENTATION GUIDANCE IAS 17 IASB documents published to accompany International Accounting Standard 17 Leases The text of the unaccompanied IAS 17 is contained in Part A of this edition. Its effective date when issued was

More information

Establishing Efficient Cadastral Surveying Plan in Accordance with Introducing World Geodetic Reference System in Korea

Establishing Efficient Cadastral Surveying Plan in Accordance with Introducing World Geodetic Reference System in Korea Modern Environmental Science and Engineering (ISSN 2333-2581) December 2015, Volume 1, No. 6, pp. 299-303 Doi: 10.15341/mese(2333-2581)/06.01.2015/003 Academic Star Publishing Company, 2015 www.academicstar.us

More information

Training the Next Generation of Appraisers The S.T.A.R.T. Program - Standards to Assure Responsible Training:

Training the Next Generation of Appraisers The S.T.A.R.T. Program - Standards to Assure Responsible Training: Training the Next Generation of Appraisers The S.T.A.R.T. Program - Standards to Assure Responsible Training: An Industry Solution to the Declining Number of Appraisers Entering the Profession and Practical

More information

Proposed FASB Staff Position No. 142-d, Amortization and Impairment of Acquired Renewable Intangible Assets (FSP 142-d)

Proposed FASB Staff Position No. 142-d, Amortization and Impairment of Acquired Renewable Intangible Assets (FSP 142-d) Financial Reporting Advisors, LLC 100 North LaSalle Street, Suite 2215 Chicago, Illinois 60602 312.345.9101 www.finra.com Mr. Lawrence W. Smith Director - Technical Application and Implementation Activities

More information

Working Paper nº 16/12

Working Paper nº 16/12 Facultad de Ciencias Económicas y Empresariales Working Paper nº 16/12 Pigouvian Second Degree Price Discrimination and Taxes in a Monopoly: an Example of Unit Tax Superiority Francisco Galera José Luis

More information

Mr Hans Hoogervorst Chairman of the International Accounting Standards Board 30 Cannon Street London EC4M 6XH United Kingdom

Mr Hans Hoogervorst Chairman of the International Accounting Standards Board 30 Cannon Street London EC4M 6XH United Kingdom FO U N D A TI O N «NATI O N A L N O N -G O V E R NM E N T S TA N D A R D -S E TTER «ACCOUNTI NG M E TH O D O LOG I C A L C E N TRE» Moscow, 12 October 2017 4OБ-IASB/2017 Mr Hans Hoogervorst Chairman of

More information

Automatic Cryptanalysis of Block Ciphers with CP

Automatic Cryptanalysis of Block Ciphers with CP Automatic Cryptanalysis of Block Ciphers with CP A case study: related key differential cryptanalysis David Gerault LIMOS, University Clermont Auvergne This presentation is inspired by 4 papers written

More information

Can tenant participation thrive in an increasingly pressurised social housing system?

Can tenant participation thrive in an increasingly pressurised social housing system? City Futures Research Centre Can tenant participation thrive in an increasingly pressurised social housing system? Hal Pawson, City Futures Research Centre, UNSW Tony Gilmour, Swinburne University of Technology

More information

The joint leases project change is coming

The joint leases project change is coming No. 2010-4 18 June 2010 Technical Line Technical guidance on standards and practice issues The joint leases project change is coming What you need to know The proposed changes to the accounting for leases

More information

National Rental Affordability Scheme. NRAS and Mistakes to AVOID!

National Rental Affordability Scheme. NRAS and Mistakes to AVOID! National Rental Affordability Scheme NRAS and Mistakes to AVOID! CONTENTS Contents...1 Introduction... 2 Brief Over view of NRAS...3 Key Facts About NRAS...5 NRAS Incentives... 7 NRAS and Mistakes To Avoid!......

More information

THE IMPACT OF RESIDENTIAL REAL ESTATE MARKET BY PROPERTY TAX Zhanshe Yang 1, a, Jing Shan 2,b

THE IMPACT OF RESIDENTIAL REAL ESTATE MARKET BY PROPERTY TAX Zhanshe Yang 1, a, Jing Shan 2,b THE IMPACT OF RESIDENTIAL REAL ESTATE MARKET BY PROPERTY TAX Zhanshe Yang 1, a, Jing Shan 2,b 1 School of Management, Xi'an University of Architecture and Technology, China710055 2 School of Management,

More information

Game theory. Análisis Económico de la Empresa. M. En C. Eduardo Bustos Farías 1

Game theory. Análisis Económico de la Empresa. M. En C. Eduardo Bustos Farías 1 Game theory M. En C. Eduardo Bustos Farías 1 Oligopoly Games Game theory is a tool for studying strategic behavior, which is behavior that takes into account the expected behavior of others and the mutual

More information

In several chapters we have discussed goodness-of-fit tests to assess the

In several chapters we have discussed goodness-of-fit tests to assess the The Basics of Financial Econometrics: Tools, Concepts, and Asset Management Applications. Frank J. Fabozzi, Sergio M. Focardi, Svetlozar T. Rachev and Bala G. Arshanapalli. 2014 John Wiley & Sons, Inc.

More information

Development of e-land Administration in Sweden

Development of e-land Administration in Sweden Development of e-land Administration in Sweden Roger EKMAN, Sweden Key words: e-land Administration, e-cadastre, delivery times, process development SUMMARY A characteristic of the Swedish cadastral procedure

More information

MS-REBE Course Descriptions

MS-REBE Course Descriptions 2018-2019 MS-REBE Course Descriptions CMGT Construction Management Courses REAL Real Estate Courses FMGT Facilities Management Courses CMGT 4110: PreConstruction Integration & Planning This course examines

More information

Valuation techniques to improve rigour and transparency in commercial valuations

Valuation techniques to improve rigour and transparency in commercial valuations Valuation techniques to improve rigour and transparency in commercial valuations WHY BOTHER? Rational Accurate Good theory is good practice RECESSION. Over rented properties Vacant Properties Properties

More information

SANDAKAN PUBLIC HALL MANAGEMENT SYSTEM GRACE YAIT LINGGOU FACULTY OF COMPUTING AND INFORMATICS UNIVERSITI MALAYSIA SABAH

SANDAKAN PUBLIC HALL MANAGEMENT SYSTEM GRACE YAIT LINGGOU FACULTY OF COMPUTING AND INFORMATICS UNIVERSITI MALAYSIA SABAH SANDAKAN PUBLIC HALL MANAGEMENT SYSTEM GRACE YAIT LINGGOU FACULTY OF COMPUTING AND INFORMATICS UNIVERSITI MALAYSIA SABAH 2015 ABSTRACT Sandakan Public Hall Management System was a web-based reservation

More information

Application of Finite Difference Method to Develop Land Value Map

Application of Finite Difference Method to Develop Land Value Map Application of Finite Difference Method to Develop Land Value Map WALJIYANTO, Nurrohmat WIDJAJANTI and Waruno SURYOHADI, Indonesia Key words: finite difference, isovalue, land value zone SUMMARY In the

More information

Housing market and finance

Housing market and finance Housing market and finance Q: What is a market? A: Let s play a game Motivation THE APPLE MARKET The class is divided at random into two groups: buyers and sellers Rules: Buyers: Each buyer receives a

More information

File Reference No Re: Proposed Accounting Standards Update, Leases (Topic 842): Targeted Improvements

File Reference No Re: Proposed Accounting Standards Update, Leases (Topic 842): Targeted Improvements Deloitte & Touche LLP 695 East Main Street Stamford, CT 06901-2141 Tel: + 1 203 708 4000 Fax: + 1 203 708 4797 www.deloitte.com Ms. Susan M. Cosper Technical Director Financial Accounting Standards Board

More information

Joint Ownership And Its Challenges: Using Entities to Limit Liability

Joint Ownership And Its Challenges: Using Entities to Limit Liability Joint Ownership And Its Challenges: Using Entities to Limit Liability AUSPL Conference 2016 Atlanta, Georgia May 5 & 6, 2016 Joint Ownership and Its Challenges; Using Entities to Limit Liability By: Mark

More information

Exposure Draft ED/2013/6, issued by the International Accounting Standards Board (IASB)

Exposure Draft ED/2013/6, issued by the International Accounting Standards Board (IASB) Leases Exposure Draft ED/2013/6, issued by the International Accounting Standards Board (IASB) Comments from ACCA 13 September 2013 ACCA (the Association of Chartered Certified Accountants) is the global

More information

Goods and Services Tax and Mortgage Costs of Australian Credit Unions

Goods and Services Tax and Mortgage Costs of Australian Credit Unions Goods and Services Tax and Mortgage Costs of Australian Credit Unions Author Liu, Benjamin, Huang, Allen Published 2012 Journal Title The Empirical Economics Letters Copyright Statement 2012 Rajshahi University.

More information

DAWSON COUNTY MINOR PLAT REVIEW CHECKLIST $50.00 FEE PER PLAT REVIEW, $5.00 FEE FOR SCAN & CD FOR RECORDING

DAWSON COUNTY MINOR PLAT REVIEW CHECKLIST $50.00 FEE PER PLAT REVIEW, $5.00 FEE FOR SCAN & CD FOR RECORDING DAWSON COUNTY MINOR PLAT REVIEW CHECKLIST $50.00 FEE PER PLAT REVIEW, $5.00 FEE FOR SCAN & CD FOR RECORDING NAME ON PLAT: CONTACT/PHONE #: NAMED STREET/ADDRESS: LAND LOT: DISTRICT: SECTION: ZONING: SETBACKS:

More information

CMGT PreConstruction Integration & Planning

CMGT PreConstruction Integration & Planning CMGT 4110 - PreConstruction Integration & Planning This course examines the role of preconstruction services, team integration, and joint design planning in in various Integrated Project Delivery (IPD)

More information

The What, Why and How of Project Work Breakdown Structures (WBS)

The What, Why and How of Project Work Breakdown Structures (WBS) PM TUTORIAL The What, Why and How of Project Work Breakdown Structures (WBS) Purpose This document is a guide for understanding, preparing and using a Work Breakdown Structure (WBS) as a part of planning

More information

Residential Intensification in Established Neighbourhoods Study (RIENS)

Residential Intensification in Established Neighbourhoods Study (RIENS) Residential Intensification in Established Neighbourhoods Study (RIENS) EXECUTIVE SUMMARY In December 2015, the City of Kitchener retained Meridian Planning Consultants to undertake the Residential Intensification

More information

Design idea on planning skill training system of real estate development projects in colleges and universities

Design idea on planning skill training system of real estate development projects in colleges and universities Design idea on planning skill training system of real estate development projects in colleges and universities Kecheng Li, Yuhang Li & Jian Gou Chongqing Jianzhu College, Chongqing, China ABSTRACT:The

More information

D DAVID PUBLISHING. Mass Valuation and the Implementation Necessity of GIS (Geographic Information System) in Albania

D DAVID PUBLISHING. Mass Valuation and the Implementation Necessity of GIS (Geographic Information System) in Albania Journal of Civil Engineering and Architecture 9 (2015) 1506-1512 doi: 10.17265/1934-7359/2015.12.012 D DAVID PUBLISHING Mass Valuation and the Implementation Necessity of GIS (Geographic Elfrida Shehu

More information

PROCESSES IN CADASTRE: PROCESS MODEL FOR SERBIAN 3D CADASTRE

PROCESSES IN CADASTRE: PROCESS MODEL FOR SERBIAN 3D CADASTRE UNIVERSITY IN NOVI SAD, SERBIA FACULTY OF TECHNICAL SCIENCES PROCESSES IN CADASTRE: PROCESS MODEL FOR SERBIAN 3D CADASTRE Dubravka SLADIĆ, Aleksandra RADULOVIĆ and Miro GOVEDARICA 6th International FIG

More information

Service Oriented Architectural Design

Service Oriented Architectural Design Service Oriented Architectural Design R. Bruni 1, A. Lluch Lafuente 1, U. Montanari 1, E. Tuosto 2 Department of Computer Science, University of Pisa {bruni,lafuente,ugo}@di.unipi.it Department of Computer

More information

What Factors Determine the Volume of Home Sales in Texas?

What Factors Determine the Volume of Home Sales in Texas? What Factors Determine the Volume of Home Sales in Texas? Ali Anari Research Economist and Mark G. Dotzour Chief Economist Texas A&M University June 2000 2000, Real Estate Center. All rights reserved.

More information

Business Combinations IFRS 3

Business Combinations IFRS 3 CA Sandesh Mundra Business Combinations IFRS 3 For many men, the acquisition of wealth does not end their troubles, it only changes them. - Lucius Annaeus Seneca Lets get some of the basics correct.. We

More information

DOVER DISTRICT COUNCIL Agenda Item No 8 REPORT OF THE HEAD OF DEVELOPMENT MANAGEMENT PLANNING COMMITTEE 26 APRIL 2012

DOVER DISTRICT COUNCIL Agenda Item No 8 REPORT OF THE HEAD OF DEVELOPMENT MANAGEMENT PLANNING COMMITTEE 26 APRIL 2012 DOVER DISTRICT COUNCIL Agenda Item No 8 REPORT OF THE HEAD OF DEVELOPMENT MANAGEMENT PLANNING COMMITTEE 26 APRIL 2012 KINGSDOWN PARK HOLIDAY VILLAGE, UPPER STREET, KINGSDOWN Recommendation Approve the

More information

Estimating Strategic Impacts Of Foreclosed Housing Redevelopment Using Spatial Analysis

Estimating Strategic Impacts Of Foreclosed Housing Redevelopment Using Spatial Analysis University of Massachusetts Boston From the SelectedWorks of Michael P. Johnson Estimating Strategic Impacts Of Foreclosed Housing Redevelopment Using Spatial Analysis Michael P Johnson, Jr. Available

More information

REQUEST FOR PROPOSAL FOR SERVICED APARTMENTS FOR: 1. CONCEPT DESIGN CONSULTATION AND/OR 2. OPERATION OF SERVICED APARTMENTS, FOR,

REQUEST FOR PROPOSAL FOR SERVICED APARTMENTS FOR: 1. CONCEPT DESIGN CONSULTATION AND/OR 2. OPERATION OF SERVICED APARTMENTS, FOR, REQUEST FOR PROPOSAL FOR SERVICED APARTMENTS FOR: 1. CONCEPT DESIGN CONSULTATION AND/OR 2. OPERATION OF SERVICED APARTMENTS, FOR, SERVICED APARTMENTS BRAND SPONSORED BY CYTONN INVESTMENTS MANAGEMENT LIMITED

More information

Assessment to Low-cost Apartment in Sidoarjo District, East Java Province

Assessment to Low-cost Apartment in Sidoarjo District, East Java Province 192 Simposium I Jaringan Perguruan Tinggi untuk Pembangunan Infrastruktur Indonesia, 2016 Assessment to Low-cost Apartment in Sidoarjo District, East Java Province Ria A.A. Soemitro 1, Farida Rachmawati

More information

ANALYSIS OF RELATIONSHIP BETWEEN MARKET VALUE OF PROPERTY AND ITS DISTANCE FROM CENTER OF CAPITAL

ANALYSIS OF RELATIONSHIP BETWEEN MARKET VALUE OF PROPERTY AND ITS DISTANCE FROM CENTER OF CAPITAL ENGINEERING FOR RURAL DEVELOPMENT Jelgava, 23.-25.5.18. ANALYSIS OF RELATIONSHIP BETWEEN MARKET VALUE OF PROPERTY AND ITS DISTANCE FROM CENTER OF CAPITAL Eduard Hromada Czech Technical University in Prague,

More information

Ohio Department of Transportation. Division of Engineering. Office of Real Estate. Synergy. Real Estate Business Analysis

Ohio Department of Transportation. Division of Engineering. Office of Real Estate. Synergy. Real Estate Business Analysis Ohio Department of Transportation Division of Engineering Office of Real Estate Synergy Real Estate Business Analysis Appraisal System Specification Version 1.02 Revision History Date Version Modified

More information