Signature Block (Title, Name, Date)

Author: Accord Project

signature-block-title-name-date@0.20.0 Clause ^0.22.0 b77b6a4a1cac070be133ba05a97f33d58a5d3771c311ece4aab3d2e5191d9c6b

A signature block with name, title, date input fields

Download Archive Download Compiled Archive Open in Template Studio Open in VSCode Web

Signature with Title, Name and Date

Static text that can be added to a contract to autoplace a signature block, with an optional title, name and the date.

Template Text

Signature:

"--------" "buyer@example.com"

Title: "Title" "buyer@example.com"

Full name: "Full Name" "buyer@example.com"

Date signed: "Date Signed" "buyer@example.com"

**Signature:**\
\
"--------" "buyer@example.com"

**Title:** "Title" "buyer@example.com"

**Full name:** "Full Name" "buyer@example.com"

**Date signed:** "Date Signed" "buyer@example.com"
**Signature:**\
\
{{signature}} {{signatory}}

**Title:** {{title}} {{signatory}} 

**Full name:** {{fullName}} {{signatory}}

**Date signed:** {{dateSigned}} {{signatory}} 
{
    "$class": "org.accordproject.signature.tnd.TitleNameDateSignatureBlock",
    "title": "Title",
    "signature": "--------",
    "fullName": "Full Name",
    "dateSigned": "Date Signed",
    "signatory": "resource:org.accordproject.party.Party#buyer@example.com",
    "clauseId": "e83a81ea-ca1f-4d3a-9ce7-bfb12ccbdf4d",
    "$identifier": "e83a81ea-ca1f-4d3a-9ce7-bfb12ccbdf4d"
}

Template Model

/*
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

concerto version ">= 1.0.0"

namespace org.accordproject.party

/* A party to a contract */
participant Party identified by partyId {
  o String partyId
}

Model Dependencies

Template Logic

Find the full logic for this template on on GitHub.

State Types

Type Sample JSON

Request Types

Type Sample JSON

Response Types

Type Sample JSON

Events Types

Type Sample JSON

Technical Integration

Please refer to the Accord Project documentation for how to use a template or integrate it within your application.

View the Latest code for this template on GitHub.