Releases of new services
Roadmap Update
Updated Supported X12 Transaction Segments
Community Updates and Discussion
New Staking RFC proposal and Masternode changes
Branding and Corporate Identity
In this update we will introduce a few new modules
and interfaces
, and how this all ties together.
We can take a shipment information (through EDI/XML/JSON), convert it the necessary parts through our mappings, generate an NFT-based smart contract that uses our library of terms, conditions, events, and types. We have the option of even converting the token
into a physical document
(we call this retokenization/detokenization
), which means we can support 100% of all shipments, period.
Here is the Bill of Lading Artefact for a Generated Physical Document: https://github.com/freight-trust/tradedocs-formgen/blob/master/assets/bol-mock-data.json
Here is the template for the necessary information needed for a legal bill of lading: https://github.com/freight-trust/tradedocs-formgen/blob/master/views/bol.hbs
Here are the TypeMappings
for the RAW EDI X12 Message: https://github.com/freight-trust/protocol/blob/master/ROOT/TypeMaps.json
Here are the BillofLadingModel
Schema for interfacing: https://github.com/freight-trust/protocol/blob/master/ROOT/BillOfLadingModel.json
Here are the BOLWorkFlow
Schema for inputing your legal terms
into the cominbator
, this enriches the RAW EDI/data to include infromation not typically found in the B2B stuff (we attach this to the "trading channel" for the two businesses) https://github.com/freight-trust/protocol/blob/master/ROOT/BOLWorkflow.json
Here are the Solidity
Smart contracts Library used to create the actual NFT-token
of the data https://github.com/freight-trust/instruments/tree/master/contracts
100% Legally Compliant and Legal Parity.
Better than Bolero, essDocs, Komgo, Voltron, TradeLens, or any other system.
Commercial Invoice's get to be factored or financed. DeFi for Enterprise Supply Chain.
Commodities - Wheat, LNG, Gas, etc.
Burgess is a library for quickly implementing Business Rule Processes and Decision Notional Models into defined trading channel/trading partner relations to enable seamless counter-party trading.
Think of Burgess as a library of what you can and can't legally do, what the terms and conditions are, and which choices you can make based on your own defined business policies and regulatory obligations, at scale.
Burgess hosts the standard consortium
agreements that could be used. Burgess is not the rulebook
the rulebook
is the terms and conditions that all network participants must abide by and are legally obligated to observe.
Burgess is the source repository of
components
that make up a legal document.
See a complete json
artifact github.com/freight-trust/burgess/blob/master/logic/Global.json
Next Section, TDocs
note,
.tdocs
/tdocs
is the actual usage ofTradeDocs
.TradeDocs
is a separate repository than the one discussed here, you can see it here: github.com/freight-trust/tradedocs
TradeDocsStandardDocument
(abbreviated as StanDoc
) is a family of document models that forms the basis of Freight Trust’s TradeDoc
, which is used to represent our legal parity digital smart contracts. These documents are based off of ISO Standards and similarly structured standards. It itself is an instantiation of BasicDocument
(BasicDoc
)
These are the principle document structures
that form the basis for our primitives
.
TradeDocs
itself is a document model can form the basis of multiple standard document types, including:
Bills of Lading
Warehouse Receipts
Letters of Credit
Forward Contracts
Advanced Manifests
Bill of Materials
The Relaton Bibliography UML models used within these models are located here: Relaton BibModels. This is used for referencing jursidictional_regimes
from the burgess
repo.
See the main ROOT
Repository
github.com/freight-trust/tdocs
See the main toolchain
Repository
github.com/freight-trust/tdocs/tree/master/src
TradeDocs Form Generator
Generate PDFs from
json
objects, likeabi.json
github/freight-trust/tradedocs-formgen
FormGen is a PDF Generator that utilizes json objects
as an input. For example we can take a abi.json
from a smart contract
deployment that meets our schema and definitions as prescribed by the tradedocs/tdocs
standard. The schema is defined as a .hbs
file, and the corresponding solidity contracts are found in github.com/freight-trust/instruments
Integration of @freight-trust/customs
packages
import
a package, for example @freight-trust/customs-united-states
and it would provide you with the appropriate boilerplate manifests, etc.Support for non-Latin Characters (major)
Expanded template generation and create library for boilerplate templates (minor)
Ingest .xsd
files to generate or enable porting into .hbs
format. (major)
Enable Logging outputs and metrics via logging module or export interface such as Prometheus (major)
Long Term Support is available (LTS)
Authenticated Container can be found at:
$ docker pull quay.io/freight/formgen@sha256:e68f61631a2e17934490bcd217ba02ef8e07804ff8a91aceaf96bf5744ad837e
[sha256:e68f61631a2e17934490bcd217ba02ef8e07804ff8a91aceaf96bf5744ad837e]
Source Code (Apache 2.0) github/freight-trust/tradedocs-formgen
TradeSure - Automated First Pass Compliance Check
Compliance Tool for OFAC/Sanctions
TradeSure combines and indexes Governmental Regulations against Designated Nationals/Legal Entities for compliance. Demo Instance Available here
A first-pass compliance tool that automates compliance obligations for AML/KYC/KYT regulations.
abu
Currently tradesure pulls from github.com/freight-trust/tradedocs/tree/master/compliance