<p>Changes to Social Security</p>

2. 2. Questions to the Cabinet Secretary for Communities and Children – in the Senedd on 22 June 2016.

Alert me about debates like this

Photo of Steffan Lewis Steffan Lewis Plaid Cymru

(Translated)

3. What discussions has the Welsh Government had regarding the impact of changes to social security on communities in Wales? OAQ(5)0001(CC)

Photo of Carl Sargeant Carl Sargeant Labour 2:36, 22 June 2016

I thank Steffan Lewis for his question. I haven’t heard the ‘social security’ term used for quite some time, actually, but I thank him for his question. Working with a wide range of stakeholders, we continue to discuss and assess the significant impact of the UK Government’s welfare reforms in Wales. The Welsh Government has, on many occasions, made representations with UK Ministers, raising issues of concern when it is evident that vulnerable people will be further disadvantaged.

Photo of Steffan Lewis Steffan Lewis Plaid Cymru 2:37, 22 June 2016

I thank him for that answer. The Welsh Government, incrementally, is becoming responsible for more and more elements of social protection, if I can use another retro term, from council tax support to the discretionary payment fund and the Work Programme. Despite that, though, citizens in this country are still subject to regressive and punitive welfare policies from Whitehall. As he has mentioned this afternoon on numerous occasions, he is denied many of the levers in this area. As this area of policy is such a vital pillar of Welsh public policy, will the Cabinet Secretary commit to publishing a distinct programme outlining the foundations of a Welsh welfare state, which would include not only the direction of travel for policy with the current devolution settlement, but also a vision for welfare in Wales with a further transfer of social protection powers here?

Photo of Carl Sargeant Carl Sargeant Labour 2:38, 22 June 2016

That is a really interesting question that the Member raises and a very complex one in terms of the relationship currently between the UK Government and ourselves and what we are able to mitigate. I think that what the First Minister has said is that we are content to take certain aspects of powers, provided that we get fair funding to deal with that. I think that that’s an important factor that we have to work out in advance.

I am attracted by the Member’s proposal in terms of the offer and what Wales can do. I’ll give some more thought to whether we can put something together to help people to understand what Wales’s responsibilities are and how we can help people.

Photo of Lynne Neagle Lynne Neagle Labour

Minister, you’ll have seen that the United Nations have recently published a damning report on the impact of the UK Government’s austerity measures on child poverty in the UK. Indeed, the Child Poverty Action Group described it as reading as an

‘Indictment of the government’s failure to prioritise children in its decisions on social security.’

Do you share my concerns about that? Will you raise those concerns with your opposite number in Westminster? But, furthermore, do you also share my concerns that if we vote to leave the EU tomorrow, the impact on our economy will be such that children are likely to bear even more the brunt of UK austerity policies?

Photo of Carl Sargeant Carl Sargeant Labour 2:39, 22 June 2016

Indeed, and the Member is right to raise that very issue. This Government legislated last year around the well-being of future generations and making sure young people were at the heart of our decision making as we move forward, planning for the long term. I think what will happen—and the EU referendum has a big take on this—is that, as the amount of funding is reduced, it will have an impact on our economic well-being and it will have an effect on families and predominantly children. It’s something we should all be very careful about.

Photo of Mohammad Asghar Mohammad Asghar Conservative 2:40, 22 June 2016

Recent research by the Institute of Fiscal Studies found that universal credit does a lot to help make work pay for many of those who currently face the most severe disincentives. They went on to say that the number of people facing very weak incentives to enter work will fall by two-thirds. Does the Cabinet Secretary agree with the institute when it says:

‘universal credit should make the system easier to understand, ease transitions into and out of work, and largely get rid of the most extreme disincentives to work or to earn more created by the current system’?

Photo of Carl Sargeant Carl Sargeant Labour

What really concerns me is the UK’s dismissal of people; the fact is they change policies very easily, which has a massive impact on communities and individuals, and you will have all seen it. I expect even the Member has casework around personal independence payments—people who aren’t able to receive funding because of the unnecessary processes that have been placed by the UK Government. I think Steffan Lewis’s initial question about social security and the welfare state, about how we deal with that, should be given some much longer, further consideration by the UK Government before they tinker with it.

Photo of Dawn Bowden Dawn Bowden Labour 2:41, 22 June 2016

Cabinet Secretary, you might well be aware of a recent report from Sheffield Hallam University Centre for Regional Economic and Social Research. They highlighted the disproportionate impact on welfare benefit cuts on the people of Wales compared to the UK as a whole—I think that’s the point that’s already been made—and this is even more pronounced in the Welsh Valleys. It notes that the proposed change to the local housing allowance will exacerbate these inequalities by impacting most on the already most deprived areas, where the reference point for setting the LHA rate will be the bottom 30 per cent of private sector rents, in an area where private sector rents are already extremely low. Will the Cabinet Secretary outline what discussions the Welsh Government is having to ensure that those in receipt of local housing allowances in the most deprived areas in Wales are not disproportionately disadvantaged by the basis of the calculation of the average rent that will determine the LHA?

Photo of Carl Sargeant Carl Sargeant Labour 2:42, 22 June 2016

