Sales and Service
Prospect Campaign Design
sd-prospect-campaign-design · bian-sales-service
A BIAN service domain in Sales and Service. It applies the Design functional pattern to the Prospect Campaign, with the Prospect Campaign Design as its control record — one independent Spring Boot microservice on the platform's Cilium eBPF mesh.
View repository ↗The 162-domain platform ↗
Business DomainSales
Functional PatternDesign
Asset TypeProspect Campaign
Control RecordProspect Campaign Design
USEWhat it is used for
Representative use cases for the Prospect Campaign Design service domain within a BIAN-aligned core-banking landscape.
- Run Prospect Campaign Design workflows from lead capture through fulfilled product agreement
- Match customers to eligible products using bureau + behavioral data
- Track conversion funnels and hand off won opportunities to fulfillment domains
APIBIAN semantic API
The control record (Prospect Campaign Design) is exposed through uniform BIAN action terms. Java 21 · Spring Boot 3, OpenAPI at /swagger-ui.html, health at /actuator/health.
| Method | Path | BIAN action |
| GET | /v1/service-domain | Service metadata |
| POST | /v1/prospect-campaign-design/initiate | Initiate |
| GET | /v1/prospect-campaign-design/{crId}/retrieve | Retrieve |
| PUT | /v1/prospect-campaign-design/{crId}/update | Update |
| PUT | /v1/prospect-campaign-design/{crId}/control | Control (suspend / resume / terminate) |
INTBackend integrations
The systems and standards a real deployment of Prospect Campaign Design would transact with.
- CRM & lead engines: Salesforce, HubSpot
- Pricing/offer engines: Earnix, Nomis
- Origination platforms: nCino, FinnOne
RUNRun it yourself
Each service domain is its own standalone Spring Boot repository — clone and run in seconds, or deploy onto Kubernetes with the bundled Helm chart behind the Cilium mesh.
# run this service domain standalone
git clone https://github.com/Sreenivas-Sadhu-Prabhakara/sd-prospect-campaign-design
mvn -f sd-prospect-campaign-design spring-boot:run
curl localhost:8080/v1/service-domain
# or deploy onto Kubernetes (Cilium eBPF mesh)
helm upgrade --install sd-prospect-campaign-design ./helm -n bian-sales-service
FAQQuestions
What is the BIAN “Design” functional pattern?
A Design service domain develops and maintains the definition of products, models or configurations used elsewhere. Prospect Campaign Design applies it to the Prospect Campaign.
What is a BIAN service domain?
BIAN (the Banking Industry Architecture Network) decomposes a bank into independent service domains, each owning exactly one business capability. Prospect Campaign Design is the service domain for Sales; it manages the Prospect Campaign Design and exposes it through standard BIAN action terms.
What business area does Prospect Campaign Design belong to?
Prospect Campaign Design sits in the Sales and Service business area — the customer-facing sales, servicing and channel domains that run the customer lifecycle. It runs in the bian-sales-service namespace as one independent Spring Boot microservice.
Is Prospect Campaign Design production-ready?
It is an educational reference implementation: a real BIAN REST API over an in-memory store, ready to be filled with domain logic. It is not a live bank and is not affiliated with BIAN.
SEEIn the landscape
Prospect Campaign Design is one of 162 BIAN service domains on the platform. Explore the rest: