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: "signature-clause-signature"
Name: "signature-clause-name"
Date: "signature-clause-date"
Signature: "signature-clause-signature"
Name: "signature-clause-name"
Date: "signature-clause-date"
Signature: {{signatureAnchorTag}}
Name: {{nameAnchorTag}}
Date: {{dateAnchorTag}}
{
"$class": "io.clause.signature.namedate.SignatureClause",
"clauseId": "343a7831-5620-4d8e-bb0f-4c2e061152d8",
"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.