npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/landregistry_gov_uk_deed

v4.0.0

Published

DataFire integration for Deed API

Downloads

3

Readme

@datafire/landregistry_gov_uk_deed

Client library for Deed API

Installation and Usage

npm install --save @datafire/landregistry_gov_uk_deed
let landregistry_gov_uk_deed = require('@datafire/landregistry_gov_uk_deed').create();

.then(data => {
  console.log(data);
});

Description

Land Registry Deed API

Actions

addDeed

The post Deed endpoint creates a new deed based on the JSON provided. The reponse will return a URL that can retrieve the created deed.

REQUIRED: Land Registry system requests Conveyancer to confirm that the Borrowers identity has been established in accordance with Section 111 of the Network Access Agreement.

landregistry_gov_uk_deed.addDeed({
  "body": {
    "title_number": "",
    "borrowers": [],
    "md_ref": "",
    "identity_checked": "",
    "property_address": ""
  }
}, context)

Input

Output

  • output string

deed.deed_reference.get

The Deed endpoint returns details of a specific deed based on the unique deed reference. The response includes the Title Number, Property information, Borrower(s) information and deed information.

landregistry_gov_uk_deed.deed.deed_reference.get({
  "deed_reference": ""
}, context)

Input

  • input object
    • deed_reference required string: Unique reference of the deed.

Output

Definitions

AdditionalProvisions

  • AdditionalProvisions array
    • items object
      • additional_provision_code string
      • description string

Borrower

  • Borrower object
    • forename required string
    • id required string
    • middle_name string
    • surname required string
    • token required string

Borrowers

ChargeClause

  • ChargeClause object
    • cre_code string
    • description string

Deed_Application

  • Deed_Application object
    • borrowers required Borrowers
    • identity_checked required string
    • md_ref required string
    • property_address required string: The address of property that the deed relates. This should be supplied in a comma separated format e.g. 30 wakefield rd, plymouth, PL6 3WA
    • title_number required string

Error

  • Error object
    • code integer
    • message string

Lender

  • Lender object
    • address string
    • description string
    • name string

OpBorrowers

Operative_Deed

  • Operative_Deed object
    • deed object: Unique deed, consisting of property, borrower and charge information as well as clauses for the deed.
      • additional_provisions AdditionalProvisions
      • borrowers OpBorrowers
      • charge_clause ChargeClause
      • deed_status string: Current state of the deed
      • effective_clause string: Text to display the make effective clause
      • lender Lender
      • md_ref string: Land Registry assigned number for a Mortgage Deed (MD). If you wish to use an existing MD reference please prefix it with e- to comply with our system (eg e-MD12345)
      • property_address string: The address of property that the deed relates. This should be supplied in a comma separated format e.g. 30 wakefield rd, plymouth, PL6 3WA
      • title_number string: Unique Land Registry identifier for the registered estate.

PrivateIndividualName

  • PrivateIndividualName object
    • address required string
    • dob required string
    • forename required string
    • gender string (values: Male, Female, Not Specified)
    • middle_name string
    • phone_number required string
    • surname required string