User Tools

Site Tools


premium_module

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
premium_module [2020/03/13 12:40] – [Pillar I] matszpremium_module [2020/03/13 13:52] – [Pillar I] matsz
Line 203: Line 203:
  
 The amount of payments which is not kept coupled is then paid out to different implementations of the MTR: The amount of payments which is not kept coupled is then paid out to different implementations of the MTR:
 +  * Regional implementation where all arable crops (PGARAB) \\
 +{{::code_p167.png?400|}}
 +  * And permanent grass land (PGGRAS) is eligble \\
 +{{:code_p167_2.png?400|}}
 +  * The historic implementation \\
 +{{:code_p167_3.png?400|}}
  
 +The exact set member ship depends on the year. The distribution shares which map the decoupled part of the premiums received under the Agenda package (see above) to these implementation schemes are edited on the Table “p_premToDDTarget_E”
 +{{:code_p167_4.png?600|}}
 +
 +That information is the basis to define regional premium envelops (= CEILVAL) for the different Member states. That is a rather complex program (‘//policy\calc_mtr.gms//’).
 +A first key statement defines the //remaining budget envelops for the still coupled payments//. It takes the minimum of the existing ceiling values for that scheme (CEILVAL) or the total payments paid out times the modulation factors and multiplies it with the coupling degree.
 +{{:code_p167_5.png?600|}}
 +
 +There two other factors:
 +  * A possible greening share according to the October 2011 proposal by the Commission, see the section on CAP 2014-2020 for more details
 +  * A national ceiling cut factor which aligns the envelops calculated from the past payments with he total MTR ceiling as defined in the legal texts.
 +
 +The part which is not longer coupled goes into the decoupled schemes:
 +{{:code_p168.png?600|}}
 +
 +The total budget for the new MTR schemes is derived from the summation of all the old Agenda premiums. The total payments under a scheme such as the Grandes Cultures schemes are corrected for any possible remaining coupled payments:
 +
 +{{:code_p168_2.png?600|}}
 +
 +After that, a possible share going into the greening payment (from 2014) is deducted:
 +
 +{{:code_p168_3.png?600|}}
 +
 +And, finally, a factor is applied which lines up the total historic payments as defined from the CAPRI data and premium schemes in that Member State with the total MTR envelop:
 +
 +{{:code_p168_4.png?600|}}
 +
 +That sum if then distributed to the relevant MTR implementation scheme according to the distribution keys defined above:
 +
 +{{:code_p168_5.png?600|}}
 +
 +These calculation require that first the total premiums received in the history period are calculated which is done in ‘//policy\calc_mtr_top.gms//’.
 +
 +===CAP 2014-2020===
 +
 +From 2014 onwards, a new agricultural policy entered into force. The key elements of the policy were (i) convergence of payment rates between member states and farmers within member states, (ii) the expansion of the option to use coupled support beyond the previous articles 68/69, and (iii) the introduction of three “greening requirements”. These elements were introduced into CAPRI, and their use can be inspected in the commonly used baseline policy file “gams\pol_input\cap_after_2014\ref.gms”, the entire content of which is shown below:
 +
 +{{:code_p169.png?600|}}
 +
 +Since the mechanisms behind each of the three elements is somewhat complex, the file relies on include files to define each of the three components. The include files are stored in the scenario directory (gams\scen) of the CAPRI system, and which particular include files to use is indicated by the string variables ($setGlobal) in the first three code lines. The actual logic of the policy file, also the inclusion of the indicated three files, takes place in the file included in the final line, referred to as the base scenario file.
 +
 +//Convergence// between member states is set by adjusting the total budget of the CAP first pillar. Regarding the convergence of payment values per entitlement (IUVs, for Individual Unit Values) inside countries, the regulation allows ample room for national customization. Countries define the regions within which convergence occurs, the end year by which convergence shall be achieved, any remaining maximum span for the IUVs after convergence, and the mathematical formula to use for reducing high IUVs and increasing low ones. The file gams\scen\premiums\bps_convergence.gms defines the options chosen by member states in 2014.
 +
 +{{:code_p169_2.png?600|}}
 +
 +Two different uses of the convergence mechanism are illustrated by Austria and Greece, which apply very different models. Austria applies the full convergence using a linear model over time, with the same target payment rate in all of Austria. The convergence should be complete in 2019. This is obtained by assigning all Austrian regions to one generic “BPS-region”, for convenience the first one, called “rbps1”. Since the convergence mechanism later on works per member state, it is no problem that rbps1 is also used for e.g. the Netherlands. Then, the convergence option is set to “bps_linear” and the target year to 2019. Finally, the two parameters defining the rate of the final convergence are set, or, if you like, the width at the end of the convergence funnel and the handling of payments outside of that funnel. For Austria, the parameters are both set to “1”, which means that all farms will get exactly the same payments per hectare after convergence is complete in 2019.
 +
 +{{:code_p169_3.png?600|}}
 +
 +Greece applies different models for different types of regions, depending on the character of agriculture in the region. We approximate this in CAPRI by classifying the NUTS2-regions according to the shares of arable land, grass land and permanent crops in a historical year (2008). Based on those shares, three BPS-regions are created, within each of which the same convergence model is applied. The convergence is linear, but with the additional 30-percent-rule applied, defining that no farm (supply model region) should get more than 30 percent higher payments per hectare than the average of the BPS-region. Convergence proceeds up to the year 2019, and in each year, the lower limit for convergence, expressed as a share of the averge of the BPS-region, is set to 90%. The lower limit defines whether a farm needs convergence or not. Farms above the lower limit will get the same payments per unit as before, but for farms below the limit, the final option “p_bps_tunnel_gap_closure” kicks in, and defines what share of the gap to the lower convergence limit should be closed. For Greece, this value is set to 1/3, implying that for a farm receiving less than 90% of the average payment in the BPS-region, 1/3 of the gap shall be closed. The increased premiums are financed by a linear reduction of the payments to all farms with payments above the average payment, while also capping the highest premiums to be no more than 30% higher than the regional average.
 +
 +{{:code_p170.png?600|}}
 +
 +The code implementing the logic behind these various settings is generic and found in the file “gams\policy\implement_bps.gms”. The result is a payment per region, defined using the general premium mechanism of CAPRI, that is called “dp_bps” and with the eligible activity list “pgsaps”. The application type is “perLevl” and the budget is set on national level in the base scenario file “gams\scen\base_scenarios\cap_2014_2020.gms”.
 +
 +//Voluntary Coupled Support// is defined using the standard premium mechanisms of CAPRI, based on notifications received from the European Commission. We have interpreted the notified target activities in terms of CAPRI activities, and set budget ceilings and nominal amounts in the file “gams\scen\premiums\coupling\cap_2013_2020_vcs.gms”.
 +
 +The //Greening Measures// can be steered by the modeller. Even though the greening in itself is complex in implementation, the choices open to the CAPRI modeller are limited. The standard greening policy switches can be inspected in the file “gams\scen\premiums\greening\cap_2013_2020_greening.gms”:
 +
 +{{:code_p171.png?600|}}
 +
 +The first statement defines the share of the national pillar 1 envelope that is dedicated to the “greening top-up”. By default, this is 30%. Then, a set of active greening measures is populated. There are three options available, and by default, they are all active:
 +
 +  * The share of permanent grass land to arable land cannot decline relative to the base year.
 +  * A minimum measure of crop-diversity must be maintained.
 +  * A share of land must be allocated to certain activities counting as “ecological set-aside”. 
 +
 +The shares of activities eligible as ecological set-aside is then defined in the concluding parameter definition in the file. The set-aside rate itself is defined as a string variable “$setglobal greening_setasiderate 5”, defining it to be 5% by default. The three greening restrictions are implemented as constraints in the supply models. The greening top-up is implemented as a standard CAPRI premium called DPGREEN. The logic behind the greening restrictions is activated in the include file “//policy\define_greening_limits.gms//”.
 + 
 +The CAP 2014-2020 also contains three more payment schemes: Support to young farmers, support to smaller farms (first hectares) and support to areas with natural constraints (ANC). These payment schemes, with their associated budgets, are defined in the base scenario file.
 +
 +The following figure summarizes the logic of the CAP 2014-2020 reference policy as implemented in the CAPRI policy module in the policy file //pol_input\cap_after_2014\ref.gms//.
 +
 +**Figure 17: The logic of the CAP 2014-2020 reference policy as implemented in the CAPRI policy module**
 +
 +{{:figure17.png?600|}} \\ Source: own illustration
 +
 +===Tradable Single Premium Scheme entitlements===
 +
 +With the so-called Mid Term Review of the Common Agricultural Policy, the so-called Single Farm Premium (SFP) as a decoupled payment was introduced which is implemented as a subsidy which does not require production, is subject to cross-compliance and paid per ha up to a number of entitlements. The original entitlements, defined on a hectare basis, had been distributed to farmers operating the land and not the land owners. Both land and entitlements can be traded independently from each other. After a sequence of reform steps, basically all crop production sectors are now included in the subsidy program, so that farmers can be assumed to have received entitlements for all hectares they cropped historically. The same was true from the beginning for the so-called regional implementation. If the land available to agriculture decreases, e.g. by urbanization, some entitlements cannot not longer be matched with a hectare of eligible land. Such unused entitlements are removed from the markets after a number of years.
 +
 +In CAPRI, the assumption in the baseline is that all hectares used by agriculture are able to claim the SFP and that any unused entitlements had been removed so that the SFP becomes fully capitalized into land. Subsequent changes in the premiums including the SFP, prices or other policy instruments in a counterfactual run could decrease the marginal returns to agricultural land. Based on the land supply curve implemented in CAPRI, agricultural land use would shrink and some entitlements become unused. Vice versa, if changes let the marginal return to land increase, the entitlements become the limiting factor to claim the subsidy. The increase is thus mapped into an economic rent to the entitlement. If changes generate rents on entitlements in some farm types and not in others, one would assume that trade in entitlements will occur. A simple algorithm to trade the entitlement is now included in CAPRI and described below.
  
  
  
  
premium_module.txt · Last modified: 2022/11/07 10:23 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki