{{define "content"}}
{{slice .Claim.ID 0 8}} · {{ruState .Claim.Status}}| Создана | {{.Claim.CreatedAt.Format "02.01.2006 15:04:05"}} |
| Обновлена | {{.Claim.UpdatedAt.Format "02.01.2006 15:04:05"}} |
| M2M GUID | {{.Claim.M2MGUID}} |
| Инвестор | {{.Claim.Investor.LastName}} {{.Claim.Investor.FirstName}} {{.Claim.Investor.MiddleName}} |
| Документ | тип {{.Claim.Investor.Document.DocumentType}}, серия {{.Claim.Investor.Document.Series}}, номер {{.Claim.Investor.Document.Number}} |
| Передающий депозитарий | ИНН {{.Claim.TransferringDepositoryINN}} |
| Принимающий депозитарий | ИНН {{.Claim.ReceivingDepositoryINN}} |
| ИИС | {{.Claim.IIAAgreement.AgreementType}} № {{.Claim.IIAAgreement.AgreementNumber}} от {{.Claim.IIAAgreement.AgreementDate}}, брокер ИНН {{.Claim.IIAAgreement.BrokerINN}} |
| Код | ISIN / описание | Количество | Счетов депо |
|---|---|---|---|
{{.SecurityCode}} |
{{if .SecurityDetails.ISIN}}{{.SecurityDetails.ISIN}}{{else if .SecurityDetails.SecurityInfo}}{{.SecurityDetails.SecurityInfo.Classification}} / {{.SecurityDetails.SecurityInfo.Category}}{{if .SecurityDetails.SecurityInfo.IdentificationDetails.FundShares}} · ПИФ {{.SecurityDetails.SecurityInfo.IdentificationDetails.FundShares.RegNumber}} класс {{.SecurityDetails.SecurityInfo.IdentificationDetails.FundShares.Class}}{{end}}{{end}} |
{{if .Quantity.Whole}}{{.Quantity.Whole}}{{else}}{{.Quantity.Fractional}}{{end}} | {{len .SettlementAccounts}} |
| Состояние | Вошли | Вышли | Причина |
|---|---|---|---|
| {{ruState .State}} | {{.EnteredAt.Format "15:04:05.000"}} | {{if .LeftAt}}{{.LeftAt.Format "15:04:05.000"}}{{else}}сейчас{{end}} | {{.Reason}} |
GUID {{.Claim.M2MResponse.GUID}} · Status {{.Claim.M2MResponse.StatusCode}}
| ReferenceID | Код | Текст |
|---|---|---|
{{.ReferenceID}} | {{.Code}} | {{.Text}} |
GUID {{.Claim.M2MDecision.GUID}}
| ReferenceID | Решение | Коды отказа |
|---|---|---|
{{.ReferenceID}} |
{{ruOutcome .Outcome}} | {{range .RejectCodes}}{{.}} {{end}} |
| Статус | {{ruState .Claim.LastCallback.NewStatus}} |
| Код причины | {{.Claim.LastCallback.ReasonCode}} {{.Claim.LastCallback.ReasonText}} |
| Время | {{.Claim.LastCallback.UpdatedAt.Format "02.01.2006 15:04:05"}} |