Signature Name Date

Author: Accord Project

signature-name-date@0.1.1 Clause ^0.20.10 210453789f6ee1172c65f3f51875aa3279fa65d90c3bfb8420c8b27bf699160a

A signature block with name and date tags for a recipient

Download Archive Open in Template Studio

Signature with Name and Date

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

Template Text

"signature-clause-signature"

_____________________________

Signature

"signature-clause-name"

_____________________________

Name

Date: "signature-clause-date"

"signature-clause-signature"

\_____________________________

Signature

"signature-clause-name"

\_____________________________

Name

Date: "signature-clause-date"
{{signatureAnchorTag}}

_____________________________

Signature

{{nameAnchorTag}}

_____________________________

Name

Date: {{dateAnchorTag}}
{
    "$class": "io.clause.signature.namedate.SignatureClause",
    "clauseId": "06ee9816-9fd2-494d-9dfc-f8406d1703fb",
    "signatureAnchorTag": "signature-clause-signature",
    "nameAnchorTag": "signature-clause-name",
    "dateAnchorTag": "signature-clause-date"
}

Template Model

namespace io.clause.signature.namedate

import org.accordproject.cicero.contract.* from https://models.accordproject.org/cicero/contract.cto
import org.accordproject.cicero.runtime.* from https://models.accordproject.org/cicero/runtime.cto

// Template model
asset SignatureClause extends AccordClause {
  o String signatureAnchorTag
  o String nameAnchorTag
  o String dateAnchorTag
}

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 Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.

View the Latest code for this template on GitHub.