Hi conor_treanor,
Below is an example of the StatementOfCapital section in an annual return (this is based off the latest schema - AnnualReturn-v3-0-rc2):
<StatementOfCapital> <Capital> <TotalAmountUnpaid>100</TotalAmountUnpaid> <TotalNumberOfIssuedShares>27500</TotalNumberOfIssuedShares> <ShareCurrency>GBP</ShareCurrency> <TotalAggregateNominalValue>27500</TotalAggregateNominalValue> <Shares> <ShareClass>Ordinary</ShareClass> <PrescribedParticulars>Phil's particulars</PrescribedParticulars> <NumShares>27500</NumShares> <AggregateNominalValue>27500</AggregateNominalValue> </Shares> </Capital> </StatementOfCapital>
The key difference between this example and the older example you provided at the top is there is no more AmountPaidDuePerShare and AmountUnpaidPerShare in each share class. This has been replaced with the TotalAmountUnpaid field in the Capital section instead. Hope this clears it up for you. If you require a more detailed example then just ask and I’ll be happy to provide one.