I thank the Member for her question. It’s something that my officials alerted me to as soon as I became Cabinet Secretary. The Department for Work and Pensions is responsible for the local housing allowance, which is a non-devolved matter as the Member knows. But this is again a reflection of what I said earlier; the fact is that the UK Government are making alterations to the welfare state, which have an impact on devolved services. So, this doesn’t stop the pressure in the system—it just moves the pressure. The unfortunate part of this is that people are involved in this whole process. The Welsh Government did raise concerns with the UK Ministers at the time regarding these changes, and we continue to raise the issue of impact assessments with the UK Government.

Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_CORE_WARNING)
Module 'xapian' already loaded Whoops\Exception\ErrorException thrown with message "Module 'xapian' already loaded" Stacktrace: #2 Whoops\Exception\ErrorException in Unknown:0 #1 Whoops\Run:handleError in /data/vhost/matthew.theyworkforyou.dev.mysociety.org/theyworkforyou/vendor/filp/whoops/src/Whoops/Run.php:433 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (3)
2
Whoops\Exception\ErrorException
Unknown0
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php433
0
Whoops\Run handleShutdown
[internal]0
Unknown
/data/vhost/matthew.theyworkforyou.dev.mysociety.org/theyworkforyou/vendor/filp/whoops/src/Whoops/Run.php
    /**
     * Special case to deal with Fatal errors and the like.
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * In certain scenarios, like in shutdown handler, we can not throw exceptions
     * @var bool
     */
    private $canThrowExceptions = true;
 
    /**
     * Echo something to the browser
     * @param  string $output
     * @return $this
     */
    private function writeToOutputNow($output)
    {
        if ($this->sendHttpCode() && \Whoops\Util\Misc::canSendHeaders()) {
            $this->system->setHttpResponseCode(
                $this->sendHttpCode()
[internal]

Environment & details:

Key Value
type senedd
id 2016-06-22.2.1257
s representations NOT taxation speaker:26253 speaker:26157 speaker:25774 speaker:26136 speaker:26127 speaker:26127 speaker:26127 speaker:26142 speaker:26239 speaker:26239
empty
empty
empty
empty
Key Value
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPRC /etc/php/7.0/fcgi
PWD /data/vhost/matthew.theyworkforyou.dev.mysociety.org/theyworkforyou/www/docs/fcgi
PHP_FCGI_CHILDREN 0
ORIG_SCRIPT_NAME /fcgi/php-basic-dev
ORIG_PATH_TRANSLATED /data/vhost/matthew.theyworkforyou.dev.mysociety.org/docs/section.php
ORIG_PATH_INFO /senedd/
ORIG_SCRIPT_FILENAME /data/vhost/matthew.theyworkforyou.dev.mysociety.org/docs/fcgi/php-basic-dev
CONTENT_LENGTH 0
SCRIPT_NAME /senedd/
REQUEST_URI /senedd/?id=2016-06-22.2.1257&s=representations+NOT+taxation+speaker%3A26253+speaker%3A26157+speaker%3A25774+speaker%3A26136+speaker%3A26127+speaker%3A26127+speaker%3A26127+speaker%3A26142+speaker%3A26239+speaker%3A26239
QUERY_STRING type=senedd&id=2016-06-22.2.1257&s=representations+NOT+taxation+speaker%3A26253+speaker%3A26157+speaker%3A25774+speaker%3A26136+speaker%3A26127+speaker%3A26127+speaker%3A26127+speaker%3A26142+speaker%3A26239+speaker%3A26239
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.0
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING type=senedd&id=2016-06-22.2.1257&s=representations+NOT+taxation+speaker%3A26253+speaker%3A26157+speaker%3A25774+speaker%3A26136+speaker%3A26127+speaker%3A26127+speaker%3A26127+speaker%3A26142+speaker%3A26239+speaker%3A26239
REDIRECT_URL /senedd/
REMOTE_PORT 53886
SCRIPT_FILENAME /data/vhost/matthew.theyworkforyou.dev.mysociety.org/docs/section.php
SERVER_ADMIN webmaster@theyworkforyou.dev.mysociety.org
CONTEXT_DOCUMENT_ROOT /data/vhost/matthew.theyworkforyou.dev.mysociety.org/docs
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /data/vhost/matthew.theyworkforyou.dev.mysociety.org/docs
REMOTE_ADDR 3.133.124.107
SERVER_PORT 80
SERVER_ADDR 46.235.230.113
SERVER_NAME matthew.theyworkforyou.dev.mysociety.org
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
HTTP_CONNECTION close
HTTP_X_FORWARDED_PROTO https
HTTP_X_REAL_IP 3.133.124.107
HTTP_HOST matthew.theyworkforyou.dev.mysociety.org
SCRIPT_URI http://matthew.theyworkforyou.dev.mysociety.org/senedd/
SCRIPT_URL /senedd/
REDIRECT_STATUS 200
REDIRECT_HANDLER application/x-httpd-fastphp
REDIRECT_SCRIPT_URI http://matthew.theyworkforyou.dev.mysociety.org/senedd/
REDIRECT_SCRIPT_URL /senedd/
FCGI_ROLE RESPONDER
PHP_SELF /senedd/
REQUEST_TIME_FLOAT 1731683010.2001
REQUEST_TIME 1731683010
empty
0. Whoops\Handler\PrettyPageHandler