Confirmation Statement: Multiple PSC Changes

If I have a RLE who, since the last confirmation statement, has undergone a change to their address, and a change to their legal form, and a change to their nature of control, all on different dates, do Companies House require that I electronically file each change in separate confirmation statements, or can I submit all three in the same confirmation statement?

You can supply all changes in the one confirmation statement with the correct change dates.

Hi @chirst

I just want to double check that the following XML would be valid if we’re sending multiple changes in the same CS01

This example below would show that statements A and B applied on the 17/08/2016 but that on the 17/09/2016 statement B ceased to apply.

<ConfirmationStatement> 
  ...
  <PSCs>
    <Changes>
      <Change>
        <Individual>
          <Surname>Smith</Surname>
          <Surname>Tom</Surname>
          <PartialDOB>
            <Month>10</Month>
            <Year>1984</Year>
          </PartialDOB>
          <Change>
            <NatureOfControls>
              <NatureOfControl>StatementA</NatureOfControl>
              <NatureOfControl>StatementB</NatureOfControl>
            </NatureOfControls>
          </Change>
        </Individual>
        <DateOfChange>2016-08-17</DateOfChange>
      </Change>
     <Change>
        <Individual>
          <Surname>Smith</Surname>
          <Surname>Tom</Surname>
          <PartialDOB>
            <Month>10</Month>
            <Year>1984</Year>
          </PartialDOB>
          <Change>
            <NatureOfControls>
              <NatureOfControl>StatementA</NatureOfControl>
            </NatureOfControls>
          </Change>
        </Individual>
        <DateOfChange>2016-09-17</DateOfChange>
      </Change>
    </Changes>
  </PSCs>
<ConfirmationStatement> 

Is this valid and would it correctly apply and cease to apply the statement on the dates?

Thanks

Hi. Yes your changes are valid, we have tried it through our system and all seems fine. thanks