Signature with Name and Date
Static text that can be added to a contract to autoplace a signature block, name and the date.
A signature block with name and date tags for a recipient
Static text that can be added to a contract to autoplace a signature block, name and the date.
"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": "48c5ebfc-02b9-4fc6-8f9e-39f99fed1ae6",
"signatureAnchorTag": "signature-clause-signature",
"nameAnchorTag": "signature-clause-name",
"dateAnchorTag": "signature-clause-date"
}
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
}
Find the full logic for this template on on GitHub.
Type | Sample JSON |
---|
Type | Sample JSON |
---|
Type | Sample JSON |
---|
Type | Sample JSON |
---|
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.