bcgov / entity

ServiceBC Registry Team working on Legal Entities
Apache License 2.0
23 stars 57 forks source link

PPR API - Security Act Notices Amendments and Discharges #15192

Open mstanton1 opened 1 year ago

mstanton1 commented 1 year ago

Published PPR spec link: https://amer-api-partner61-demo.apigee.io/docs/pprproxy/1/overview

Preliminary design for reports (incomplete): https://www.figma.com/design/uduW1xxAOWEUBelLN3snLh/Securities-Act?node-id=294-21705

doug-lovett commented 1 week ago

Discharge output example: discharge-example.pdf

doug-lovett commented 5 days ago

Example changing a notice: POST /ppr/api/v1/financing-statements/101681Q/amendments { "baseRegistrationNumber": "101681Q", "description": "Change SE notice.", "authorizationReceived": true, "changeType": "AM", "clientReferenceId": "T-AM-SE-0002", "debtorName": { "businessName": "DEBTOR TEST INC." }, "registeringParty": { "businessName": "ABC SEARCHING COMPANY", "address": { "street": "222 SUMMER STREET", "city": "VICTORIA", "region": "BC", "country": "CA", "postalCode": "V8W 2V8" } }, "deleteSecuritiesActNotices": [ { "noticeId": 32, "registrationDescription": "PRESERVATION ORDER", "securitiesActNoticeType": "PRESERVATION" } ], "addSecuritiesActNotices": [ { "amendNoticeId": 32, "securitiesActNoticeType": "PRESERVATION", "effectiveDateTime": "2024-05-10T06:59:59+00:00", "securitiesActOrders": [ { "courtOrder": false, "effectOfOrder": "Preservation order amended summary information.", "fileNumber": "PFN-000003", "orderDate": "2024-05-10T06:59:59+00:00" } ] } ] }

Example delete notice: { "baseRegistrationNumber": "101681Q", "description": "Delete SE notice.", "authorizationReceived": true, "changeType": "AM", "clientReferenceId": "T-AM-SE-0003", "debtorName": { "businessName": "DEBTOR TEST INC." }, "registeringParty": { "businessName": "ABC SEARCHING COMPANY", "address": { "street": "222 SUMMER STREET", "city": "VICTORIA", "region": "BC", "country": "CA", "postalCode": "V8W 2V8" } }, "deleteSecuritiesActNotices": [ { "effectiveDateTime": "2024-05-10T06:59:59+00:00", "noticeId": 33, "registrationDescription": "PRESERVATION ORDER", "securitiesActNoticeType": "PRESERVATION", "securitiesActOrders": [ { "courtOrder": false, "effectOfOrder": "Preservation order amended summary information.", "fileNumber": "PFN-000003", "orderDate": "2024-05-10T06:59:59+00:00" } ] } ] }

doug-lovett commented 5 days ago

Amendment Verification report example: amendment-example.pdf

Search with a SE amendment example: search-detail-reg-num-example.pdf

doug-lovett commented 3 days ago

@saragunnarsson here are some example outputs.