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.
"/sn1/"
Signature
"/name1/"
Name
Date: "/date1/"
"/sn1/"
__________________
Signature
"/name1/"
__________________
Name
Date: "/date1/"
{{signatureAnchorTag}}
---
Signature
{{nameAnchorTag}}
---
Name
Date: {{dateAnchorTag}}
{
"$class": "io.clause.signature.namedate.SignatureClause",
"clauseId": "947f889e-7cdd-4913-a477-60a4559a3b9a",
"signatureAnchorTag": "/sn1/",
"nameAnchorTag": "/name1/",
"dateAnchorTag": "/date1/"
}
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.